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

Update file L1DataExtractor.vhd

parent 0aca87cc
No related branches found
No related tags found
1 merge request!94Draft: Resolve "CI building designs in main repository"
Pipeline #9695998 failed
......@@ -239,7 +239,7 @@ begin
-- Data FIFOs are 1k 32bit words FIFOs - implemented using xpm macros
-- Ctrl FIFOs are 512 32bit words FIFOs - implemented using xpm macros
DebugDataFifo : entity xpm.xpm_fifo_async
DebugDataFifo : entity xpm_fifo_async
generic map (
CDC_SYNC_STAGES => 2,
DOUT_RESET_VALUE => "0",
......@@ -279,7 +279,7 @@ begin
rd_rst_busy => open
);
DaqpathDataFifo : entity xpm.xpm_fifo_async
DaqpathDataFifo : entity xpm_fifo_async
generic map (
CDC_SYNC_STAGES => 2,
DOUT_RESET_VALUE => "0",
......@@ -319,7 +319,7 @@ begin
rd_rst_busy => open
);
DebugEventFifo : entity xpm.xpm_fifo_async
DebugEventFifo : entity xpm_fifo_async
generic map (
CDC_SYNC_STAGES => 2,
DOUT_RESET_VALUE => "0",
......@@ -359,7 +359,7 @@ begin
rd_rst_busy => open
);
DaqpathEventFifo : entity xpm.xpm_fifo_async
DaqpathEventFifo : entity xpm_fifo_async
generic map (
CDC_SYNC_STAGES => 2,
DOUT_RESET_VALUE => "0",
......@@ -399,7 +399,7 @@ begin
rd_rst_busy => open
);
DebugRecordFifo : entity xpm.xpm_fifo_async
DebugRecordFifo : entity xpm_fifo_async
generic map (
CDC_SYNC_STAGES => 2,
DOUT_RESET_VALUE => "0",
......@@ -439,7 +439,7 @@ begin
rd_rst_busy => open
);
DaqpathRecordFifo : entity xpm.xpm_fifo_async
DaqpathRecordFifo : entity xpm_fifo_async
generic map (
CDC_SYNC_STAGES => 2,
DOUT_RESET_VALUE => "0",
......
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