ctrl: drive txcomwake and not gtx.txcomwake in K7SATAPHYDeviceCtrl

This commit is contained in:
Florent Kermarrec 2014-10-16 10:38:26 +02:00
parent b284819d18
commit bbfce2b707
1 changed files with 3 additions and 3 deletions

View File

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