Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 234 Bytes

File metadata and controls

6 lines (6 loc) · 234 Bytes

"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)