Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 386 Bytes

File metadata and controls

12 lines (8 loc) · 386 Bytes

Five-stage-RISC-V-Pipeline-Processor

A five-stage RISC-V pipeline processor written in Verilog

Course: Computer Organization by T.F. Chen (NYCU 2021 Spring)

Team of 2: JY Lin, SW Li

Features

  • Five stages: IF, ID, EX, MEM and WB
  • Implements every component in a CPU except program counter, instruction memory, and registers
  • Supports Forwarding, Flush, and Hazard Detection