Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
src
/
Testcases
/
Google
/
chapter-25
/
25.3-interface.sv
blob: 763973ec8d1c3739ed41395b6b51720baaa43c5a [
file
] [
log
] [
blame
]
/*
:name: interface
:description: interface test
:should_fail: 0
:tags: 25.3
*/
interface
test_bus
;
logic test_pad
;
endinterface
:
test_bus
module
top
(
test_bus t
);
endmodule