test suite iverilog 11.0 compatibility

This commit is contained in:
Zachary Snow
2020-11-24 18:09:07 -07:00
parent 260a6507eb
commit a7874e1b2f
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module top;
reg [3:0] arr;
always @* begin : block_name
initial begin : block_name
integer i;
for (i = 0; i < 4; i++)
arr[i] = i;