~ruther/jesd204b-vhdl

ref: 92031bce86510b9486a5a8705a6d0b340cf73791 jesd204b-vhdl/src/jesd204b_pkg.vhd -rw-r--r-- 422 bytes
92031bce — František Boháček fix: deassert sync on LMFC falling edge to match the standard 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