From 0fc1b65f6c0182d91ff56946944f86ceeef482ea Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 1 Jul 2020 21:13:11 +0200 Subject: testsuite/synth: improve test after previous commit. --- testsuite/synth/lib01/testsuite.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/synth/lib01/testsuite.sh b/testsuite/synth/lib01/testsuite.sh index 621e78d14..a24d25f2f 100755 --- a/testsuite/synth/lib01/testsuite.sh +++ b/testsuite/synth/lib01/testsuite.sh @@ -6,8 +6,10 @@ analyze --work=mylib and2.vhdl analyze and3.vhdl tb_and3.vhdl elab_simulate tb_and3 clean +clean mylib -synth --work=mylib and2.vhdl --work=work and3.vhdl -e and3 > syn_and3.vhdl +synth --work=work and3.vhdl --work=mylib and2.vhdl --work=work -e and3 > syn_and3.vhdl +analyze --work=mylib and2.vhdl analyze syn_and3.vhdl tb_and3.vhdl elab_simulate tb_and3 clean -- cgit v1.2.3