~ruther/jesd204b-vhdl

ref: 34fd10799dd46118708863277226b5ad43d551c9 jesd204b-vhdl/src/jesd204b_pkg.vhd -rw-r--r-- 422 bytes
34fd1079 — František Boháček fix: makde default RX buffer delay in bounds 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
library ieee;
use ieee.std_logic_1164.all;
use work.transport_pkg.all;
use work.data_link_pkg.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);

  -- array for link configs used in multipoint link
  type link_config_array is array (natural range <>) of link_config;

end package jesd204b_pkg;
Do not follow this link