Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
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