3
0
Fork 0
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:
Eddie Hung 2019-02-19 15:25:03 -08:00
parent 7b026c4bc3
commit ef1a1402bc
4 changed files with 29 additions and 0 deletions

View 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