mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-23 11:37:55 +00:00
Add a quick abc9 test
This commit is contained in:
parent
7b026c4bc3
commit
ef1a1402bc
4 changed files with 29 additions and 0 deletions
5
tests/techmap/abc9/abc9_runtest.sh
Normal file
5
tests/techmap/abc9/abc9_runtest.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
../../../yosys -p 'abc9 -lut 4; check; select -assert-count 2 t:$lut; select -assert-none c:* t:$lut %n %i' abc9.v
|
Loading…
Add table
Add a link
Reference in a new issue