mirror of https://github.com/YosysHQ/yosys.git
removed dump verilog
This commit is contained in:
parent
8666e9ae45
commit
7f04cc6755
|
|
@ -215,7 +215,6 @@ equiv_opt -assert opt_expr -mux_bool
|
|||
|
||||
# Check final design has correct number of gates
|
||||
design -load postopt
|
||||
write_verilog dump.v
|
||||
select -assert-count 1 t:$and
|
||||
select -assert-count 1 t:$not
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue