From b4d4d9abb322ed0807d2ba0888e73820499aa338 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:40:25 +0100 Subject: Codacy issues, Travis cleanup and update ghdl.texi (#1807) * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb --- testsuite/synth/issue1062/testsuite.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'testsuite/synth/issue1062') diff --git a/testsuite/synth/issue1062/testsuite.sh b/testsuite/synth/issue1062/testsuite.sh index 2fcf72e02..d78142222 100755 --- a/testsuite/synth/issue1062/testsuite.sh +++ b/testsuite/synth/issue1062/testsuite.sh @@ -2,11 +2,9 @@ . ../../testenv.sh -for t in ent; do - synth -ggen1=5 -ggens=TRUE $t.vhdl -e $t > syn_$t.vhdl - analyze syn_$t.vhdl tb_$t.vhdl - elab_simulate tb_$t --ieee-asserts=disable-at-0 - clean -done +synth -ggen1=5 -ggens=TRUE ent.vhdl -e ent > syn_ent.vhdl +analyze syn_ent.vhdl tb_ent.vhdl +elab_simulate tb_ent --ieee-asserts=disable-at-0 +clean echo "Test successful" -- cgit v1.2.3