q3k / chubby75

Linsn RV901T HUB75 LED "Receiver Card" Reverse Engineering
Creative Commons Zero v1.0 Universal
531 stars 103 forks source link

SPI Flash SCLK for 5A-75B V8.0 #79

Open mikeboers opened 3 years ago

mikeboers commented 3 years ago

Howdy.

After an investigation, I have concluded that there is no user accessible pin connected to the flash SCLK. Instead, you can use the USRMCLK primitive. This worked for me:

spiclk (
    .USRMCLKI(clock_i),
    .USRMCLKTS(0)
);
david-sawatzke commented 3 years ago

FYI: Looking at litex-boards, this seems to be the same for v6.1 and v7