Skip to content

Commit 0e31309

Browse files
author
Herbert Bergauer
committed
updated
1 parent 3698d02 commit 0e31309

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firmware/hdl/packages/gtl_pkg.vhd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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
8182
constant LINK_FRAMES : natural := 6;
8283
type 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
8591
constant BX_PIPELINE_STAGES: natural := 5; -- +/- 2bx pipeline
8692
constant COMMON_COND_STAGES: natural := 2; -- pipeline stages for condition with no intermediate pipeline

0 commit comments

Comments
 (0)