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

Update top/firmware/hdl/emp_payload.vhd

parent 551ad117
No related branches found
No related tags found
No related merge requests found
Pipeline #4500025 passed
...@@ -228,7 +228,8 @@ begin ...@@ -228,7 +228,8 @@ begin
ipb_in => ipb_to_channel, ipb_in => ipb_to_channel,
ipb_out => ipb_from_channel, ipb_out => ipb_from_channel,
--- Debug Ports --- --- Debug Ports ---
debug_header_start => header_start_array(i) debug_header_start => header_start_array(i),
debug_header_match => q(24+i).data(61 downto 60)
); );
end generate; end generate;
...@@ -256,7 +257,8 @@ begin ...@@ -256,7 +257,8 @@ begin
q(24+i).start <= '1'; q(24+i).start <= '1';
q(24+i).strobe <= '1'; q(24+i).strobe <= '1';
q(24+i).valid <= stubs(i).valid; q(24+i).valid <= stubs(i).valid;
q(24+i).data <= stubs(i).data; q(24+i).data(55 downto 0) <= stubs(i).data(55 downto 0);
q(24+i).data(57 downto 56) <= header_start_array(i);
end generate genDebugging; end generate genDebugging;
......
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