Single Cycle MIPS Pipelined Processor using Verilog
-
Updated
Aug 22, 2021 - Verilog
Single Cycle MIPS Pipelined Processor using Verilog
5 stages RISC pipelined processor following Harvard architecture.
Pipelined Processor which implements RV32i Instruction Set. Also contains pipelined L1 4-way set-associative Instruction Cache, direct-mapped L1 Data Cache, and a 4-way set-associative L2 Victim Cache with a fully-associative 8-entry Victim Buffer. Also has a tournament branch predictor (global and local predictors) and a set-associative BTB.
Hardware designs modelled with verilog
A 32 Bit RISC-V Processor Implementation in Verilog
Designed a Single Cycle 6-stage pipelined Processor which can execute 26 different instructions and implemented it in code in VHDL
Add a description, image, and links to the pipelined-risc topic page so that developers can more easily learn about it.
To associate your repository with the pipelined-risc topic, visit your repo's landing page and select "manage topics."