• Further LTSSM implementation, Recovery states have been implemented
  • A debug analyzer to show the state, transitions and how long it remains in a state has been implemented
  • Test cases for the TSn state machines have been written
  • Code was formatted and commented for readability
  • Everything was moved to the RX clock domain, using a FFSynchronizer to cross to the TX clock domain
    • That should be fine since in normal operation the phase difference between them is constant

comments