diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-09 20:34:05 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-09 20:34:05 +0100 |
commit | 298aa852d3a080f4d26d814faf5bdaa65228949b (patch) | |
tree | bd7c88599b46a9a84481fc782d5f9526115866f0 /testsuite/synth/arr01 | |
parent | 90fb8d3ae8ba631fd9eea7f7f71a0a8a65e76cfd (diff) | |
download | ghdl-298aa852d3a080f4d26d814faf5bdaa65228949b.tar.gz ghdl-298aa852d3a080f4d26d814faf5bdaa65228949b.tar.bz2 ghdl-298aa852d3a080f4d26d814faf5bdaa65228949b.zip |
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/arr01')
-rwxr-xr-x | testsuite/synth/arr01/testsuite.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/arr01/testsuite.sh b/testsuite/synth/arr01/testsuite.sh index f6fd4ba56..9e8ea74c5 100755 --- a/testsuite/synth/arr01/testsuite.sh +++ b/testsuite/synth/arr01/testsuite.sh @@ -3,14 +3,7 @@ . ../../testenv.sh for t in arr01 arr02 arr04 arr05 arr06 arr07 arr09; 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 - clean + synth_tb $t done echo "Test successful" |