diff options
| author | Julian Blake Kongslie | 2022-06-05 16:23:07 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-05 16:23:07 -0700 |
| commit | 83eb76e0b3f6570b5e27e2295551f648eea96d86 (patch) | |
| tree | f127b75074a23b4e93f064cddda17da3cef122a2 /tool/download.tcl | |
| parent | Working L1 cache. (diff) | |
| download | multipdp8-83eb76e0b3f6570b5e27e2295551f648eea96d86.tar.xz | |
Add cache clearing to the command parser.
Diffstat (limited to '')
| -rwxr-xr-x | tool/download.tcl | 2 |
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 | ||
| 15 | spawn tool/connect | 15 | spawn tool/connect |
| 16 | 16 | ||
| 17 | set atline "@[format %x [expr $core * 32768 / $wordsperline]]" | 17 | set atline "\$ @[format %x [expr $core * 32768 / $wordsperline]]" |
| 18 | send "$atline\n" | 18 | send "$atline\n" |
| 19 | expect -ex "$atline\r\n" | 19 | expect -ex "$atline\r\n" |
| 20 | 20 | ||
