Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 287 Bytes

readme.md

File metadata and controls

7 lines (7 loc) · 287 Bytes

Simulated CPU

Instructions

  1. Open Quartus 18.1
  2. Start a new project
  3. Add all verilog files in this repo to the project
  4. Compile the project, with proc_extension as the top level module
  5. Open Modelsim, and open proc_tb to see testbench demonstration of CPU functionality.