From c23324b6b718eda1b34302ea497e0f65fca1a9e1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 1 Apr 2020 23:12:42 +0200 Subject: testsuite/synth: use harness. --- testsuite/synth/string01/testsuite.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'testsuite/synth/string01') diff --git a/testsuite/synth/string01/testsuite.sh b/testsuite/synth/string01/testsuite.sh index 6e44cc947..95b02bd29 100755 --- a/testsuite/synth/string01/testsuite.sh +++ b/testsuite/synth/string01/testsuite.sh @@ -2,16 +2,6 @@ . ../../testenv.sh -analyze string01.vhdl tb_string01.vhdl -elab_simulate tb_string01 - -clean - -synth string01.vhdl -e string01 > syn_string01.vhdl - -analyze syn_string01.vhdl tb_string01.vhdl -elab_simulate tb_string01 - -clean +synth_tb string01 echo "Test successful" -- cgit v1.2.3