diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-23 18:05:11 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-23 18:05:11 +0200 |
commit | ca33eb40055a89ef905e869166328d00a7d7c710 (patch) | |
tree | 2c03ec0190c56611c3e62fc98870461cb42e27eb /testsuite/ghdl-issues | |
parent | 24555b49baaf4549f392e37e49355f8b0596fa3d (diff) | |
download | ghdl-yosys-plugin-ca33eb40055a89ef905e869166328d00a7d7c710.tar.gz ghdl-yosys-plugin-ca33eb40055a89ef905e869166328d00a7d7c710.tar.bz2 ghdl-yosys-plugin-ca33eb40055a89ef905e869166328d00a7d7c710.zip |
Adjust a test.
Diffstat (limited to 'testsuite/ghdl-issues')
-rwxr-xr-x | testsuite/ghdl-issues/issue1309/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ghdl-issues/issue1309/testsuite.sh b/testsuite/ghdl-issues/issue1309/testsuite.sh index a50cfc8..61d20c8 100755 --- a/testsuite/ghdl-issues/issue1309/testsuite.sh +++ b/testsuite/ghdl-issues/issue1309/testsuite.sh @@ -4,7 +4,7 @@ topdir=../.. . $topdir/testenv.sh #formal axis_squarer -run_symbiyosys axis_squarer.sby cover +run_symbiyosys -f axis_squarer.sby cover clean echo OK |