mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 20:16:01 +00:00
abc9: test to use box file instead of auto
This commit is contained in:
parent
c50601e35e
commit
5ad3a85288
3 changed files with 5 additions and 2 deletions
|
@ -25,7 +25,7 @@ exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v *.sv EXTRA_FLAGS="-n 300 -p
|
|||
synth -run coarse; \
|
||||
opt -full; \
|
||||
techmap; \
|
||||
abc9 -lut 4; \
|
||||
abc9 -lut 4 -box ../abc9.box; \
|
||||
clean; \
|
||||
check -assert; \
|
||||
select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue