From 1f9d50d5496d419739a3ba41d9edea8b21b95f4b Mon Sep 17 00:00:00 2001
From: David Gabriel Monk <david.gabriel.monk@cern.ch>
Date: Sun, 4 Sep 2022 13:13:32 +0200
Subject: [PATCH] Update top/firmware/hdl/MProcessor.vhd

---
 top/firmware/hdl/MProcessor.vhd | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/top/firmware/hdl/MProcessor.vhd b/top/firmware/hdl/MProcessor.vhd
index b5def40f..8922ea9e 100644
--- a/top/firmware/hdl/MProcessor.vhd
+++ b/top/firmware/hdl/MProcessor.vhd
@@ -41,14 +41,14 @@ architecture Behavorial of MProcessor is
     signal ipb_to_slaves           : ipb_wbus_array(N_SLAVES - 1 downto 0);
     signal ipb_from_slaves         : ipb_rbus_array(N_SLAVES - 1 downto 0);
 
-    signal packet_start            : std_logic                 := '0';
-    signal readout_reset           : std_logic                 := '0';
-    signal aggregated_stubs        : ldata(7 downto 0)         := (others => LWORD_NULL);
-    signal link_aggregator_input   : ldata(5 downto 0)         := (others => LWORD_NULL);
-    signal eth_link_out            : ldata(0 downto 0)         := (others => LWORD_NULL);
-
-    signal status_registers        : ipb_reg_v(1 - 1 downto 0) := (others => (others => '0'));
-    signal control_registers       : ipb_reg_v(1 - 1 downto 0) := (others => (others => '0'));
+    signal packet_start            : std_logic                   := '0';
+    signal readout_reset           : std_logic                   := '0';
+    signal aggregated_stubs        : ldata(7 downto 0)           := (others => LWORD_NULL);
+    signal link_aggregator_input   : ldata(N_LINKS - 1 downto 0) := (others => LWORD_NULL);
+    signal eth_link_out            : ldata(0 downto 0)           := (others => LWORD_NULL);
+
+    signal status_registers        : ipb_reg_v(1 - 1 downto 0)   := (others => (others => '0'));
+    signal control_registers       : ipb_reg_v(1 - 1 downto 0)   := (others => (others => '0'));
 
 begin
 
-- 
GitLab