3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-17 00:32:17 +00:00

blif: Use library cells' start_offset and upto for wideports.

Fixes #2729.
This commit is contained in:
Marcelina Kościelnicka 2021-05-05 20:31:27 +02:00
parent a6081b46ce
commit 32a0ce9d68
4 changed files with 54 additions and 10 deletions

6
tests/blif/run-test.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
set -e
for x in *.ys; do
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
done