Forum Discussion
James_B
Contributor
4 years agoUpdate single mif among multiple mif's in design with quartus_cdb
I cannot seem to find how to update 1 mif file using the
quartus_cdb --update_mif
command. I can run the command appropriately from the command line to update all the mif's in the design, but it...
RichardT_altera
Super Contributor
4 years agoHi @James_B
Sorry for the late reply. May I know do you able to solve your issue?
Do you still need help in regards to this case?
Best Regards,
Richard Tan
James_B
Contributor
4 years agoThanks for the response, but it appears Quartus can only update all the MIF files in a design.
Quartus cannot update a single MIF when multiple MIF's exist for a design.
Thanks, James
- James_B4 years ago
Contributor
It also appears that this question was asked previously here in March 2019:
From the Quartus GUI, it does not appear that this is possible.
However, upon further searching, it appears possible with a Makefile, as shown here:
The makefile shows iterative update of all the Makefiles in a design, but one could select a limited set of makefiles to update.