You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
);
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: