mirror of https://github.com/YosysHQ/yosys.git
Revert "abc9 followed by clean otherwise netlist could be invalid for sim"
This reverts commit 6fe1ca633d
.
This commit is contained in:
parent
d3eea82bc2
commit
11f623cbe0
|
@ -25,6 +25,5 @@ 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