mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-03 08:33:46 +02:00
conversion for implicitly variably sized parameters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module top;
|
||||
parameter FOO = "some useful string";
|
||||
localparam FOO = "some useful string";
|
||||
localparam type T = type(FOO);
|
||||
localparam T BAR = "some other useful string";
|
||||
initial $display("'%s' '%s'", FOO, BAR);
|
||||
|
||||
Reference in New Issue
Block a user