mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-02 19:48:30 +02:00
support for methods (no conversion) and interface TFs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module top;
|
||||
function bar;
|
||||
input integer x;
|
||||
bar = x * x;
|
||||
endfunction
|
||||
initial $display(bar(3));
|
||||
endmodule
|
||||
Reference in New Issue
Block a user