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...
GuaBin_N_Intel
Contributor
7 years agoThe 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.