diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-09-01 08:01:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-09-01 08:01:10 +0200 |
commit | e1989cc467eab4ee7abdde5dde867ab0bc27f8c4 (patch) | |
tree | 8853e0d4fcf92cb9df38c07506c91111bd51f13c /testsuite/issues | |
parent | ab7a28883adc7e6771c6ad8bb24de1b65d5b323e (diff) | |
download | ghdl-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
Diffstat (limited to 'testsuite/issues')
-rwxr-xr-x | testsuite/issues/pr171/testsuite.sh | 2 |
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 |