Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

Is it possible to update one .mif file instead of the all set (to speed-up)

AEsqu
Novice
952 Views

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.

0 Kudos
2 Replies
GuaBin_N_Intel
Employee
493 Views
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.
0 Kudos
AEsqu
Novice
493 Views

Too bad.

0 Kudos
Reply