mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 05:17:20 -04:00
Bit width error.
This commit is contained in:
parent
048ed01554
commit
7244ca1e7b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue