Skip to content

Commit

Permalink
Update Verilator tests
Browse files Browse the repository at this point in the history
Verilator is run without proper installation, therefore it cannot find the std library.
  • Loading branch information
tgorochowik committed Feb 14, 2023
1 parent f23e1c1 commit 9dd40b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/verilator/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char **argv, char **env) {
exit(0);
}
EOF
$PREFIX/bin/verilator --cc --trace-fst \
$PREFIX/bin/verilator --cc --trace-fst --no-std \
$FILENAME.v $2 $3 --exe sim_main.cpp
cd obj_dir
cat V$FILENAME.mk
Expand Down

0 comments on commit 9dd40b1

Please sign in to comment.