diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-03-15 07:45:53 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-03-15 07:46:27 +0100 |
commit | dbd1c189a8fff1e7c322ffd7264ea339bf911115 (patch) | |
tree | 921c999eb78433f56fb0450f49b526e997592e14 /testsuite/ghdl-issues/issue2392b/testsuite.sh | |
parent | 952d0584b70eb85d24a70b646ccd8edfd9538b83 (diff) | |
download | ghdl-yosys-plugin-dbd1c189a8fff1e7c322ffd7264ea339bf911115.tar.gz ghdl-yosys-plugin-dbd1c189a8fff1e7c322ffd7264ea339bf911115.tar.bz2 ghdl-yosys-plugin-dbd1c189a8fff1e7c322ffd7264ea339bf911115.zip |
testsuite: add a test for #2392
Diffstat (limited to 'testsuite/ghdl-issues/issue2392b/testsuite.sh')
-rwxr-xr-x | testsuite/ghdl-issues/issue2392b/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue2392b/testsuite.sh b/testsuite/ghdl-issues/issue2392b/testsuite.sh new file mode 100755 index 0000000..66e1f8c --- /dev/null +++ b/testsuite/ghdl-issues/issue2392b/testsuite.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +run_yosys psl_p_plus.ys + +run_symbiyosys -f compare_psl_p_plus.sby compare cover + +echo OK |