mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 18:50:38 +00:00
Fix existing tests/liberty tests, and add them to Makefile.
This commit is contained in:
parent
4610889d27
commit
bdcbbf2db6
10 changed files with 68 additions and 66 deletions
|
@ -7,9 +7,10 @@ for x in *.lib; do
|
|||
../../yosys-filterlib - $x 2>/dev/null > $x.filtered
|
||||
../../yosys-filterlib -verilogsim $x > $x.verilogsim
|
||||
diff $x.filtered $x.filtered.ok && diff $x.verilogsim $x.verilogsim.ok
|
||||
done
|
||||
done || exit 1
|
||||
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -q -s $x -l ${x%.ys}.log
|
||||
done
|
||||
done || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue