tools/litex_term: increase outstanding to 128 (4 is slowing down speed with USB-FIFO).

This commit is contained in:
Florent Kermarrec 2020-12-04 16:01:35 +01:00
parent 894802d131
commit b7c0922ec1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ sfl_magic_req = b"sL5DdSMmkekro\n"
sfl_magic_ack = b"z6IHG7cYDID6o\n"
sfl_payload_length = 64 # FIXME: Understand why 255 failing with USB-FIFO.
sfl_outstanding = 4
sfl_outstanding = 128
# General commands
sfl_cmd_abort = b"\x00"