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

Added second MProcessor

parent b4b618ff
No related branches found
No related tags found
No related merge requests found
Pipeline #6026733 passed
......@@ -76,7 +76,7 @@ architecture rtl of emp_payload is
-- MProcessor
constant cNumberOfMProcessors : integer := 1;
constant cNumberOfMProcessors : integer := 2;
signal mprocessor_ipb_chain : ipbdc_bus_array(cNumberOfMProcessors downto 0);
signal srst : std_logic := '0';
signal ttc_resync_reset, ttc_resync_reset_prev : std_logic := '0';
......@@ -380,7 +380,7 @@ begin
port map(
--- Input Ports ---
clk_p => clk_p,
links_in => stubs(cNumberofInputLinks*i + (cNumberofInputLinks - 1) downto cNumberofInputLinks*i),
links_in => stubs(cNumberofInputLinks - 1 downto 0),
header_in => header_array,
header_start_array => convertSLVtoHeaderStartArray(header_start_array),
gbe_backpressure => gbe_backpressure(i),
......
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