Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 316 Bytes

Computer Architecture A

Simulation files of MIPS.

Requirements

  • Icarus Verilog
  • GTKWave
  • XQuartz (For macOS)

Usage

cd tmips
iverilog -s testbench -o testbench *.v
vvp testbench

if "Simulation succeeded" is displayed, it is successful.

  • Display the waveform
gtkwave testb.vcd