mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-27 21:48:58 +00:00
simple_abc9 tests to discard whitebox before write for sim
This commit is contained in:
parent
245873d42d
commit
dca1c806ec
2 changed files with 3 additions and 2 deletions
|
@ -28,4 +28,5 @@ exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v *.sv EXTRA_FLAGS="-n 300 -p
|
|||
abc9 -lut 4 -box ../abc.box; \
|
||||
clean; \
|
||||
check -assert; \
|
||||
select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'"
|
||||
select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%; \
|
||||
setattr -mod -unset whitebox'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue