aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-01 08:01:10 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-01 08:01:10 +0200
commite1989cc467eab4ee7abdde5dde867ab0bc27f8c4 (patch)
tree8853e0d4fcf92cb9df38c07506c91111bd51f13c
parentab7a28883adc7e6771c6ad8bb24de1b65d5b323e (diff)
downloadghdl-yosys-plugin-e1989cc467eab4ee7abdde5dde867ab0bc27f8c4.tar.gz
ghdl-yosys-plugin-e1989cc467eab4ee7abdde5dde867ab0bc27f8c4.tar.bz2
ghdl-yosys-plugin-e1989cc467eab4ee7abdde5dde867ab0bc27f8c4.zip
testsuite: adjust previous commit to latest yosys. For #171
-rwxr-xr-xtestsuite/issues/pr171/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/issues/pr171/testsuite.sh b/testsuite/issues/pr171/testsuite.sh
index 447a7f3..ccf0c1e 100755
--- a/testsuite/issues/pr171/testsuite.sh
+++ b/testsuite/issues/pr171/testsuite.sh
@@ -3,6 +3,6 @@
topdir=../..
. $topdir/testenv.sh
-run_yosys -q -p "ghdl bootrom.vhdl -e bootrom; memory_bram -rules +/ecp5/brams.txt"
+run_yosys -q -p "ghdl bootrom.vhdl -e bootrom; memory_libmap -lib +/ecp5/lutrams.txt -lib +/ecp5/brams.txt"
echo OK