Sign in
◑
Theme
foss-fpga-tools
/
third_party
/
Surelog
/
15ffe5cb67c435172f389e769d0b65530d0b7ef8
/
.
/
tests
/
LibraryIntercon
/
top.sv
blob: ce7f5bf1fdfc7bff0d0ffda75e04c12fa21fb55a [
file
]
module
top
();
interconnect
[
0
:
3
]
[
0
:
1
]
aBus
;
logic
[
0
:
3
]
dBus
;
driver driverArray
[
0
:
3
](
aBus
);
cmp cmpArray
[
0
:
3
](
aBus
,
rst
,
dBus
);
endmodule
:
top