enjoy-digital / litesata

Small footprint and configurable SATA core
Other
119 stars 33 forks source link

Wait for PLL unlock in init RX FSM when doing a full reset #8

Closed olofk closed 8 years ago

olofk commented 8 years ago

The init TX state machine already has a fix where it waits for cplllock to deassert before checking for it to be asserted. This fix is also needed for the init RX FSM, but only when we're doing a full reset, since the cpll isn't reset during a RX only reset

enjoy-digital commented 8 years ago

Thanks!