Skip to content

Commit f1b19bf

Browse files
committed
Testsuite: Disable the second Verilog sim with VCD
1 parent 7086073 commit f1b19bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testsuite/config/unix.exp

+3-1
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,9 @@ proc test_c_veri_worker_int { top sysmod modules extension doC doV gen_options l
26792679

26802680
check_verilog_output $outfile $expected $veribug
26812681

2682-
if { $check_vcd == 1 } {
2682+
# There is currently no need for re-running the Verilog sim with VCD
2683+
#if { $check_vcd == 1 } {
2684+
if { 0 } {
26832685
if { $veribug == "" } {
26842686
sim_verilog_vcd $sysmod $sim_options
26852687
} else {

0 commit comments

Comments
 (0)