Skip to content

Tiny computer architecture having CPU and memory written in Verilog

Notifications You must be signed in to change notification settings

EchoCoder1729/TinyComputerArchitecture

 
 

Repository files navigation

TinyComputerArchitecture

Tiny computer architecture having CPU and memory written in Verilog

Author: Amit Roy (amitrupu@gmail.com)

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

About

Tiny computer architecture having CPU and memory written in Verilog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SystemVerilog 45.5%
  • Verilog 40.3%
  • Makefile 9.8%
  • Awk 4.4%