fix: stream.cfg:20: Error: expected integer but got ...

This commit is contained in:
Yu-Ti Kuo 2024-12-28 09:10:23 +08:00
parent 05d7471f6c
commit 2f191cfc7d

View file

@ -122,7 +122,7 @@ proc jtagstream_poll {tap tx n} {
set txi [concat {*}$txi] set txi [concat {*}$txi]
""" """
cfg += f""" cfg += f"""
set rxi [split [drscan $tap {{*}}$txi {endstate}] " "] set rxi [split [drscan $tap {{*}}$txi {endstate}]]
""" """
cfg += """ cfg += """
#echo $txi:$rxi #echo $txi:$rxi