Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Whenever you get an internal error, file a service request at https://mysupport.altera.com/. Provide the Quartus project that produces the internal error and instructions that will enable an applications engineer to reproduce it.
The cause of an internal error could be a bug in Quartus or something you did wrong for which Quartus doesn't have a more graceful error message. AMERGE and atm look like something to do with incremental compilation. (Incremental compilation stores the results for each design partition in an .atm file, and partition merge is a compilation step with incremental compilation.) Maybe you can use SignalTap without trying to preserve previous compilation results with incremental compilation. It will make your compile time longer, but maybe it will let you continue with your design debugging. - Altera_Forum
Honored Contributor
Hi,
If have these error too. Internal Error: Sub-system: AMERGE, File: /quartus/atm/amerge/amerge_kpt_op.cpp, Line: 167 Where i can disable the incremental compilation? - Altera_Forum
Honored Contributor
Don't use ä ü ö in Quartus! Then it works fine :)
- Altera_Forum
Honored Contributor
--- Quote Start --- Where i can disable the incremental compilation? --- Quote End --- Assignments --> Settings --> Compilation Process Settings --> Incremental Compilation --> Off - Altera_Forum
Honored Contributor
Honkmichi, please also file a service request at https://mysupport.altera.com/ providing the Quartus project that produces the internal error so that Altera can fix it.