~ruther/jesd204b-vhdl

440de093 — František Boháček 2 years ago
feat: count errors in multiframe instead of a frame
b195c1b2 — František Boháček 2 years ago
feat: prepare architecture for descrambling
e3502f7b — František Boháček 2 years ago
fix(lane_alignment): set user data for a character based on state WHILST character is received

User data should be true for data from converters (or sometimes test mode data).
Before, user data were set upon outputting data from the buffer,
but that led to cases where ILAS sequence was counted
as user_data, because it was saved without information about
state of the character and it was assumed the state is the same
upon saving and outputting the octet.
a2c386f4 — František Boháček 2 years ago
chore: update LICENSE copyright year
7f624c75 — František Boháček 2 years ago
feat: move all link configuration to generic instead of ports

Configuration is same for one compilation, it cannot change.
Thus it does not make sense to be a port.
Resolves #13.
f03dac9c — František Boháček 2 years ago
feat(tests): add tests for jesd204b_rx toplevel entity
1b3835eb — František Boháček 2 years ago
feat(toplevel): order all arrays correctly using "to" instead of "downto"
a56e535b — František Boháček 2 years ago
fix(lane): output user_data based on current link state in lane_alignment
be6ffc1e — František Boháček 2 years ago
fix(ilas): output error if there is more than 3 multiframes
e615ecf2 — František Boháček 2 years ago
fix(ilas): do not check chksum
870bcac7 — František Boháček 2 years ago
fix(ilas): output finished right after ils state ends
ca7d6f92 — František Boháček 2 years ago
feat: remove unnecessary big buffer (3 * buffer_size) from ring_buffer
f7bc2adc — František Boháček 2 years ago
chore: update frame alignment tb
ecec68b5 — František Boháček 2 years ago
fix: update data link layer to meet changes
7a8a5f6b — František Boháček 2 years ago
feat: update jesd204b_rx to new frame clock
bbc18ca0 — František Boháček 2 years ago
fix: calculate octets in multiframe from input in ilas parser
bccdb957 — František Boháček 2 years ago
fix: make char alignment work for part characters correctly
cec550fc — Rutherther 2 years ago
Merge pull request #14 from Rutherther/feat/add-frame-clock

Add frame clock handling
06ed0558 — František Boháček 2 years ago
feat: reset everything in ring buffer
4a807ac4 — František Boháček 2 years ago
feat: make frame alignment output aligned octets in frames instead of octets
Next
Do not follow this link