litescope: pep8 (E201)

This commit is contained in:
Florent Kermarrec 2015-04-13 13:20:13 +02:00
parent 13e4d7c525
commit 67b4da8ecf
1 changed files with 2 additions and 2 deletions

View File

@ -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")
),