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

Update top/firmware/hdl/link_maps.vhd, top/firmware/hdl/emp_payload.vhd

parent f2e5747b
No related branches found
No related tags found
No related merge requests found
Pipeline #4620746 passed
...@@ -236,7 +236,7 @@ begin ...@@ -236,7 +236,7 @@ begin
end generate; end generate;
linkor.data(63 downto 0) <= linksout(0).data(63 downto 0) or linksout(1).data(63 downto 0) or linksout(2).data(63 downto 0) or linksout(3).data(63 downto 0); --or linksout(4).data(63 downto 0) or linksout(5).data(63 downto 0); linkor.data(63 downto 0) <= linksout(0).data(63 downto 0) or linksout(1).data(63 downto 0) or linksout(2).data(63 downto 0) or linksout(3).data(63 downto 0) or linksout(4).data(63 downto 0) or linksout(5).data(63 downto 0) or linksout(6).data(63 downto 0) or linksout(7).data(63 downto 0);
--==============================-- --==============================--
genHack: for i in 0 to cNumberOfFEModules - 1 generate genHack: for i in 0 to cNumberOfFEModules - 1 generate
......
...@@ -3,11 +3,11 @@ use IEEE.STD_LOGIC_1164.ALL; ...@@ -3,11 +3,11 @@ use IEEE.STD_LOGIC_1164.ALL;
use IEEE.NUMERIC_STD.ALL; use IEEE.NUMERIC_STD.ALL;
package dtc_link_maps is package dtc_link_maps is
constant cNumberOfFEModules : integer := 4; constant cNumberOfFEModules : integer := 8;
constant cNumberOfOutputLinks : integer := 4; constant cNumberOfOutputLinks : integer := 4;
type tDTCInputLinkMap is array(0 to cNumberOfFEModules - 1) of integer; type tDTCInputLinkMap is array(0 to cNumberOfFEModules - 1) of integer;
constant cDTCInputLinkMap : tDTCInputLinkMap := (8, 9, 10, 11); constant cDTCInputLinkMap : tDTCInputLinkMap := (8, 9, 10, 11, 12, 13, 14, 15);
type tDTCOutputLinkMap is array(0 to cNumberOfOutputLinks - 1) of integer; type tDTCOutputLinkMap is array(0 to cNumberOfOutputLinks - 1) of integer;
constant cDTCOutputLinkMap : tDTCOutputLinkMap := (16, 17, 18, 19); constant cDTCOutputLinkMap : tDTCOutputLinkMap := (16, 17, 18, 19);
......
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