Skip to content

WIP pipelined implementation of the RISC-V RV32I instruction set architecture.

Notifications You must be signed in to change notification settings

wptaylor/RV32I_piped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RV32I_piped

WIP pipelined implementation of the RISC-V RV32I instruction set architecture.

Current Instruction Support

• R-Type: ADD/SUB/XOR/OR/AND/SLT/SLTU/SLL/SRL/SRA.

Current Modules

• Instruction Decoder

• Register File

• Arithmetic Logic Unit

• Finite State Machine

Testbench Status

• Barebone SystsemVerilog unit.

• Parameters manually declared before compilation.

Immediate Next Steps

• Support I-type instructions.

• Clean up and expand testbench.

About

WIP pipelined implementation of the RISC-V RV32I instruction set architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published