diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-05 11:38:44 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-05 11:38:44 +0200 |
commit | 1751c689d2005345b420d43584d7668c0ca93f6c (patch) | |
tree | 84a49126c204427168e19c72c8b545293160d0eb | |
parent | 38e4966386672acc92834246c85c97cd0be80314 (diff) | |
download | riscv_cpu-1751c689d2005345b420d43584d7668c0ca93f6c.tar.gz riscv_cpu-1751c689d2005345b420d43584d7668c0ca93f6c.zip |
added info to view waveform with gtkwave to readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |