Visible to Intel only — GUID: foo1540529959387
Ixiasoft
3.3.3. Customizing the Programming Flow
The standard programming flow is as follows:
- Read the .rpd file.
- Write the .rpd file to the flash with either write_rpd_data_auto or write_rpd_data function depending on the burst_auto setting.
The write_rpd_data_auto function sends >256 bytes continuously to the Intel AvMM Bursting Master IP core. The Intel AvMM Bursting Master IP core handles the incoming bitstream automatically and performs quad SPI Page Write transactions with 256 bytes per transaction until the bitstream is fully programmed into the flash.
The write_rpd_data function sends exactly 256 bytes to the Intel AvMM Bursting Master IP core. This function triggers the Intel AvMM Bursting Master IP core to perform quad SPI Page Write of 256 bytes.
You can customize the programming flow by editing the TCL script.