-
Notifications
You must be signed in to change notification settings - Fork 571
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
UartLite as a separate module. #2096
Comments
This is what I have so far, but it is not working as expected inside the block design.
|
Ok, found the problem. The code that I send here will work but you should have an accurate clk_frequency. Also, does anyone know how I can change the CSR location generated for the UART in this code and add the irq to the top-level module? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I wanted to replicate a Litex soc with a Vivado block design. I was wondering if there is any way to generate a UartLite module without anything else included since the Litex UartLite control register signals are different from Xilinx LiteUart and 16550 Uart.
The text was updated successfully, but these errors were encountered: