~ruther/jesd204b-vhdl

ref: fe4ee335475b3cb1b0b71b5ab6f2a5e0b24cfc76 jesd204b-vhdl/src/jesd204b_pkg.vhd -rw-r--r-- 214 bytes
fe4ee335 — František Boháček chore: use vhdl2008 when compiling using ghdl 2 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;
Do not follow this link