Skip to content
Snippets Groups Projects
Commit d601da89 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Merge branch 'L2SDP-1007b' into 'master'

Correct c_sdp_shiftram_latency for WG.

Closes L2SDP-1007

See merge request !387
parents 60df12fd 7c43d3c5
Branches
No related tags found
1 merge request!387Correct c_sdp_shiftram_latency for WG.
Pipeline #74275 passed
......@@ -161,7 +161,7 @@ package sdp_pkg is
-- Signal input delay buffer (dp_shiftram)
-----------------------------------------------------------------------------
constant c_sdp_input_mux_latency : natural := 1;
constant c_sdp_shiftram_latency : natural := c_shiftram_latency + c_sdp_input_mux_latency;
constant c_sdp_shiftram_latency : natural := c_shiftram_latency; -- + c_sdp_input_mux_latency;
-----------------------------------------------------------------------------
-- PFB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment