1
0
Fork
You've already forked simple-processor-simulation
0
This is a simple processor simulation for learning purposes
  • Verilog 100%
2025年10月01日 11:18:37 +05:30
single_file small changes 2025年10月01日 11:18:15 +05:30
alu.v small changes 2025年10月01日 11:18:15 +05:30
control_unit.v small changes 2025年10月01日 11:18:15 +05:30
instruction_mem.v small changes 2025年10月01日 11:18:15 +05:30
processor.vcd Small change 2025年03月10日 18:47:38 +05:30
processor_sim Small change 2025年03月10日 18:47:38 +05:30
program_counter.v small changes 2025年10月01日 11:18:15 +05:30
README.md Update README.md 2025年08月09日 21:43:30 +05:30
register.v small changes 2025年10月01日 11:18:15 +05:30
riscv_4bit_processor.v small changes 2025年10月01日 11:18:15 +05:30
riscv_4bit_processor_tb.v small changes 2025年10月01日 11:18:15 +05:30

Simple 4-bit Processor

This is a simple 4 bit processor simulation for learning purposes, most parts of the codebase is self-explanatory :)

The HDL is compiled using icarus verilog iverilog compiler and simulation using gtkwave