mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 09:28:12 +02:00
fix combined array declarations (resolves #34)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module top;
|
||||
reg [1:0] a[1:0];
|
||||
reg [1:0] b[1:0];
|
||||
|
||||
reg [1:0] c[1:0], d[1:0];
|
||||
reg [1:0] e[1:0], f[1:0], g;
|
||||
reg [1:0] h, i[1:0];
|
||||
reg [1:0] j;
|
||||
|
||||
reg [1:0] k;
|
||||
endmodule
|
||||
Reference in New Issue
Block a user