Skip to content

Verilog implementation of a RISC-V processor with a subset of RISC-V instructions

License

Notifications You must be signed in to change notification settings

Shiva9361/Simple_Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RISC V based single cycle processor in verilog

Made mostly using combinational logic

The following instructtions are implemented

  • add
  • sub
  • xor
  • or
  • and
  • sll
  • srl
  • sra
  • slt
  • sltu
  • lw
  • sw

About

Verilog implementation of a RISC-V processor with a subset of RISC-V instructions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published