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
048ed01554
commit
7244ca1e7b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user