Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
src
/
Testcases
/
YosysTests
/
regression
/
issue_01360
/
top.v
blob: 31b4e53e6a0d85e6a145b2110bd0c5b43df30825 [
file
] [
log
] [
blame
]
module
top
(
input clk
);
MyInterface
MyInterfaceInstance
();
endmodule
interface
MyInterface
();
logic not_an_empty_interface
;
endinterface