Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 604 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 604 Bytes

TinyComputerArchitecture

Tiny computer architecture having CPU and memory written in Verilog

Author: Amit Roy ([email protected])

RTL source is in:

  • src/v directory for Verilog-95
  • src/sv directory for System Verilog

For Verilog-95 simulation with free Verilog simulator:

For System Verilog simulation with Synopsys VCS, run: make compile=sim

To simulate using Icarus Verilog, run: make compile=sim.iverilog