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

Correct c_sdp_shiftram_latency for WG.

parent 60df12fd
No related branches found
No related tags found
1 merge request!387Correct c_sdp_shiftram_latency for WG.
Pipeline #74264 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.
Finish editing this message first!
Please register or to comment