tiny-gpu icon indicating copy to clipboard operation
tiny-gpu copied to clipboard

Add waveform with iverilog simulator

Open mamin506 opened this issue 1 year ago • 0 comments

This PR is to support Waveform output for Icarus Verilog simulator.

How to generate waveform,

# A new target test.test_% is added. Based on the design of this project, % is matadd or matmul.
# To generate waveform for matadd test, run
$ make test.test_matadd

# The generated waveform file is sim_build/gpu.fst. Use gtkwave to open.

image

mamin506 avatar Aug 18 '24 06:08 mamin506