diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-01 21:13:11 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-01 21:13:11 +0200 |
commit | 0fc1b65f6c0182d91ff56946944f86ceeef482ea (patch) | |
tree | eed2be7db66e850fa3eb3dc692d6a5c39a949f8e /testsuite/synth/lib01 | |
parent | 4227085dc8d1916df701ab4da21c30a15bb5a726 (diff) | |
download | ghdl-0fc1b65f6c0182d91ff56946944f86ceeef482ea.tar.gz ghdl-0fc1b65f6c0182d91ff56946944f86ceeef482ea.tar.bz2 ghdl-0fc1b65f6c0182d91ff56946944f86ceeef482ea.zip |
testsuite/synth: improve test after previous commit.
Diffstat (limited to 'testsuite/synth/lib01')
-rwxr-xr-x | testsuite/synth/lib01/testsuite.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |