From dc4d968b5c0c6246bc825714a165d1ac133c9939 Mon Sep 17 00:00:00 2001 From: RyanErlerMCHP Date: Fri, 13 Dec 2024 16:35:50 -0500 Subject: [PATCH] Update auto-instrument README.md --- auto_instrument/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_instrument/README.md b/auto_instrument/README.md index 0f39d50..087d3cb 100644 --- a/auto_instrument/README.md +++ b/auto_instrument/README.md @@ -489,7 +489,7 @@ to set monitoring_mode 1 ``` -in `hls_output/scripts/update_vcd.tcl`. This indicates to the waveform updating scripts that when we get new data from the debugger, we don't want to refresh the waveform, but rather want to concatenate the new data to the end of the existing waveform. +in `hls_output/scripts/instrument/update_vcd.tcl`. This indicates to the waveform updating scripts that when we get new data from the debugger, we don't want to refresh the waveform, but rather want to concatenate the new data to the end of the existing waveform. Then, open a new terminal and start a monitoring process that periodically captures the data: