Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
xilinx
/
xc7
/
tests
/
uart_loopback
/
uart_loopback.v
blob: 91e7da38fa3dcc4af48ddff1542d7edabb3818cd [
file
] [
log
] [
blame
] [
edit
]
module
top
(
input wire clk
,
input wire rx
,
output wire tx
,
input wire rst
,
input wire led
// unused
);
assign tx
=
rx
;
endmodule