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

Update simple_abc9 tests

This commit is contained in:
Eddie Hung 2020-02-13 12:13:12 -08:00
parent e22fee6cdd
commit 977262c803
3 changed files with 8 additions and 5 deletions

View file

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