diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-28 14:56:34 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-28 14:56:34 -0700 |
commit | fd2fb4f0f0132499ec4db3ce4d85f57c5ab618f8 (patch) | |
tree | 25da14688ce2578b6f94169a4489e63acbfecfe6 /tests | |
parent | 64f6b0c747eb915be9205b36bd69745a2385aea1 (diff) | |
parent | 0ec7c09756a84d123745a381881b9e9803da210d (diff) | |
download | yosys-fd2fb4f0f0132499ec4db3ce4d85f57c5ab618f8.tar.gz yosys-fd2fb4f0f0132499ec4db3ce4d85f57c5ab618f8.tar.bz2 yosys-fd2fb4f0f0132499ec4db3ce4d85f57c5ab618f8.zip |
Merge branch 'master' into eddie/script_from_wire
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 7b64b357f..4d3478628 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -157,7 +157,7 @@ do fi if [ ! -f ../${bn}_tb.v ]; then - "$toolsdir"/../../yosys -f "$frontend $include_opts" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.${refext} + "$toolsdir"/../../yosys -f "$frontend $include_opts -D_AUTOTB" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.${refext} else cp ../${bn}_tb.v ${bn}_tb.v fi |