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 b5a9765 commit 23f1ce7Copy full SHA for 23f1ce7
tools/syntacore/openocd_run.exp
@@ -907,7 +907,7 @@ proc runSpikeIfNeeded {} {
907
spawn $SpikeBinary {*}$SpikeArgs
908
send_user -- "==== Spawned Spike PID=[exp_pid -i $spawn_id] ====\n"
909
expect {
910
- -re "Listening for remote bitbang connection on port (\[0-9\]+)" {
+ -re {Listening for remote bitbang connection on port ([1-9][0-9]*)\.} {
911
set MatchedBitbangPort $expect_out(1,string)
912
send_user -- "spike launched successfully! bitbang_port = $MatchedBitbangPort\n"
913
if {$SETTINGS(bitbang_port) == 0} {
0 commit comments