We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just reading iceprog.c code: https://github.com/YosysHQ/icestorm/blob/master/iceprog/iceprog.c#L893
to write to SRAM directly.
According to Lattice notes: https://www.latticesemi.com/-/media/LatticeSemi/Documents/ApplicationNotes/IK/FPGA-TN-02001-3-4-iCE40-Programming-Configuration.ashx?document_id=46502 (page 31, figure 13.2)
there is 8 dummy clocks (while SPI_SS is high) before writing SPI data to ICE40.
That 8 dummy clocks doesn't exist in iceprog.c
Don't know if it affects anything, just to point out the difference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just reading iceprog.c code: https://github.com/YosysHQ/icestorm/blob/master/iceprog/iceprog.c#L893
to write to SRAM directly.
According to Lattice notes: https://www.latticesemi.com/-/media/LatticeSemi/Documents/ApplicationNotes/IK/FPGA-TN-02001-3-4-iCE40-Programming-Configuration.ashx?document_id=46502
(page 31, figure 13.2)
there is 8 dummy clocks (while SPI_SS is high) before writing SPI data to ICE40.
That 8 dummy clocks doesn't exist in iceprog.c
Don't know if it affects anything, just to point out the difference
The text was updated successfully, but these errors were encountered: