mirror of https://github.com/YosysHQ/yosys.git
code cleanup
This commit is contained in:
parent
eefdcbfe81
commit
770eecb4f7
|
|
@ -71,9 +71,7 @@ equiv_opt -assert opt_expr -mux_bool
|
|||
|
||||
# Check final design has correct number of gates
|
||||
# Did not include check for not count since we have an unassigned ~s wire
|
||||
# TODO check
|
||||
design -load postopt
|
||||
write_verilog dump.v
|
||||
select -assert-count 1 t:$or
|
||||
|
||||
design -reset
|
||||
|
|
|
|||
Loading…
Reference in New Issue