mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 14:36:10 +00:00
blif: add -gatesi test
This commit is contained in:
parent
e0077b188d
commit
ddf3c6c8b7
5 changed files with 972 additions and 1 deletions
|
|
@ -3,5 +3,9 @@ source ../common-env.sh
|
|||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -ql ${x%.ys}.log $x
|
||||
../../yosys --no-version -ql ${x%.ys}.log $x
|
||||
done
|
||||
|
||||
for x in *.blif; do
|
||||
diff $x.out $x.ok
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue