Soru İçeriği (Body):
Hi everyone,
I'm trying to bring up Gemmini on a Nexys Video board using the
GemminiNoDDR15MHzNexysVideoConfig from Chipyard. I'm facing issues establishing the UART TSI connection.Problem Description: The bitstream is generated successfully, and I can program the FPGA. Heartbeat LEDs (LED 0 and LED 1) start blinking, indicating the system clock is running. However, when I try to load a test binary using
uart_tsi, the tool connects but then hangs indefinitely during the loading phase.Command Used:
Logs: It repeatedly prints
Wrote 0, suggesting it's sending data but not receiving any acknowledgement or response from the FPGA.Observations:
Environment:
Has anyone successfully used this specific 15MHz NoDDR configuration? Are there any specific baud rate settings, clock constraints, or extra arguments required for
uart_tsi to work with this low-frequency config?Thanks in advance!