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