File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 22-- Package for constant and type definitions of GTL firmware in Global Trigger Upgrade system.
33
44-- Version history:
5+ -- HB 2025-05-09: added constants for ml_calculation_instances.
56-- HB 2024-05-10: added COMMON_COND_STAGES for condition with no intermediate pipeline.
67-- HB 2023-10-10: CICADA definition changed: no bjets.
78-- HB 2023-10-03: inserted calo anomaly algorithm (CICADA) definitions.
@@ -81,6 +82,11 @@ package gtl_pkg is
8182constant LINK_FRAMES : natural := 6 ;
8283type lword_array is array (0 to LINK_FRAMES- 1 ) of lword;
8384
85+ -- AXO
86+ constant AXO_SCORE_WIDTH: natural := 18 ;
87+ constant AXO_SEL: natural := 1 ;
88+ constant AXO_MODEL_V5: natural := 5 ;
89+
8490-- Fixed pipeline structure
8591constant BX_PIPELINE_STAGES: natural := 5 ; -- +/- 2bx pipeline
8692constant COMMON_COND_STAGES: natural := 2 ; -- pipeline stages for condition with no intermediate pipeline
You can’t perform that action at this time.
0 commit comments