Forum Discussion
Altera_Forum
Honored Contributor
17 years ago32-bit MIPS
Hello Everybody! i have 32 bit MIPS CPU for my project! i need to use 32-bit Dual port ram!(i mean 32 address line). i found that quartus does not support this huge ram!:D What should i...
Altera_Forum
Honored Contributor
17 years agoTo: majid.merkava
I have the impression that your request concerning the dual port ram in your MIPS processor design is not related to the external memory, but maybe to the "32x32 bit register file in the MIPS architecture. You can write this module in Verilog or VHDL or use the MegaWizard to generate a 3-Port RAM (2 ports to read two arguments and 1 port to write your result of a MIPS operation).