aboutsummaryrefslogtreecommitdiffstats
path: root/tests/liberty
diff options
context:
space:
mode:
Diffstat (limited to 'tests/liberty')
-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