diff options
Diffstat (limited to 'testsuite/gna/ticket32/testsuite.sh')
-rwxr-xr-x | testsuite/gna/ticket32/testsuite.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/gna/ticket32/testsuite.sh b/testsuite/gna/ticket32/testsuite.sh new file mode 100755 index 000000000..2ccc0ce9c --- /dev/null +++ b/testsuite/gna/ticket32/testsuite.sh @@ -0,0 +1,20 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +elab_simulate repro + +clean + +analyze --work=unisim muxcy.vhdl +analyze --work=poc simulation.vhdl +analyze --work=poc arith_prefix_and.vhdl +analyze --work=test arith_prefix_and_tb.vhdl +elab_simulate --work=test arith_prefix_and_tb + +clean unisim +clean poc +clean test + +echo "Test successful" |