lpgbtfpga_package.vhd
Go to the documentation of this file.
1 -------------------------------------------------------
6 -------------------------------------------------------
7 
8 -- IEEE VHDL standard LIBRARY:
9 LIBRARY ieee;
10 USE ieee.std_logic_1164.all;
11 USE ieee.numeric_std.all;
12 
14 
15  --=============================== Constant Declarations ===============================--
16  CONSTANT FEC5 : integer := 1;
17  CONSTANT FEC12 : integer := 2;
18  CONSTANT DATARATE_5G12 : integer := 1;
19  CONSTANT DATARATE_10G24 : integer := 2;
20  CONSTANT PCS : integer := 0;
21  CONSTANT PMA : integer := 1;
22  --=====================================================================================--
23 
24 END lpgbtfpga_package;