mirror of
https://github.com/fpganinja/taxi.git
synced 2026-04-09 05:18:44 -07:00
eth: Fix Alveo example design UART handling
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -48,8 +48,8 @@ module fpga #
|
||||
/*
|
||||
* UART
|
||||
*/
|
||||
output wire logic [UART_CNT-1:0] uart_txd,
|
||||
input wire logic [UART_CNT-1:0] uart_rxd,
|
||||
output wire logic uart_txd[UART_CNT],
|
||||
input wire logic uart_rxd[UART_CNT],
|
||||
|
||||
/*
|
||||
* Ethernet: QSFP28
|
||||
|
||||
Reference in New Issue
Block a user