Skip to content

Commit

Permalink
Merge pull request #47 from cms-l1-globaltrigger/dev_v1.23.2
Browse files Browse the repository at this point in the history
bug fixed (gtl_pkg.vhd)
  • Loading branch information
herbberg committed Sep 1, 2023
2 parents bec9f9e + c131ff3 commit 6ee2bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/hdl/packages/gtl_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ constant EXT_COND_STAGES: natural := 2; -- pipeline stages for "External conditi
constant CENTRALITY_STAGES: natural := 2; -- pipeline stages for "Centrality" to get same pipeline to algos as conditions
constant MUS_STAGES: natural := 2; -- pipeline stages for "Hadronic shower triggers (muon)" to get same pipeline to algos as conditions
constant ADT_SIM_DEL: natural := 2; -- delay of ADT for simulation
--constant ZDC_STAGES: natural := 2; -- pipeline stages for "ZDC condition" to get same pipeline to algos as conditions
constant ZDC_STAGES: natural := 2; -- pipeline stages for "ZDC condition" to get same pipeline to algos as conditions
constant INTERMEDIATE_PIPELINE: boolean := true; -- intermediate pipeline
constant CONDITIONS_PIPELINE: boolean := true; -- pipeline at output of conditions

Expand Down

0 comments on commit 6ee2bef

Please sign in to comment.