DLLP receiver and CRC implemented
- A DLLP receiver was implemented, which takes DLLP data from a descrambled lane, parses it, validates the CRC and stores it in a FIFO.
- A generic CRC was implemented, which does bitwise CRC in the combinatorial domain and thus can process an arbitrary amount of bits in a single clock cycle.