mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
ice40: program_cram, add TN ref
This commit is contained in:
@@ -57,6 +57,9 @@ void Ice40::reset()
|
||||
printSuccess("DONE");
|
||||
}
|
||||
|
||||
/* cf. TN1248 (iCE40 Programming and Configuration)
|
||||
* Appendix A. SPI Slave Configuration Procedure
|
||||
*/
|
||||
bool Ice40::program_cram(uint8_t *data, uint32_t length)
|
||||
{
|
||||
uint32_t timeout = 1000;
|
||||
|
||||
Reference in New Issue
Block a user