summaryrefslogtreecommitdiff
path: root/tool/download.tcl
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-05 16:23:07 -0700
committerJulian Blake Kongslie2022-06-05 16:23:07 -0700
commit83eb76e0b3f6570b5e27e2295551f648eea96d86 (patch)
treef127b75074a23b4e93f064cddda17da3cef122a2 /tool/download.tcl
parentWorking L1 cache. (diff)
downloadmultipdp8-83eb76e0b3f6570b5e27e2295551f648eea96d86.tar.xz
Add cache clearing to the command parser.
Diffstat (limited to 'tool/download.tcl')
-rwxr-xr-xtool/download.tcl2
1 files changed, 1 insertions, 1 deletions
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} {
14 14
15spawn tool/connect 15spawn tool/connect
16 16
17set atline "@[format %x [expr $core * 32768 / $wordsperline]]" 17set atline "\$ @[format %x [expr $core * 32768 / $wordsperline]]"
18send "$atline\n" 18send "$atline\n"
19expect -ex "$atline\r\n" 19expect -ex "$atline\r\n"
20 20