aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/testenv.sh')
-rw-r--r--testsuite/testenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh
index 65525b0..48031d1 100644
--- a/testsuite/testenv.sh
+++ b/testsuite/testenv.sh
@@ -47,14 +47,14 @@ analyze ()
synth_import ()
{
- travis_start "synth" "Synthesize $@"
+ travis_start "synth" "Synthesize $*"
run_yosys -p "ghdl $*"
travis_finish "synth"
}
synth_ice40 ()
{
- travis_start "synth" "Synthesize $@"
+ travis_start "synth" "Synthesize $*"
run_yosys -p "ghdl $*; synth_ice40 -blif out.blif"
travis_finish "synth"
}