aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools/autotest.sh
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-22 10:36:27 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-22 10:36:27 -0700
commite300b1922c13b939231072e83f0ae5c5ff6a558b (patch)
tree20c8ffe7a42a4aa2ae9195957e287c875c3a0594 /tests/tools/autotest.sh
parentd342b5b135a85da0df5df0fa2acc25dec5605760 (diff)
parent9050b5e1915b05f55c1db279566f34202905f02a (diff)
downloadyosys-e300b1922c13b939231072e83f0ae5c5ff6a558b.tar.gz
yosys-e300b1922c13b939231072e83f0ae5c5ff6a558b.tar.bz2
yosys-e300b1922c13b939231072e83f0ae5c5ff6a558b.zip
Merge remote-tracking branch 'origin/master' into xc7srl
Diffstat (limited to 'tests/tools/autotest.sh')
-rwxr-xr-xtests/tools/autotest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index f3dac504e..bb9c3bfb5 100755
--- a/tests/tools/autotest.sh
+++ b/tests/tools/autotest.sh
@@ -7,7 +7,7 @@ use_modelsim=false
verbose=false
keeprunning=false
makejmode=false
-frontend="verilog"
+frontend="verilog -noblackbox"
backend_opts="-noattr -noexpr -siminit"
autotb_opts=""
include_opts=""
@@ -137,7 +137,7 @@ do
egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.${ext}
else
"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "verilog" -o ${bn}_ref.v ../${fn}
- frontend="verilog"
+ frontend="verilog -noblackbox"
fi
if [ ! -f ../${bn}_tb.v ]; then