mirror of https://github.com/YosysHQ/yosys.git
abc9 followed by clean otherwise netlist could be invalid for sim
This commit is contained in:
parent
433b0c677c
commit
6fe1ca633d
|
@ -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_ %%'"
|
||||||
|
|
Loading…
Reference in New Issue