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

Update top/firmware/hdl/emp_payload.vhd

parent 7567b0ac
No related branches found
No related tags found
2 merge requests!30Add event selection counter to link aggregator,!25Add FE Health Monitoring to MProcessor
Pipeline #4570783 passed
...@@ -135,7 +135,7 @@ port map( ...@@ -135,7 +135,7 @@ port map(
clk => clk, clk => clk,
reset => rst, reset => rst,
ipbus_in => ipb_to_slaves(N_SLV_FE), ipbus_in => ipb_to_slaves(N_SLV_FE),
ipbus_out => ipb_from_slaves(N_SLV_F), ipbus_out => ipb_from_slaves(N_SLV_FE),
q => channel_sel, q => channel_sel,
qmask => (0 => X"0000007f") qmask => (0 => X"0000007f")
); );
......
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