fault icon indicating copy to clipboard operation
fault copied to clipboard

tester.compile doesn't recompile VCS

Open hofstee opened this issue 5 years ago • 2 comments

The SystemVerilog targets actually don't compile the Verilog testbench unless you call compile_and_run instead of just compile.

hofstee avatar Jul 02 '19 23:07 hofstee

Notably, I just want to recompile the VCS testbench I'm using and run ./simv manually myself.

hofstee avatar Jul 02 '19 23:07 hofstee

Makes sense, I think this feature (compile) was added for verilator but never ported for the SV targets

leonardt avatar Jul 08 '19 17:07 leonardt