aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-05 11:38:44 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-05 11:38:44 +0200
commit1751c689d2005345b420d43584d7668c0ca93f6c (patch)
tree84a49126c204427168e19c72c8b545293160d0eb
parent38e4966386672acc92834246c85c97cd0be80314 (diff)
downloadriscv_cpu-1751c689d2005345b420d43584d7668c0ca93f6c.tar.gz
riscv_cpu-1751c689d2005345b420d43584d7668c0ca93f6c.zip
added info to view waveform with gtkwave to readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 34e6d4e..4a25172 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,5 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw
* `make program` to upload the bitstream to the FPGA.
* `make flash` to flash the bitsream to the FPGA.
* `make clean` to clean build files.
+* `gtkwave build/waveform_*.vcd` to view waveform of corresponding testbench.