mirror of https://github.com/zachjs/sv2v.git
6 lines
188 B
Systemverilog
6 lines
188 B
Systemverilog
|
|
// pattern: for_loop_init_nblk\.sv:4:20: Parse error: unexpected non-blocking assignment in for loop initialization
|
||
|
|
module top;
|
||
|
|
integer x;
|
||
|
|
initial for (x <= 1; 1; x++) ;
|
||
|
|
endmodule
|