mirror of https://github.com/YosysHQ/yosys.git
tests: Add trivial liberty -unit_delay test
This commit is contained in:
parent
31476e89b6
commit
d5756eb9be
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Nothing gets imported: the file lacks timing data
|
||||
read_liberty -wb -unit_delay normal.lib
|
||||
select -assert-none =*/t:$specify*
|
Loading…
Reference in New Issue