aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/fsm03/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/fsm03/testsuite.sh')
-rwxr-xr-xtestsuite/synth/fsm03/testsuite.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/fsm03/testsuite.sh b/testsuite/synth/fsm03/testsuite.sh
index 31b338371..2581cd97b 100755
--- a/testsuite/synth/fsm03/testsuite.sh
+++ b/testsuite/synth/fsm03/testsuite.sh
@@ -4,14 +4,7 @@ exit 0
. ../../testenv.sh
for t in rom1 dpram1 dpram2 dpram3; 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"