Skip to content
Snippets Groups Projects
Commit 9070b675 authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update file link_maps.vhd

parent 7dfc0de1
No related branches found
No related tags found
1 merge request!44Update 2 files
Pipeline #7291960 failed
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment