mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
example/Alveo: fix XFCP UART connection
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user