3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-17 12:45:44 +00:00

removed dump verilog

This commit is contained in:
William Zhu 2025-03-27 15:14:28 -07:00
parent 8666e9ae45
commit 7f04cc6755

View file

@ -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