Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Unless you are very tight on memory, it's best not to mess with that. Even then don't try to change things down there unless you really understand what is going on. At best you are spending time for a very small return in memory. At worst you are introducing bugs that are very hard to find. There is no reason to set the size of the text section. Its size is set automatically by the linker based on the size of your code. Note that QSYS has nothing to do with the text section. That is purely a software concept created by the linker. All QSYS needs to know is where the reset and exception addresses are. --- Quote End --- Well, in the case when using on-chip memory, you have to instantiate and therefore specify a size, so what should that size be.. as big as will fit, or is there a minimum size that will be plenty?