mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Missing a clean
and opt_expr -mux_bool
in test
This commit is contained in:
parent
75375a3fbc
commit
844c42cef8
|
@ -115,6 +115,8 @@ design -save gold
|
|||
|
||||
techmap
|
||||
muxcover -mux4=150 -mux8=200
|
||||
clean
|
||||
opt_expr -mux_bool
|
||||
select -assert-count 0 t:$_MUX_
|
||||
select -assert-count 0 t:$_MUX4_
|
||||
select -assert-count 1 t:$_MUX8_
|
||||
|
@ -171,6 +173,8 @@ design -save gold
|
|||
|
||||
techmap
|
||||
muxcover -mux4=150 -mux8=200 -mux16=250
|
||||
clean
|
||||
opt_expr -mux_bool
|
||||
select -assert-count 0 t:$_MUX_
|
||||
select -assert-count 0 t:$_MUX4_
|
||||
select -assert-count 0 t:$_MUX8_
|
||||
|
|
Loading…
Reference in a new issue