litescope: pep8 (E201)
This commit is contained in:
parent
13e4d7c525
commit
67b4da8ecf
|
@ -105,7 +105,7 @@ class LiteScopeUART2WB(Module, AutoCSR):
|
|||
timeout.reset.eq(1),
|
||||
If(uart.source.stb,
|
||||
cmd_ce.eq(1),
|
||||
If( (uart.source.data == self.cmds["write"]) |
|
||||
If((uart.source.data == self.cmds["write"]) |
|
||||
(uart.source.data == self.cmds["read"]),
|
||||
NextState("RECEIVE_LENGTH")
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue