Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
xilinx
/
xc7
/
tests
/
uart_loopback
/
uart_loopback_zedboard.v
blob: 174fd4200946178bf0b311b71c615031aff8978e [
file
] [
log
] [
blame
] [
edit
]
module
top
(
input wire clk
,
input wire
[
7
:
0
]
sw
,
output wire
[
7
:
0
]
led
);
wire
[
63
:
0
]
emio_gpio_o
;
wire
[
63
:
0
]
emio_gpio_t
;
wire
[
63
:
0
]
emio_gpio_i
;
PS7 PS7
(
.
EMIOGPIOO
(
emio_gpio_o
),
.
EMIOGPIOTN
(
emio_gpio_t
),
.
EMIOGPIOI
(
emio_gpio_i
)
)
endmodule