Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
HEAD
/
.
/
tests
/
LibraryIntercon
/
top.sv
blob: ce7f5bf1fdfc7bff0d0ffda75e04c12fa21fb55a [
file
] [
log
] [
blame
]
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