chore: update quartus project
fix: correct bounds of ring_buffer read positions
chore: remove unnecessary buff triple from ring_buffer
fix: make ring_buffer synthetizable by making co_read interval constant (dependent only on one variable instead of two)
chore: update Quartus project to include all entities
feat: split samples to sample and control bits
fix: remove asynchronous if from frame_alignment
chore: remove octets_to_sample, put its behavior to transport_layer
fix: do not use when inside of a process
fix: remove double assignment of synced in data link layer
fix: assign lane alignment aligned and error
fix: correctly count error counts in error handler
chore: rename some ports and generics to better match function
Merge pull request #27 from Rutherther/feat/granulatation
Split synced combination and lmfc generation to separate entities
fix: pass multiframe and data rate to lmfc_generation
feat: split synced combination and lmfc generation to separate entities
Merge pull request #25 from Rutherther/feat/subclass-1-support
Add subclass 1 support
feat: allow changing align buffer size used in lane alignment
feat: pass synced only if lmfc is aligned after losing synchronization (subclass 1)