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

fixed regression test and updated unb2b station image

parent 2c3958e1
No related branches found
No related tags found
No related merge requests found
Pipeline #29760 passed
......@@ -9,7 +9,7 @@ lofar2_unb2b_sdp_station_bf-rc125dfd6d | 2021-04-21 | R vd Walle
lofar2_unb2b_sdp_station_bf-r087d98be6 | 2021-06-14 | R vd Walle | See $UPE_GEAR/peripherals/tc_lofar2_unb2b_beamformer.py
lofar2_unb2b_sdp_station_xsub_one-r087d98be6 | 2021-06-14 | R vd Walle |
unb2b_minimal-rce6b96eed | 2021-08-26 | P. Donker | unb2b_minimal with new mmap, rbf maid with option --unb2_factory
lofar2_unb2b_sdp_station_full-r9ff51058a | 2022-01-12 | R vd Walle | Old Lofar2 SDP station full design for UniBoard2b.
lofar2_unb2b_sdp_station_full-r8d8fc2bd8 | 2022-04-26 | R vd Walle | Lofar2 SDP station full design for UniBoard2b.
lofar2_unb2b_sdp_station_full-r9ff51058a | 2022-01-12 | R vd Walle | Old Lofar2 SDP station full design for UniBoard2b without ring.
lofar2_unb2b_sdp_station_full-r2c3958e1f | 2022-04-29 | R vd Walle | Lofar2 SDP station full design for UniBoard2b.
lofar2_unb2b_sdp_station_full_wg-r241070441 | 2022-04-13 | R vd Walle | Lofar2 SDP station design without ADC inputs, only WG. Uses dp_clk + dp_pps instead of rx_clk + rx_sysref.
lofar2_unb2c_sdp_station_full-rb8464ee23 | 2022-04-12 | R vd Walle | Lofar2 SDP station full design for UniBoard2c.
......@@ -59,8 +59,8 @@ END sdp_beamformer_local;
ARCHITECTURE str OF sdp_beamformer_local IS
CONSTANT c_complex_adder_latency : NATURAL := ceil_log2(c_sdp_S_pn);
CONSTANT c_bf_weights_latency : NATURAL := 3;
CONSTANT c_total_latency : NATURAL := 4 + c_bf_weights_latency + c_complex_adder_latency;
CONSTANT c_bf_weights_latency : NATURAL := 5;
CONSTANT c_total_latency : NATURAL := 3 + c_bf_weights_latency + c_complex_adder_latency;
CONSTANT c_complex_adder_sum_w : NATURAL := c_sdp_W_bf_product + ceil_log2(c_sdp_S_pn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment