~ruther/jesd204b-vhdl

ref: 069ca93a67c810a89f6821654b926b4b5569b085 jesd204b-vhdl/testbench/data_link/ilas_parser_tb.vhd -rw-r--r-- 14.4 KiB
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