Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNIOS-II Software Writing
I have write the Nios-II Code (Below) with the help of ready made examples. please someone clarify the bold underline portion of the code what acutely they are doing.or from where i can get the h...
Altera_Forum
Honored Contributor
16 years agoThe defines that you show are automatically generated during the software build. You shouldn't (and don't need to) modify are create them. They are generated according to the SOPC configuration.
You can use the ifdefs though, if you want to generate some code only if a specific component is available.