mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-08 04:43:20 +02:00
improved handling of string parameters
- variable-size string parameter conversion restricted to modules which depend on the size of the string parameter - string localparams are typed as appropriately sized vectors - remove ordered parameter binding logic from string param conversion
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module top;
|
||||
mod #("FOO") m1();
|
||||
mod #("BAR") m2();
|
||||
endmodule
|
||||
Reference in New Issue
Block a user