~ruther/jesd204b-vhdl

ref: cd37f9f67aa60f71b3a27504d888518563ae91ff jesd204b-vhdl/src/jesd204b_pkg.vhd -rw-r--r-- 244 bytes
cd37f9f6 — František Boháček fix: adjust jesd204b_link_rx to work with new changes 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
library ieee;
use ieee.std_logic_1164.all;

-- Package for jesd204b types
package jesd204b_pkg is

  -- array input data from lanes
  type lane_input_array is array (natural range <>) of std_logic_vector(9 downto 0);

end package jesd204b_pkg;
Do not follow this link