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

Removed L1DataAggregator

parent e3e5f33b
No related branches found
No related tags found
1 merge request!34Add functionality for multiple module types in a single image
Pipeline #6151215 passed
...@@ -273,22 +273,22 @@ begin ...@@ -273,22 +273,22 @@ begin
-- L1 Data Aggregator -- L1 Data Aggregator
--==============================-- --==============================--
--==============================-- -- --==============================--
L1DataAggregator : entity work.L1DataAggregator -- L1DataAggregator : entity work.L1DataAggregator
--==============================-- -- --==============================--
port map ( -- port map (
--- Input Ports --- -- --- Input Ports ---
clk_p => clk_p, -- clk_p => clk_p,
daq_in => daq_data, -- daq_in => daq_data,
empty => daq_empty, -- empty => daq_empty,
--- Output Ports --- -- --- Output Ports ---
read => daq_read, -- read => daq_read,
--- 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)
); -- );
--==============================-- --==============================--
pRouteStubsToOutput : process (clk_p) is pRouteStubsToOutput : process (clk_p) is
......
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