soc/cores/uart: use reset_less on accumulator, reg, bitcount to reduce.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 31 Mar 2020 14:54:38 +0000 (16:54 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 31 Mar 2020 14:54:38 +0000 (16:54 +0200)
commit91981b960c949aa117507488da2bccb2728040ad
tree7988780e7caaefd190b07f29359219a20b4b124c
parent87160059d33a1d75d5c1dedcee491b347c078ed6
soc/cores/uart: use reset_less on accumulator, reg, bitcount to reduce.

This reduces logic a bit. It does not make large difference on usual design with
only 1 UART, but is interesting on designs with hundreds of UARTs used to "document"
FPGA boards :) (similar to https://github.com/enjoy-digital/camlink_4k/blob/master/ios_stream.py)
litex/soc/cores/uart.py