Skip to content

Commit d9a9b32

Browse files
committed
Changed num_alive_cycles to 2
1 parent d80e7b6 commit d9a9b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/svutest_test_pkg.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package svutest_test_pkg;
2424
virtual svutest_test_ctrl_if.target vif_tc,
2525
virtual svutest_dut_ctrl_if.driver vif_dc,
2626
string test_name,
27-
int unsigned num_alive_cycles = 1,
27+
int unsigned num_alive_cycles = 2,
2828
int unsigned timeout_threshold = 1000
2929
);
3030
m_vif_test_ctrl = vif_tc;

0 commit comments

Comments
 (0)