3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

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

View file

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