tools/litex_server: revert CommUDP's max length to 4 now that https://github.com/enjoy-digital/liteeth/issues/52 is fixed).
This commit is contained in:
parent
9fe3a42072
commit
9359aa0688
|
@ -123,7 +123,7 @@ class RemoteServer(EtherboneIPC):
|
|||
if record.reads != None:
|
||||
max_length = {
|
||||
"CommUART": 256,
|
||||
"CommUDP": 1,
|
||||
"CommUDP": 4,
|
||||
}.get(self.comm.__class__.__name__, 1)
|
||||
bursts = {
|
||||
"CommUART": ["incr", "fixed"]
|
||||
|
|
Loading…
Reference in New Issue