Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 538 Bytes

File metadata and controls

17 lines (12 loc) · 538 Bytes

2stage

A simple 2 stage cpu in verilog

8 16-bit general purpose registers, 16 bit address/data bus.

Files/Paths to note

  • isa.txt - The instruction set
  • rtl - Verilog implementation
    • rtl/de2-115 - Altera Quartus project for DE-115 fpga board
  • asm - Python based assembler
  • src - Assembly code

Requirements

Verilator required for implementation of test bench and simulator.

FPGA project implemented using Altera Quartus 15.1 Lite.