aboutsummaryrefslogtreecommitdiffstats
path: root/tests/liberty/run-test.sh
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-02 18:22:43 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-09 18:51:03 +0200
commit7ed9d189079135ef53e8a19a5e3a38e240994103 (patch)
treee16e3a1c9a3593c62b8ab26e1ba020fdb7542bc8 /tests/liberty/run-test.sh
parent68babb2ae4cf86e099f28ada45f7e86b37405a4c (diff)
downloadyosys-7ed9d189079135ef53e8a19a5e3a38e240994103.tar.gz
yosys-7ed9d189079135ef53e8a19a5e3a38e240994103.tar.bz2
yosys-7ed9d189079135ef53e8a19a5e3a38e240994103.zip
dfflibmap: Refactor to use dfflegalize internally.
Diffstat (limited to 'tests/liberty/run-test.sh')
-rwxr-xr-xtests/liberty/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/liberty/run-test.sh b/tests/liberty/run-test.sh
index 7e2ed2370..61f19b09b 100755
--- a/tests/liberty/run-test.sh
+++ b/tests/liberty/run-test.sh
@@ -5,6 +5,6 @@ for x in *.lib; do
echo "Running $x.."
echo "read_verilog small.v" > test.ys
echo "synth -top small" >> test.ys
- echo "dfflibmap -liberty ${x}" >> test.ys
+ echo "dfflibmap -info -liberty ${x}" >> test.ys
../../yosys -ql ${x%.lib}.log -s test.ys
done