fault
fault copied to clipboard
tester.compile doesn't recompile VCS
The SystemVerilog targets actually don't compile the Verilog testbench unless you call compile_and_run
instead of just compile
.
Notably, I just want to recompile the VCS testbench I'm using and run ./simv
manually myself.
Makes sense, I think this feature (compile) was added for verilator but never ported for the SV targets