mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Bit width error.
This commit is contained in:
parent
857023f5de
commit
cc605a1966
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user