Hello, I'm implementing Rocket chip on FPGA without using freedom platform.
I have trouble using sifive UART.
I made Rocket core RTL with TLUART (baudrate = 115200) and connected uart_0_txd and uart_0_rxd to corresponding pins of FPGA.
And, I used the device tree generated with core RTL.
However, nothing shows during booting.
When I used Xilinx UART16550 ip instead of TLUART, I can see messages via UART.
Is there a way to get TLUART to work?
Thanks