Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSure, you can use the attribute directive.
For example: int Var1 _attribute__ (section (".mem_data")); int Var2; This would place the Var1 in the specified memory section, while Var2 is still in the default memory region. The same method applies to functions.