diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-14 06:40:31 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-14 06:40:31 +0100 |
commit | 9d3b26ba8a0d024a47f12e311b6d586e2916751b (patch) | |
tree | 493cb6a41b0a68efcda9e511330d5cd4ec536ab7 /testsuite/gna/issue683/testsuite.sh | |
parent | 279fcbc246fc6438756b76cd4d3d5f1f3e4e1463 (diff) | |
download | ghdl-9d3b26ba8a0d024a47f12e311b6d586e2916751b.tar.gz ghdl-9d3b26ba8a0d024a47f12e311b6d586e2916751b.tar.bz2 ghdl-9d3b26ba8a0d024a47f12e311b6d586e2916751b.zip |
Add reproducer for #683
Diffstat (limited to 'testsuite/gna/issue683/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue683/testsuite.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/gna/issue683/testsuite.sh b/testsuite/gna/issue683/testsuite.sh new file mode 100755 index 000000000..b8c5faad8 --- /dev/null +++ b/testsuite/gna/issue683/testsuite.sh @@ -0,0 +1,15 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +elab_simulate_failure repro + +analyze repro64.vhdl +elab_simulate repro64 + +clean + +echo "Test successful" + + |