diff --git a/litex/build/openocd.py b/litex/build/openocd.py index 62644da5f1..dc137938bb 100644 --- a/litex/build/openocd.py +++ b/litex/build/openocd.py @@ -122,7 +122,7 @@ def stream(self, port=20000, chain=1): set txi [concat {*}$txi] """ cfg += f""" - set rxi [split [drscan $tap {{*}}$txi {endstate}] " "] + set rxi [split [drscan $tap {{*}}$txi {endstate}]] """ cfg += """ #echo $txi:$rxi