mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/cores/i2c: remove unnecessary code
This commit is contained in:
parent
64ccd6df1c
commit
aef6cb3103
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue