From 1d0d2d3d4b8dca3f83b3c1c34e1841f2ca2afe18 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 14 Jul 2022 06:37:15 +0200 Subject: testsuite/synth: use standard functions for issue2125 --- testsuite/synth/issue2125/testsuite.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'testsuite') diff --git a/testsuite/synth/issue2125/testsuite.sh b/testsuite/synth/issue2125/testsuite.sh index 27230d8ff..3818a80be 100755 --- a/testsuite/synth/issue2125/testsuite.sh +++ b/testsuite/synth/issue2125/testsuite.sh @@ -2,15 +2,9 @@ . ../../testenv.sh -# TODO: reuse synth_tb, but we need to pass --latches -analyze afed.vhdl tb_afed.vhdl -elab_simulate tb_afed -clean +GHDL_SYNTH_FLAGS=--latches -synth --latches afed.vhdl -e > syn_afed.vhdl -analyze syn_afed.vhdl tb_afed.vhdl -elab_simulate tb_afed --ieee-asserts=disable-at-0 --assert-level=error -clean +synth_tb afed echo "Test successful" -- cgit v1.2.3