Bit width error.

This commit is contained in:
Ross Thompson 2022-10-24 13:48:47 -05:00
parent 048ed01554
commit 7244ca1e7b

View File

@ -99,7 +99,7 @@ module uartPC16550D(
// receive data // receive data
(* mark_debug = "true" *) logic [10:0] RXBR; (* mark_debug = "true" *) logic [10:0] RXBR;
(* mark_debug = "true" *) logic [6:0] rxtimeoutcnt; (* mark_debug = "true" *) logic [9:0] rxtimeoutcnt;
logic rxcentered; logic rxcentered;
logic rxparity, rxparitybit, rxstopbit; logic rxparity, rxparitybit, rxstopbit;
(* mark_debug = "true" *) logic rxparityerr, rxoverrunerr, rxframingerr, rxbreak, rxfifohaserr; (* mark_debug = "true" *) logic rxparityerr, rxoverrunerr, rxframingerr, rxbreak, rxfifohaserr;