4
4
-- actual versions:
5
5
-- use "FRAME_VERSION" as mp7_ugt release fw version (used for tag name).
6
6
7
- -- mp7_ugt (=FRAME_VERSION): v1.31.2
7
+ -- mp7_ugt (=FRAME_VERSION): v1.32.0
8
8
9
9
-- use "GT_VERSION" as mp7_ugt release fw version (used for tag name).
10
- -- gt: v1.31.1
10
+ -- gt: v1.32.0
11
11
-- frame: v1.4.2 (see frame.vhd)
12
- -- gtl: v1.24.2 (see gtl_module_tpl.vhd)
12
+ -- gtl: v1.25.0 (see gtl_module_tpl.vhd)
13
13
-- fdl: v1.4.1 (see fdl_module.vhd)
14
14
15
15
-- HB 2024-09-04: v1.30.0 - Added vivado_fix_cells_tpl.tcl and constraints_fixed_cells.tcl to ../scripts.
37
37
--
38
38
-- gtl history:
39
39
40
+ -- HB 2025-05-12: v1.25.0: Added output ports for AXO score value, moved "algo_pipeline_p" to VHDL Producer template.
40
41
-- HB 2025-04-14: v1.24.2: Added AXOL1TL new model v5 payload.
41
42
-- HB 2025-03-21: v1.24.1: Added AXOL1TL model v5 payload.
42
43
-- HB 2025-01-07: v1.24.0: Implemented AXOL1TL model v5.
@@ -107,8 +108,8 @@ package gt_mp7_core_pkg is
107
108
-- ==================================================================================================
108
109
-- GT firmware version
109
110
constant GT_MAJOR_VERSION : integer range 0 to 255 := 1 ;
110
- constant GT_MINOR_VERSION : integer range 0 to 255 := 31 ;
111
- constant GT_REV_VERSION : integer range 0 to 255 := 2 ;
111
+ constant GT_MINOR_VERSION : integer range 0 to 255 := 32 ;
112
+ constant GT_REV_VERSION : integer range 0 to 255 := 0 ;
112
113
constant GT_VERSION : std_logic_vector (31 downto 0 ) := X"00" &
113
114
std_logic_vector (to_unsigned (GT_MAJOR_VERSION, 8 )) &
114
115
std_logic_vector (to_unsigned (GT_MINOR_VERSION, 8 )) &
@@ -119,8 +120,8 @@ package gt_mp7_core_pkg is
119
120
constant FRAME_REV_VERSION : integer range 0 to 255 := 2 ;
120
121
-- GTL firmware (fix part) version
121
122
constant GTL_FW_MAJOR_VERSION : integer range 0 to 255 := 1 ;
122
- constant GTL_FW_MINOR_VERSION : integer range 0 to 255 := 24 ;
123
- constant GTL_FW_REV_VERSION : integer range 0 to 255 := 2 ;
123
+ constant GTL_FW_MINOR_VERSION : integer range 0 to 255 := 25 ;
124
+ constant GTL_FW_REV_VERSION : integer range 0 to 255 := 0 ;
124
125
-- FDL firmware version
125
126
constant FDL_FW_MAJOR_VERSION : integer range 0 to 255 := 1 ;
126
127
constant FDL_FW_MINOR_VERSION : integer range 0 to 255 := 4 ;
0 commit comments