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

Update top/firmware/hdl/MProcessor.vhd

parent a0305da8
No related branches found
No related tags found
No related merge requests found
Pipeline #4450996 passed
...@@ -41,14 +41,14 @@ architecture Behavorial of MProcessor is ...@@ -41,14 +41,14 @@ architecture Behavorial of MProcessor is
signal ipb_to_slaves : ipb_wbus_array(N_SLAVES - 1 downto 0); 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 ipb_from_slaves : ipb_rbus_array(N_SLAVES - 1 downto 0);
signal packet_start : std_logic := '0'; signal packet_start : std_logic := '0';
signal readout_reset : std_logic := '0'; signal readout_reset : std_logic := '0';
signal aggregated_stubs : ldata(7 downto 0) := (others => LWORD_NULL); signal aggregated_stubs : ldata(7 downto 0) := (others => LWORD_NULL);
signal link_aggregator_input : ldata(5 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 eth_link_out : ldata(0 downto 0) := (others => LWORD_NULL);
signal status_registers : ipb_reg_v(1 - 1 downto 0) := (others => (others => '0')); 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 control_registers : ipb_reg_v(1 - 1 downto 0) := (others => (others => '0'));
begin begin
......
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