- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how can I reduce the maximium the size of my program NIOS II IDE?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Read the "Reducing Code Footprint" chapter of this document:
http://www.altera.com/literature/hb/nios2/n2sw_nii52004.pdf?gsa_pos=2&wt.oss_r=1&wt.oss=reducing%20code%20footprint In addition to the guidance given in the document here are some tips: 1 - Start your project with the "hello_world_small" example project. 2 - Avoid all floating point library calls if possible. 3 - Avoid functions that have a heavy code footprint (printf for example). Jake- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
thk you for help! best regards
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page