aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-05-25 21:13:14 +0200
committerClifford Wolf <clifford@clifford.at>2018-05-25 21:13:14 +0200
commit4fed27fc16428771e9f7d3394d5545438ec3775f (patch)
tree8b7858bad2dd790d9f4dedef0b1e4442a4de7bd3 /README.md
parent1cc9784d715979b382970e29456cf2137e60ba24 (diff)
downloadpicorv32-4fed27fc16428771e9f7d3394d5545438ec3775f.tar.gz
picorv32-4fed27fc16428771e9f7d3394d5545438ec3775f.zip
Fix showtrace.py for changed objdump output format
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4aeea16..2260492 100644
--- a/README.md
+++ b/README.md
@@ -281,7 +281,7 @@ Support for the timer is always disabled when ENABLE_IRQ is set to 0.
#### ENABLE_TRACE (default = 0)
Produce an execution trace using the `trace_valid` and `trace_data` output ports.
-For a demontration of this feature run `make testbench.vcd` to create a trace file
+For a demontration of this feature run `make test_vcd` to create a trace file
and then run `python3 showtrace.py testbench.trace firmware/firmware.elf` to decode
it.