mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-29 17:17:44 +02:00
4 lines
63 B
Systemverilog
4 lines
63 B
Systemverilog
interface orange;
|
|
initial $display("orange");
|
|
endinterface
|