mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-02 19:48:30 +02:00
additional interface conversion test coverage
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface Interface;
|
||||
parameter T = 0;
|
||||
logic [T-1:0] x;
|
||||
endinterface
|
||||
|
||||
module top;
|
||||
Interface #(logic) intf();
|
||||
endmodule
|
||||
Reference in New Issue
Block a user