AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
 All Classes Files Variables
versioning.vhd
1 library IEEE;
2 library WORK;
3 use IEEE.std_logic_1164.all;
4 use IEEE.std_logic_arith.all;
5 
6 package mydefs is
7  constant version : std_logic_vector(31 downto 0) := x"5E100001";
8  --this constant is defined to have 1 ms with a 125 Mhz
9  constant freq_used: std_logic_vector(31 downto 0) := x"0002625a";
10  constant FPGA_Brand: string := "XILINX";
11 end package mydefs;
12 
13 -- version .......
14 --
15 --
16 -- version "5E100001";
17 -- first version for 10Gb
18 --*****************************************************************
19 -- version "00000000";
20 -- Beta version used by HCAL and TCDS
21 --*****************************************************************