Forum Discussion
AEsqu
Contributor
7 years agoIs it possible to update one .mif file instead of the all set (to speed-up)
Hello,
I use the update memory initialization file from the quartus processing menu, then the assembler to generate a new sof.
As I have a big flash memory, it takes a while to update the mifs.
Is it possible to only update the mif of one ROM block and not the all set?
If yes, what is the quartus command line to do that?
Kind Regards,
Alex.
2 Replies
- GuaBin_N_Intel
Contributor
The command that executes the updating memory is quartus_cdb . Look at its description and details https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf, it doesn't have any argument specifically targeting to any ROM instance. It will update all memory blocks at once. - AEsqu
Contributor
Too bad.