44-- actual versions:
55-- use "FRAME_VERSION" as mp7_ugt release fw version (used for tag name).
66
7- -- mp7_ugt (=FRAME_VERSION): v1.31.2
7+ -- mp7_ugt (=FRAME_VERSION): v1.32.0
88
99-- use "GT_VERSION" as mp7_ugt release fw version (used for tag name).
10- -- gt: v1.31.1
10+ -- gt: v1.32.0
1111-- 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)
1313-- fdl: v1.4.1 (see fdl_module.vhd)
1414
1515-- HB 2024-09-04: v1.30.0 - Added vivado_fix_cells_tpl.tcl and constraints_fixed_cells.tcl to ../scripts.
3737--
3838-- gtl history:
3939
40+ -- HB 2025-05-12: v1.25.0: Added output ports for AXO score value, moved "algo_pipeline_p" to VHDL Producer template.
4041-- HB 2025-04-14: v1.24.2: Added AXOL1TL new model v5 payload.
4142-- HB 2025-03-21: v1.24.1: Added AXOL1TL model v5 payload.
4243-- HB 2025-01-07: v1.24.0: Implemented AXOL1TL model v5.
@@ -107,8 +108,8 @@ package gt_mp7_core_pkg is
107108-- ==================================================================================================
108109-- GT firmware version
109110 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 ;
112113 constant GT_VERSION : std_logic_vector (31 downto 0 ) := X"00" &
113114 std_logic_vector (to_unsigned (GT_MAJOR_VERSION, 8 )) &
114115 std_logic_vector (to_unsigned (GT_MINOR_VERSION, 8 )) &
@@ -119,8 +120,8 @@ package gt_mp7_core_pkg is
119120 constant FRAME_REV_VERSION : integer range 0 to 255 := 2 ;
120121-- GTL firmware (fix part) version
121122 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 ;
124125-- FDL firmware version
125126 constant FDL_FW_MAJOR_VERSION : integer range 0 to 255 := 1 ;
126127 constant FDL_FW_MINOR_VERSION : integer range 0 to 255 := 4 ;
0 commit comments