Skip to content

In this project, we have implemented a SimpleRisc processor with a 5-stage pipeline. It has been implemented in LogiSim. This processor runs all SimpleRisc instructions and can execute any valid SimpleRisc program to give correct outputs (provided the instructions are given in binary/hexadecimal).

License

Notifications You must be signed in to change notification settings

anchittandon/Implementation-of-a-5-stage-RISC-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation-of-a-5-stage-RISC-processor

In this project, we have implemented a SimpleRisc processor with a 5-stage pipeline. It has been implemented in LogiSim. This processor runs all SimpleRisc instructions and can execute any valid SimpleRisc program to give correct outputs (provided the instructions are given in binary/hexadecimal).

Conflict Detection Unit

Reducing OPcode of (nop,b,beq,bgt,call), we get AB'C' + A'BCD'E Reducing OPcode of (nop,cmp,st,beq,bgt,ret), we get A'CD'E + A'BCE + AB'C'D' + AB'C'E' + AB'D'E'

About

In this project, we have implemented a SimpleRisc processor with a 5-stage pipeline. It has been implemented in LogiSim. This processor runs all SimpleRisc instructions and can execute any valid SimpleRisc program to give correct outputs (provided the instructions are given in binary/hexadecimal).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published