Skip to content

Commit 9dd40b1

Browse files
authored
Update Verilator tests
Verilator is run without proper installation, therefore it cannot find the std library.
1 parent f23e1c1 commit 9dd40b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim/verilator/run_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int main(int argc, char **argv, char **env) {
2727
exit(0);
2828
}
2929
EOF
30-
$PREFIX/bin/verilator --cc --trace-fst \
30+
$PREFIX/bin/verilator --cc --trace-fst --no-std \
3131
$FILENAME.v $2 $3 --exe sim_main.cpp
3232
cd obj_dir
3333
cat V$FILENAME.mk

0 commit comments

Comments
 (0)