Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNIOS II On-chip Memory size
Hi, I am using DE0 board with Cyclone III FPGA. If I am not wrong, it has 56 M9K blocks. According to my calculation, it gives 57344 bytes for me to use as on-chip RAM for my NIOS II processor....
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Well, I also need to print out the result from a float calculation. But you just gave me the idea of converting the floating point to string first and then printf the string... --- Quote End --- I guess you'll still get an increase of code similar to printf("%f") if you convert the float to string using a stdlib function. Infact the involved library calls are probalby the same.