Skip to content
Snippets Groups Projects

Correct c_sdp_shiftram_latency for WG.

Merged Eric Kooistra requested to merge L2SDP-1007b into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading