From d359d6deb55e5c51707c86263b090fabbc5c41b2 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Fri, 16 Aug 2019 22:07:46 +0200 Subject: Run testsuite in Travis CI with docker images (#31) * makefile: use '--build' shortcut to build ghdl.so * move: rename subdir 'ghdl' to 'src' * travis: add travis config file, build script and utils script * testsuite: do not call ghdl explicitly * readme: update --- testsuite/issue7/testsuite.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'testsuite/issue7') diff --git a/testsuite/issue7/testsuite.sh b/testsuite/issue7/testsuite.sh index 939f28a..bdafcca 100755 --- a/testsuite/issue7/testsuite.sh +++ b/testsuite/issue7/testsuite.sh @@ -2,13 +2,10 @@ . ../testenv.sh -analyze ref.vhdl -run_yosys -q -p "ghdl vector ref; write_verilog ref.v" +run_yosys -Q -q -p "ghdl ref.vhdl -e vector ref; write_verilog ref.v" +run_yosys -Q -q -p "ghdl ref.vhdl vector.vhdl -e vector synth; write_verilog vector.v" -analyze vector.vhdl -run_yosys -q -p "ghdl vector synth; write_verilog vector.v" - -run_yosys -p ' +run_yosys -Q -p ' read_verilog ref.v rename vector ref -- cgit v1.2.3