mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 10:29:44 +00:00
Converted blif tests
This commit is contained in:
parent
1231bd5397
commit
2bc46e77c8
4 changed files with 31 additions and 23 deletions
11
tests/blif/generate_mk.py
Normal file
11
tests/blif/generate_mk.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
sys.path.append("..")
|
||||
|
||||
import gen_tests_makefile
|
||||
|
||||
gen_tests_makefile.generate(["--yosys-scripts"], [],
|
||||
"""if [ -f $(@:.ys=.blif) ]; then \\
|
||||
diff <(tail -n +2 $(@:.ys=.blif).out) <(tail -n +2 $(@:.ys=.blif).ok) >/dev/null 2>&1; \\
|
||||
fi""")
|
||||
Loading…
Add table
Add a link
Reference in a new issue