Verification Academy
Fork join_none inside for loop
SystemVerilog
SystemVerilog
malathi1
March 13, 2013, 4:16am
3
Try this…
for(int i = 0; i < 5; i++) begin automatic int j; j = i; fork thread(j); join_none end
1 Like
show post in topic