diff --git a/pipelined/src/uncore/uartPC16550D.sv b/pipelined/src/uncore/uartPC16550D.sv index e312eeb4d..ddc5e3826 100644 --- a/pipelined/src/uncore/uartPC16550D.sv +++ b/pipelined/src/uncore/uartPC16550D.sv @@ -99,7 +99,7 @@ module uartPC16550D( // receive data (* mark_debug = "true" *) logic [10:0] RXBR; - (* mark_debug = "true" *) logic [6:0] rxtimeoutcnt; + (* mark_debug = "true" *) logic [9:0] rxtimeoutcnt; logic rxcentered; logic rxparity, rxparitybit, rxstopbit; (* mark_debug = "true" *) logic rxparityerr, rxoverrunerr, rxframingerr, rxbreak, rxfifohaserr;