File tree Expand file tree Collapse file tree 5 files changed +425
-12
lines changed Expand file tree Collapse file tree 5 files changed +425
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ v1.32.1] - 2025-05-26
8
+ ### Comment
9
+
10
+ - updated constraints_fixed_cells.tcl
11
+ - bug fixed in gtl_fdl_wrapper_tpl_questa.do
12
+ ### Changed
13
+ - ucf file:
14
+ - ../ucf/constraints_fixed_cells.tcl
15
+ - sim file:
16
+ - ../scripts/templates/gtl_fdl_wrapper_tpl_questa.do
17
+
7
18
## [ v1.32.0] - 2025-05-13
8
19
### Comment
9
20
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Current versions:
24
24
25
25
| entity | version |
26
26
| :-:| :-:|
27
- | uGT FW | v1.32.0 |
27
+ | uGT FW | v1.32.1 |
28
28
| framework | v1.4.2 |
29
29
| gt logic | v1.25.0 |
30
30
| final decision logic | v1.4.1 |
Original file line number Diff line number Diff line change 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.32.0
7
+ -- mp7_ugt (=FRAME_VERSION): v1.32.1
8
8
9
9
-- use "GT_VERSION" as mp7_ugt release fw version (used for tag name).
10
- -- gt: v1.32.0
10
+ -- gt: v1.32.1
11
11
-- frame: v1.4.2 (see frame.vhd)
12
12
-- gtl: v1.25.0 (see gtl_module_tpl.vhd)
13
13
-- fdl: v1.4.1 (see fdl_module.vhd)
14
14
15
+ -- HB 2024-09-04: v1.32.1 - Updated constraints_fixed_cells.tcl.
15
16
-- HB 2024-09-04: v1.30.0 - Added vivado_fix_cells_tpl.tcl and constraints_fixed_cells.tcl to ../scripts.
16
17
-- HB 2023-04-08: v1.22.2 - Changed in scripts/mp7_patch.py (for area_constraints.tcl).
17
18
-- HB 2023-04-07: v1.22.1 - Used Tx links 28-31 for scouting (frame/output_mux.vhd) without links 32..71.
@@ -109,7 +110,7 @@ package gt_mp7_core_pkg is
109
110
-- GT firmware version
110
111
constant GT_MAJOR_VERSION : integer range 0 to 255 := 1 ;
111
112
constant GT_MINOR_VERSION : integer range 0 to 255 := 32 ;
112
- constant GT_REV_VERSION : integer range 0 to 255 := 0 ;
113
+ constant GT_REV_VERSION : integer range 0 to 255 := 1 ;
113
114
constant GT_VERSION : std_logic_vector (31 downto 0 ) := X"00" &
114
115
std_logic_vector (to_unsigned (GT_MAJOR_VERSION, 8 )) &
115
116
std_logic_vector (to_unsigned (GT_MINOR_VERSION, 8 )) &
Original file line number Diff line number Diff line change @@ -103,6 +103,13 @@ vcom -93 -work work $HDL_DIR/payload/gtl/common/correlation_cuts_wrapper.vhd
103
103
vcom - 93 - work work $HDL_DIR/payload/gtl/common/orm_cuts.vhd
104
104
vcom - 93 - work work $HDL_DIR/payload/gtl/common/esums_4_corr_cond.vhd
105
105
#
106
+ #### inserted from anomaly_detection.dep (wrapper in dep file)
107
+ {{adt_vhd}}
108
+ #### inserted from axol1tl_trigger.dep (wrapper in dep file)
109
+ {{axol1tl_vhd}}
110
+ #### inserted from topo_trigger.dep (wrapper in dep file)
111
+ {{topo_vhd}}
112
+ #
106
113
### modules of instances in gtl_module.vhd
107
114
vcom - 93 - work work $HDL_DIR/payload/gtl/bx_pipeline.vhd
108
115
vcom - 93 - work work $HDL_DIR/payload/gtl/muon_charge_correlations.vhd
@@ -121,13 +128,6 @@ vcom -93 -work work $HDL_DIR/payload/gtl/calo_comb_multi_condition.vhd
121
128
vcom - 93 - work work $HDL_DIR/payload/gtl/ml_comparison.vhd
122
129
vcom - 93 - work work $HDL_DIR/payload/gtl/ml_calculation_instances.vhd
123
130
#
124
- #### inserted from anomaly_detection.dep (wrapper in dep file)
125
- {{adt_vhd}}
126
- #### inserted from axol1tl_trigger.dep (wrapper in dep file)
127
- {{axol1tl_vhd}}
128
- #### inserted from topo_trigger.dep (wrapper in dep file)
129
- {{topo_vhd}}
130
- #
131
131
### modules of BRAMs used for mass over DeltaR
132
132
vcom - 93 - work work $NGC_DIR/$BLK_MEM_GEN_VERSION/rom_lut_calo_inv_dr_sq_1/synth/rom_lut_calo_inv_dr_sq_1.vhd
133
133
vcom - 93 - work work $NGC_DIR/$BLK_MEM_GEN_VERSION/rom_lut_calo_inv_dr_sq_2/synth/rom_lut_calo_inv_dr_sq_2.vhd
You can’t perform that action at this time.
0 commit comments