diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-06 03:55:50 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-06 03:55:50 +0100 |
commit | 690470aa7380ce198bfa170977a0932b83123a72 (patch) | |
tree | 2b5b0e29ee39d99e102216dd2b3f7a9262199e4e /testsuite/issues/issue68 | |
parent | 4d1d02bc7e777a39122fdeefaa4559615c1d106d (diff) | |
download | ghdl-yosys-plugin-690470aa7380ce198bfa170977a0932b83123a72.tar.gz ghdl-yosys-plugin-690470aa7380ce198bfa170977a0932b83123a72.tar.bz2 ghdl-yosys-plugin-690470aa7380ce198bfa170977a0932b83123a72.zip |
testsuite: reduce verbosity.
Diffstat (limited to 'testsuite/issues/issue68')
-rwxr-xr-x | testsuite/issues/issue68/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/issues/issue68/testsuite.sh b/testsuite/issues/issue68/testsuite.sh index 9348be4..7c3a75a 100755 --- a/testsuite/issues/issue68/testsuite.sh +++ b/testsuite/issues/issue68/testsuite.sh @@ -3,6 +3,6 @@ topdir=../.. . $topdir/testenv.sh -synth "demux.vhdl -e" +synth_ice40 "demux.vhdl -e" clean |