From 8cdae180a18874b0df7da570b93bd948c2962e83 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 7 May 2025 15:19:57 -0700 Subject: [PATCH] example/Alveo: fix XFCP UART connection Signed-off-by: Alex Forencich --- example/Alveo/fpga/rtl/fpga_core.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Alveo/fpga/rtl/fpga_core.sv b/example/Alveo/fpga/rtl/fpga_core.sv index 949cb72..6f7fe79 100644 --- a/example/Alveo/fpga/rtl/fpga_core.sv +++ b/example/Alveo/fpga/rtl/fpga_core.sv @@ -86,8 +86,8 @@ xfcp_if_uart_inst ( /* * UART interface */ - .uart_rxd(uart_rxd), - .uart_txd(uart_txd), + .uart_rxd(uart_rxd[0]), + .uart_txd(uart_txd[0]), /* * XFCP downstream interface