soc/cores/i2c: remove unnecessary code
This commit is contained in:
parent
64ccd6df1c
commit
aef6cb3103
|
@ -141,7 +141,7 @@ class I2CMasterMachine(Module):
|
|||
NextValue(self.sda_o, ~self.ack),
|
||||
NextState("WRITEACK0"),
|
||||
).Else(
|
||||
NextValue(self.sda_o, 1),
|
||||
#NextValue(self.sda_o, 1), must already be high
|
||||
NextState("READ2"),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue