Skip to content
Snippets Groups Projects
Commit f5b67e30 authored by Marco Riggirello's avatar Marco Riggirello
Browse files

connected DAQPath output to Ethernet

parent 601e6f65
No related branches found
No related tags found
1 merge request!48Draft: Add DAQpath ethernet link
Pipeline #7418334 passed
...@@ -284,16 +284,18 @@ begin ...@@ -284,16 +284,18 @@ begin
--==============================-- --==============================--
port map ( port map (
--- Input Ports --- --- Input Ports ---
clk_p => clk_p, clk_p => clk_p,
daq_in => daq_data_buffered, daq_in => daq_data_buffered,
empty => daq_empty_buffered, empty => daq_empty_buffered,
backpressure => gbe_backpressure(3),
--- Output Ports --- --- Output Ports ---
read => daq_read, read => daq_read,
data_out => gbe_q(3),
--- IPBus Ports --- --- IPBus Ports ---
clk => clk, clk => clk,
rst => rst, rst => rst,
ipb_in => ipb_to_slaves(N_SLV_BE_DAQ), ipb_in => ipb_to_slaves(N_SLV_BE_DAQ),
ipb_out => ipb_from_slaves(N_SLV_BE_DAQ) ipb_out => ipb_from_slaves(N_SLV_BE_DAQ)
); );
--==============================-- --==============================--
......
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