Sign in
foss-fpga-tools
/
third_party
/
icestorm
/
6943ad7afae03fb19f55522d0e22f2db9b25bb95
/
.
/
icefuzz
/
tests
/
sb_gb.v
blob: f71e59402112bfeb1d50af87e10904756a2b7ff9 [
file
] [
log
] [
blame
]
module
top
(
input
[
7
:
0
]
a
,
output
[
7
:
0
]
y
);
SB_GB gbufs
[
7
:
0
]
(
.
USER_SIGNAL_TO_GLOBAL_BUFFER
(
a
),
.
GLOBAL_BUFFER_OUTPUT
(
y
)
);
endmodule