Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verilator Integration: Define a UART peripheral based on TI 16550 part #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 20, 2023

  1. Verilator Integration: Define a UART peripheral based on TI 16550 part

    Texas Instruments 16550 UART shares register address 0x00 between the
    Transmit register and Divisor Latch.  This causes problems for the
    base Verilator Integration Library UART code which expects to see
    serial data following any write to reg 0x00.
    
    Signed-off-by: Edward Connell <Edward.Connell@microchip.com>
    econnellmc committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b6e705f View commit details
    Browse the repository at this point in the history