Altera_Forum
Honored Contributor
19 years agoIs it worth using Tightly Coupled Memory?
I currently use a NIOS-II/f with instruction and data cache, in a Cyclone.
I've looked at the tutorial for using TCM: http://www.altera.com/literature/tt/tt_nio...ry_tutorial.pdf (http://www.altera.com/literature/tt/tt_nios2_tightly_coupled_memory_tutorial.pdf) ...and the performance increase over a straight cache seems to be minimal, to the point where the effort required isn't really worth it:Tightly coupled memory : 18.20 microseconds, 910 clocks.
On-chip memory : 27.48 microseconds, 1374 clocks.
On-chip memory (cached): 18.26 microseconds, 913 clocks.
SDRAM memory : 32.80 microseconds, 1640 clocks.
SDRAM memory (cached) : 18.16 microseconds, 908 clocks. .... or have I misread these results? What's results have people here experienced, did it make a major difference?