mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
ctrl: drive txcomwake and not gtx.txcomwake in K7SATAPHYDeviceCtrl
This commit is contained in:
parent
b284819d18
commit
bbfce2b707
1 changed files with 3 additions and 3 deletions
|
@ -220,7 +220,7 @@ class K7SATAPHYDeviceCtrl(Module):
|
|||
)
|
||||
fsm.act("COMWAKE",
|
||||
gtx.txelecidle.eq(1),
|
||||
gtx.txcomwake.eq(1),
|
||||
txcomwake.eq(1),
|
||||
If(gtx.txcomfinish,
|
||||
NextState("RESET_CRG")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue