mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-02 10:27:21 +02:00
additional interface conversion test coverage
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
interface Interface(a, b);
|
||||
input a;
|
||||
logic b;
|
||||
endinterface
|
||||
|
||||
module top;
|
||||
logic a, b;
|
||||
Interface intf(a, b);
|
||||
endmodule
|
||||
Reference in New Issue
Block a user