diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-08 12:51:24 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-08 12:51:24 +0200 |
commit | 43d74babbfef9792f0f5fdd5ca13ec6ebf33655d (patch) | |
tree | 4c83522247c1ef2245222cd0cd47e307d4e8e1d7 /README.md | |
parent | 4895d68fb533dc599b752936ef1dc8f5af80bc5a (diff) | |
download | riscv_cpu-43d74babbfef9792f0f5fdd5ca13ec6ebf33655d.tar.gz riscv_cpu-43d74babbfef9792f0f5fdd5ca13ec6ebf33655d.zip |
view cpu waveform with make wave
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,4 +16,5 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw * `make clean` to clean build files. * `gtkwave build/waveform_*.vcd` to view waveform of corresponding testbench. * `make rom` to compile source files in prog/src, link and generate rom file. +* `make wave` to view waveform of cpu running build/rom.hex. |