From 23935c8f2849fcb36bd69bbcadd4a0660912663f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 9 Mar 2020 07:50:29 +0100 Subject: testsuite/synth/simple01: use synth_tb --- testsuite/synth/simple01/testsuite.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'testsuite/synth/simple01') 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" -- cgit v1.2.3