example/Alveo: fix XFCP UART connection

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-05-07 15:19:57 -07:00
parent add5662098
commit 8cdae180a1

View File

@@ -86,8 +86,8 @@ xfcp_if_uart_inst (
/* /*
* UART interface * UART interface
*/ */
.uart_rxd(uart_rxd), .uart_rxd(uart_rxd[0]),
.uart_txd(uart_txd), .uart_txd(uart_txd[0]),
/* /*
* XFCP downstream interface * XFCP downstream interface