AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
 All Classes 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"5E100003";
8  --this constant is defined to have 1 ms with a 156.25 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 "5E100003" 29/04/2016
17 -- error on retransmit signal / change the reset of the xaui_align (to be sync with the clock)
18 -- increase timeout x1E0 to x200
19 --*****************************************************************
20 -- version "5E100002" 25/04/2016
21 -- Bug on Timeout
22 -- add debug on event_ongoing and DUP Header and Trailer
23 --*****************************************************************
24 -- version "5E100001";
25 -- first version for 10Gb
26 --*****************************************************************
27 -- version "00000000";
28 -- Beta version used by HCAL and TCDS
29 --*****************************************************************