Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add waveform with iverilog simulator #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mamin506
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant