We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7086073 commit f1b19bfCopy full SHA for f1b19bf
testsuite/config/unix.exp
@@ -2679,7 +2679,9 @@ proc test_c_veri_worker_int { top sysmod modules extension doC doV gen_options l
2679
2680
check_verilog_output $outfile $expected $veribug
2681
2682
- if { $check_vcd == 1 } {
+ # There is currently no need for re-running the Verilog sim with VCD
2683
+ #if { $check_vcd == 1 } {
2684
+ if { 0 } {
2685
if { $veribug == "" } {
2686
sim_verilog_vcd $sysmod $sim_options
2687
} else {
0 commit comments