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
-- L1 Data Aggregator
--==============================--
--==============================--
L1DataAggregator : entity work.L1DataAggregator
--==============================--
port map (
--- Input Ports ---
clk_p => clk_p,
daq_in => daq_data,
empty => daq_empty,
--- Output Ports ---
read => daq_read,
--- IPBus Ports ---
clk => clk,
rst => rst,
ipb_in => ipb_to_slaves(N_SLV_BE_DAQ),
ipb_out => ipb_from_slaves(N_SLV_BE_DAQ)
);
-- --==============================--
-- L1DataAggregator : entity work.L1DataAggregator
-- --==============================--
-- port map (
-- --- Input Ports ---
-- clk_p => clk_p,
-- daq_in => daq_data,
-- empty => daq_empty,
-- --- Output Ports ---
-- read => daq_read,
-- --- IPBus Ports ---
-- clk => clk,
-- rst => rst,
-- ipb_in => ipb_to_slaves(N_SLV_BE_DAQ),
-- ipb_out => ipb_from_slaves(N_SLV_BE_DAQ)
-- );
--==============================--
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