mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +00:00
tests: Add trivial liberty -unit_delay test
This commit is contained in:
parent
31476e89b6
commit
d5756eb9be
2 changed files with 8 additions and 0 deletions
|
@ -8,3 +8,8 @@ for x in *.lib; do
|
|||
../../yosys-filterlib -verilogsim $x > $x.verilogsim
|
||||
diff $x.filtered $x.filtered.ok && diff $x.verilogsim $x.verilogsim.ok
|
||||
done
|
||||
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -q -s $x -l ${x%.ys}.log
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue