Altera_Forum
Honored Contributor
12 years agoImplementing Cache Memory for Custom Logic
How can I implement a cache memory for look-up purposes which works with my custom logic, not Nios or ARM?
I have implemented different cache architectures using VHDL or Verilog, pipelined them, worked on the performance, but they cannot afford my performance requirements. On the other hand Nios has a cache option. This means that there should be a way which implements an efficient cache memory. If there was a cache IP like SDRAM or DRAM, etc it would be nice; nonetheless it seems there is no such option. How could I instance a cache memory using Altera/FPGA features which communicates with my custom logic? Please keep in mind that there is no Nios or ARM processor. Thanks