Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.6.8--interconnect.sv
blob: f775852514970f70e43158351e6fecd52188e7f6 [
file
] [
log
] [
blame
]
/*
:name: interconnect
:description: generic interconnect tests
:should_fail: 0
:tags: 6.6.8
*/
module
top
();
interconnect bus
;
mod_i m1
(
bus
);
mod_o m2
(
bus
);
endmodule
module
mod_i
(
input
in
);
endmodule
module
mod_o
(
output
out
);
endmodule