Skip to content

travisg/2stage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a simple 2 stage cpu in verilog

Resources

License

Stars

Watchers

Forks