From 83eb76e0b3f6570b5e27e2295551f648eea96d86 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 5 Jun 2022 16:23:07 -0700 Subject: Add cache clearing to the command parser. --- tool/download.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/download.tcl b/tool/download.tcl index 596e527..45bf5f0 100755 --- a/tool/download.tcl +++ b/tool/download.tcl @@ -14,7 +14,7 @@ if {$::argc > 1} { spawn tool/connect -set atline "@[format %x [expr $core * 32768 / $wordsperline]]" +set atline "\$ @[format %x [expr $core * 32768 / $wordsperline]]" send "$atline\n" expect -ex "$atline\r\n" -- cgit v1.2.3