💻 Green-RISC 🥬 🕹️ Minimal implementation of a 5 stage pipelined 32 bit RISC V CPU in verilog Types of instructions in RISC-V arch Vector table for determining the type of instruction based on the instr value Immediate values decode table (expect for a R instr) Few Opcodes (instr[30] + func3 + opcode ) for different instruction Overall arch of the CPU implementation