Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Quartus "smart compile" should help you.
This feature skips compilation stages which aren't needed - in this case it can skip synthesis and routing and just rerun the final stages of compilation. You can turn it on from the Quartus Assignments/Settings menu - choose "Compilation tools settings" in the tree and then tick the box. You may find that the "incremental compile" option is useful. - Altera_Forum
Honored Contributor
Thanks to wombat. Does Quartus provide tools to combain old sof file and new rom hex file to a new sof file?Because the rom content is created by other guy, they don't want to learn vhdl.
- Altera_Forum
Honored Contributor
No. Sorry.
The Quartus II assembler (the stage after routing) needs more information than is available in the SOF file - for example it needs to know which memories your ROM data is initialising etc. Your other guy doesn't need to know VHDL, they just need to have Quartus installed and be able to check the VHDL out of your version control system and press the start button. Is there a reason why they can't use the "download and debug" flow which the IDE uses? It can usually write to SOPC builder created ROMs.