Fix testcase

This commit is contained in:
Eddie Hung 2019-06-21 12:13:00 -07:00
parent 15535112b7
commit ae8305ffcc
1 changed files with 4 additions and 3 deletions

View File

@ -230,13 +230,14 @@ sat -verify -prove-asserts -show-ports miter
design -load read design -load read
hierarchy -top case_overlap hierarchy -top case_overlap
prep #prep # Do not prep otherwise $pmux's overlapping entry will get removed
proc
design -save gold design -save gold
muxpack muxpack
#opt # Do not opt otherwise $pmux's overlapping entry will get removed opt
stat stat
select -assert-count 0 t:$mux select -assert-count 0 t:$mux
select -assert-count 1 t:$pmux select -assert-count 2 t:$pmux
design -stash gate design -stash gate
design -import gold -as gold design -import gold -as gold
design -import gate -as gate design -import gate -as gate