~ruther/jesd204b-vhdl

ref: b3fc7c64ac7327c0a7e3873dc2bedf16302b067c jesd204b-vhdl/testbench/data_link/ilas_parser_tb.vhd -rw-r--r-- 14.4 KiB
362b25b3 — František Boháček 2 years ago
chore: rename some ports and generics to better match function
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.
e3ba91e3 — František Boháček 2 years ago
fix(link): make testbenches work in quartus, fix old testbenches
d7408384 — František Boháček 2 years ago
feat(link): implement ilas parser
48041569 — František Boháček 2 years ago
fix(link): move start of ilas config to correct octet (3rd), send 28.4 before ilas config
17bf15d9 — František Boháček 2 years ago
feat(link): add ilas parser testbench