From 9070b675473ccbce30d27b8321d453ff85cecbcf Mon Sep 17 00:00:00 2001 From: David Gabriel Monk <david.gabriel.monk@cern.ch> Date: Thu, 14 Sep 2023 10:02:11 +0200 Subject: [PATCH] Update file link_maps.vhd --- top/firmware/hdl/link_maps.vhd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/top/firmware/hdl/link_maps.vhd b/top/firmware/hdl/link_maps.vhd index 58bdafbb..d5f50b82 100644 --- a/top/firmware/hdl/link_maps.vhd +++ b/top/firmware/hdl/link_maps.vhd @@ -5,8 +5,8 @@ use work.dtc_link_maps_func.all; package dtc_link_maps is - constant cNumberOfFEModules : integer := 14; - constant cNumberOfOutputLinks : integer := 14; + constant cNumberOfFEModules : integer := 13; + constant cNumberOfOutputLinks : integer := 13; constant cNumberOfEcalInputLinks : integer := 4; constant cNumberOfEcalOutputLinks : integer := 1; @@ -24,8 +24,7 @@ package dtc_link_maps is 9 => (25, "2S", 5, "CIC2"), 10 => (26, "2S", 5, "CIC2"), 11 => (27, "2S", 5, "CIC2"), - 12 => (8, "PS", 5, "CIC2"), - 13 => (9, "PS", 5, "CIC2") + 12 => (10, "PS", 5, "CIC2") ); type tECALInputLinkMap is array(0 to cNumberOfEcalInputLinks - 1) of integer; @@ -35,7 +34,7 @@ package dtc_link_maps is constant cECALOutputLink : integer := 7; type tDTCOutputLinkMap is array(0 to cNumberOfOutputLinks - 1) of integer; - constant cDTCOutputLinkMap : tDTCOutputLinkMap := (28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41); + constant cDTCOutputLinkMap : tDTCOutputLinkMap := (28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40); end package dtc_link_maps; -- GitLab