Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks for the answer and advice:
--- Quote Start --- This will tell you the minimal memory required now. The actual ram size choice should be based on how much headroom you want for possibly implementing new features in the future. --- Quote End --- I tried :nios2-elf-size test_sram.elfresult: text data bss dec hex filename
21764 6728 736 29228 722c test_sram.elfHowever, I do not understand the result, - what does "bss" stands for?
- what are the units of the numbers indicated, bits, bytes?