Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi David,
as you might have noticed already, the exception handler is spread over a couple of source files and these labels are used to identify specific blocks of the exception handler. You will find these labels and a lot more (like .exceptions.entry.user) in the generated.x file again. They give you the opportunity to replace the exception handler or add your own code to it without touching the original files. hope this helps, --wolfgang