/RISCY-Processor

Final project for the class "Digital Design with Verilog and SystemVerilog"

Primary LanguageSystemVerilog

"RISC-Y" Processor

A synchronous 8-bit processor written in SystemVerilog that can perform the following operations:

  • Load/store
  • Arithmetic (add and subtract)
  • Logical (AND, OR, NOT, XOR)
  • Branch (unconditional and flag-based)