tools/litex_term: increase outstanding to 128 (4 is slowing down speed with USB-FIFO).
This commit is contained in:
parent
894802d131
commit
b7c0922ec1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue