Skip to content
Snippets Groups Projects
Commit d6dbf7bb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add comment on FIFO data width.

parent 35c536a8
No related branches found
No related tags found
1 merge request!383Resolve L2SDP-1011
......@@ -497,6 +497,10 @@ begin
-- JESD204B IP is synchronized.
wr_rst <= not wr_core_pll_locked;
-- The FIFO g_data_w = c_jesd204b_rx_data_w = 32b does not have to be optimized
-- for the fact that the actual ADC data width is 14b instead of 16b. It appears
-- that Quartus synthesis will automatically optimize away the unused bits from
-- the FIFO data width.
u_dp_fifo_dc_arr : entity dp_lib.dp_fifo_dc_arr
generic map (
g_nof_streams => g_nof_streams,
......
......@@ -497,6 +497,10 @@ begin
-- JESD204B IP is synchronized.
wr_rst <= not wr_core_pll_locked;
-- The FIFO g_data_w = c_jesd204b_rx_data_w = 32b does not have to be optimized
-- for the fact that the actual ADC data width is 14b instead of 16b. It appears
-- that Quartus synthesis will automatically optimize away the unused bits from
-- the FIFO data width.
u_dp_fifo_dc_arr : entity dp_lib.dp_fifo_dc_arr
generic map (
g_nof_streams => g_nof_streams,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment