Typo
This commit is contained in:
parent
696c5d5d12
commit
b277f07b3a
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
module test;
|
||||
logic [1:0][1:0] a;
|
||||
logic [2:0][1:0] b;
|
||||
logic [1:0][1:0] b;
|
||||
generate
|
||||
for(genvar i=0;i<3;i++)
|
||||
assign b[i] = a[i];
|
||||
|
|
|
|||
Loading…
Reference in New Issue