~ruther/jesd204b-vhdl

ref: bbe8c929b0b45ba59ee8af952183c63f3163866e jesd204b-vhdl/src/jesd204b_pkg.vhd -rw-r--r-- 214 bytes
bbe8c929 — František Boháček feat(transport): add testbenches for transport layer 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
library ieee;
use ieee.std_logic_1164.all;

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;