We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1040bde commit a9015baCopy full SHA for a9015ba
tcl/target/lsch3_common.cfg
@@ -51,8 +51,8 @@ proc release_cpu {cpu} {
51
}
52
53
# Release the cpu; it will start executing something bogus
54
- mem2array regs 32 $RST_BRRL 1
55
- mww $RST_BRRL [expr {$regs(0) | 1 << $cpu}]
+ set reg [read_memory $RST_BRRL 32 1]
+ mww $RST_BRRL [expr {$reg | 1 << $cpu}]
56
57
if {$not_halted} {
58
resume
0 commit comments