tests: Add trivial liberty -unit_delay test

This commit is contained in:
Martin Povišer 2024-09-18 16:14:52 +02:00
parent 31476e89b6
commit d5756eb9be
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
# Nothing gets imported: the file lacks timing data
read_liberty -wb -unit_delay normal.lib
select -assert-none =*/t:$specify*