diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-09 07:50:29 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-09 07:50:29 +0100 |
commit | 23935c8f2849fcb36bd69bbcadd4a0660912663f (patch) | |
tree | 62bbb675af90f296958776e84c6508b3dd697a8b /testsuite/synth/simple01 | |
parent | 8a5f4cc621ddd4f280f85474c6cc9b33344aec66 (diff) | |
download | ghdl-23935c8f2849fcb36bd69bbcadd4a0660912663f.tar.gz ghdl-23935c8f2849fcb36bd69bbcadd4a0660912663f.tar.bz2 ghdl-23935c8f2849fcb36bd69bbcadd4a0660912663f.zip |
testsuite/synth/simple01: use synth_tb
Diffstat (limited to 'testsuite/synth/simple01')
-rwxr-xr-x | testsuite/synth/simple01/testsuite.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/simple01/testsuite.sh b/testsuite/synth/simple01/testsuite.sh index 564b47fc4..76ce2bfa7 100755 --- a/testsuite/synth/simple01/testsuite.sh +++ b/testsuite/synth/simple01/testsuite.sh @@ -3,14 +3,7 @@ . ../../testenv.sh for t in simple01; 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 + synth_tb $t done echo "Test successful" |