Skip to content

JKachele/Kache-Risc-V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kache-Risc-V

Risc-V SOC written in verilog

Custom Pipelined 32-Bit Risc-V SOC to run on an FPGA
End goal is to run Linux or a custom OS

Current Features

  • Full RV32I ISA
  • Extensions:
    • (M) Integer Multiply/Divide
    • (A) Atomic memory operations
    • (F) Single-Precision floating point support
    • (D) Double-Precision floating point support
    • (C) Compressed instruction support
    • (Zicsr) Control and Status Register support
  • Partial Machine Level ISA
    • Supports ecall exceptions and privilaged instructions
  • Uses FPGA Block Memory programed during synthesys
  • UART for I/O

Planed Features

  • Full Machine and Supervisor Mode ISA support
  • Add support for DDR3 memory on the Arty-A7
  • Cached memory
  • External storage (SPI Flash / Micro SD) for loading programs
  • Virtual memory / MMU

Other Potential Feautres

  • Multicore Support
  • V extension for Vector Operations
  • Out-of-order processing
  • Superscalar (Dual-issue) processing

About

32-Bit Pipelined Risc-V Processor written in Verilog (RV32imafdc)

Resources

License

Stars

Watchers

Forks

Contributors