AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
 All Classes Variables
AMC13_T1_g2_version.vhd
1 
2 
3 library IEEE;
4 use IEEE.STD_LOGIC_1164.all;
5 
6 package amc13_version_package is
7 
8  constant device_ID : std_logic_vector(15 downto 0) := x"DCC3";
9  constant T2_version : std_logic_vector(15 downto 0) := x"0012";
10  constant K7version : std_logic_vector(15 downto 0) := x"8142";
11  constant V6version : std_logic_vector(15 downto 0) := x"0026";
12  constant CTRversion : std_logic_vector(7 downto 0) := x"14";
13  constant key : std_logic_vector(31 downto 0) := x"dcc32012";
14  constant flavor : string := "G2";
15  constant lsc_speed : integer := 10;
16 
17 end package amc13_version_package;