chubby75 icon indicating copy to clipboard operation
chubby75 copied to clipboard

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

Open mikeboers opened this issue 3 years ago • 1 comments

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)
);

mikeboers avatar Apr 02 '21 00:04 mikeboers

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

david-sawatzke avatar Jun 10 '21 21:06 david-sawatzke