~ruther/jesd204b-vhdl

ref: ff129f4671170a9b2c0388596fc0af71760a185d jesd204b-vhdl/src/jesd204b_pkg.vhd -rw-r--r-- 422 bytes
ff129f46 — František Boháček chore: update quartus project 1 year, 10 months 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