A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
-
Updated
May 20, 2022 - Verilog
A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
5-stage pipelined 32-bit MIPS microprocessor in Verilog
It's all coming back into focus!
Linux kernel source tree with the latest features and modifications to unleash the full potential of Ingenic processors.
A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )
Some of my assembly code (examples, iterative and recursive algorithms) from Computer's Architecture course in Sapienza University, CS Bachelor's Degree 💾
A 5-stage pipelined mips32 processor
A low power, high performance 32-bit, 5-cycle MIPS core that implements a subset of instructions.
A MIPS processor with Cache and Advanced Branch Predictor written in SystemVerilog
🔮 A 32-bit MIPS Processor Implementation in Verilog HDL
Modification of the MARS program originally written by Kenneth Vollmar and Pete Sanderson at Missouri State University.
MIPS simulator written in Go
An ELF parser, which calculates stack usage for embedded mips microcontroller, especially for Microchip's XC32 compiler
A pipelined implementation of a MIPS processor that was optimized to use data forwarding, caching and branch prediction.
🔮 A 16-bit MIPS Processor Implementation in Verilog HDL
A complete classic 5-stage pipeline MIPS 32-bit processor, including a 2-bit branch predictor, a branch prediction buffer and a direct-mapped cache.
Implementation of a 32-bit 5 stage Pipelined MIPS Processor using RTL coding in Verilog on ModelSim simulator. The processor datapath and control units are designed for Arithmetic and Logical instructions (all r-type instructions + addi, andi, ori, slti), Data transfer instructions (lw, sw), Branch and jump instructions (beq, j). Forwarding cont…
the tiniest MIPS R4300i assembler and disassembler
Solution for the assignment in Digital Design and Computer Architecture course including test benches running faster than official nightly tests.
Add a description, image, and links to the mips-processor topic page so that developers can more easily learn about it.
To associate your repository with the mips-processor topic, visit your repo's landing page and select "manage topics."