projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373b236
)
iverilog with simcells.v as well
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 3 May 2019 21:03:51 +0000
(14:03 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 3 May 2019 21:03:51 +0000
(14:03 -0700)
tests/tools/autotest.sh
patch
|
blob
|
history
diff --git
a/tests/tools/autotest.sh
b/tests/tools/autotest.sh
index bb9c3bfb5f863c340aba134f8a2fbb67dd102bdf..920474a846ae2318d8aafabb4e0b68d290f3a323 100755
(executable)
--- a/
tests/tools/autotest.sh
+++ b/
tests/tools/autotest.sh
@@
-147,7
+147,8
@@
do
fi
if $genvcd; then sed -i 's,// \$dump,$dump,g' ${bn}_tb.v; fi
compile_and_run ${bn}_tb_ref ${bn}_out_ref ${bn}_tb.v ${bn}_ref.v $libs \
- "$toolsdir"/../../techlibs/common/simlib.v
+ "$toolsdir"/../../techlibs/common/simlib.v \
+ "$toolsdir"/../../techlibs/common/simcells.v
if $genvcd; then mv testbench.vcd ${bn}_ref.vcd; fi
test_count=0