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

Merge branch 'master' of git.astron.nl:rtsd/hdl

parents b0a98d52 134a679e
No related branches found
No related tags found
No related merge requests found
Pipeline #74644 passed
......@@ -48,6 +48,9 @@ lofar2_unb2c_sdp_station_full-dbc6375ef | 2024-02-22 | EK | See [1]. O
| in tech_jesd304b_v2 to fix signal input bit
| errors.
lofar2_unb2c_sdp_station_full-d601da896 | 2024-03-02 | EK | With 1024 size input buffer
lofar2_unb2b_sdp_station_full_wg-d601da896 | 2024-03-02 | EK | With 1024 size input buffer
References:
[1] https://support.astron.nl/confluence/display/L2M/L3+SDP+Testing+Notebook%3A+SDP+FW+general
......
File added
File added
......@@ -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