From 2f191cfc7d1697ffffc82e47dc6c0f04d4fd8655 Mon Sep 17 00:00:00 2001 From: Yu-Ti Kuo Date: Sat, 28 Dec 2024 09:10:23 +0800 Subject: [PATCH] fix: stream.cfg:20: Error: expected integer but got ... --- litex/build/openocd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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