Update test_regress/t/t_fork_write_after_timing.v
Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
8f99f3e0bc
commit
16362deb2e
|
|
@ -17,7 +17,8 @@ module t;
|
|||
x3 = -1;
|
||||
x4 = -1;
|
||||
|
||||
#1 t1(x1);
|
||||
#1;
|
||||
t1(x1);
|
||||
t2(x2);
|
||||
t3(x3);
|
||||
t4(x4);
|
||||
|
|
|
|||
Loading…
Reference in New Issue