diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-10 20:38:32 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-10 20:38:32 +0100 |
commit | 0692c627a4bde8715e86b6dc1b6e55c8cdb10d76 (patch) | |
tree | 19869f0c71a30ae7fa654328879f35b72f291e1d /testsuite/synth/subprg01/testsuite.sh | |
parent | 365d6b03e6045059c2813fe24204ee0b6e571045 (diff) | |
download | ghdl-0692c627a4bde8715e86b6dc1b6e55c8cdb10d76.tar.gz ghdl-0692c627a4bde8715e86b6dc1b6e55c8cdb10d76.tar.bz2 ghdl-0692c627a4bde8715e86b6dc1b6e55c8cdb10d76.zip |
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/subprg01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/subprg01/testsuite.sh | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/testsuite/synth/subprg01/testsuite.sh b/testsuite/synth/subprg01/testsuite.sh index 82e200888..a9a3f3f9f 100755 --- a/testsuite/synth/subprg01/testsuite.sh +++ b/testsuite/synth/subprg01/testsuite.sh @@ -2,15 +2,8 @@ . ../../testenv.sh -for t in subprg01; do - analyze $t.vhdl tb_$t.vhdl - elab_simulate tb_$t - clean - - synth $t.vhdl -e $t > syn_$t.vhdl - analyze syn_$t.vhdl tb_$t.vhdl - elab_simulate tb_$t --ieee-asserts=disable-at-0 - clean +for t in subprg01 subprg02; do + synth_tb $t done echo "Test successful" |