-2

please I want the VHDL code of The RISC MIPS Processor Core (32 bits) with some MIPS Processor Core Instructions. Anyone have an idea? thank you

gangadhars
  • 2,584
  • 7
  • 41
  • 68
user3668573
  • 1
  • 1
  • 2

2 Answers2

0

You can have a look at Open Cores. This is a great site with several open source implementations of different peripherals and cores. For example, the Edge Processor may be what you're looking for, even though it is in Verilog. Or maybe a Ion - MIPS(tm) compatible CPU in VHDL. Best thing is to browse through their library and see for yourself what suits your needs the best.

MatthiasB
  • 1,759
  • 8
  • 18
0

See this question Project on MIPS pipelined processor and the answer. I updated the link to the ECE 3055 course downloadable source (32-bit MIPS VHDL Model ). Also see the Instructions link.

Community
  • 1
  • 1