mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fix: stream.cfg:20: Error: expected integer but got ...
This commit is contained in:
parent
05d7471f6c
commit
2f191cfc7d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ proc jtagstream_poll {tap tx n} {
|
|||
set txi [concat {*}$txi]
|
||||
"""
|
||||
cfg += f"""
|
||||
set rxi [split [drscan $tap {{*}}$txi {endstate}] " "]
|
||||
set rxi [split [drscan $tap {{*}}$txi {endstate}]]
|
||||
"""
|
||||
cfg += """
|
||||
#echo $txi:$rxi
|
||||
|
|
Loading…
Reference in a new issue