mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-03 08:33:46 +02:00
remove extraneous explicit unsigned in params (resolves #47)
This commit is contained in:
@@ -6,4 +6,8 @@ module top;
|
||||
arr[i] = i;
|
||||
end
|
||||
initial $display(arr);
|
||||
|
||||
parameter foo = 1;
|
||||
localparam bar = 1;
|
||||
initial $display(foo, bar);
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user