abc9 followed by clean otherwise netlist could be invalid for sim

This commit is contained in:
Eddie Hung 2019-09-04 15:20:04 -07:00
parent 433b0c677c
commit 6fe1ca633d
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p '\
synth -run coarse; \ synth -run coarse; \
opt -full; \ opt -full; \
techmap; abc9 -lut 4 -box ../abc.box; \ techmap; abc9 -lut 4 -box ../abc.box; \
clean; \
check -assert; \ check -assert; \
select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'" select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'"