Skip to content
Snippets Groups Projects
Commit f474967a authored by Reinier van der Walle's avatar Reinier van der Walle Committed by Pieter Donker
Browse files

processed review comments

parent 64b008d0
No related branches found
No related tags found
1 merge request!207Made antenne_band_index RW in sdp_info. Removed O_si, N_si from sdp_info...
......@@ -109,7 +109,7 @@ PACKAGE sdp_pkg is
CONSTANT c_sdp_W_bf_weight : NATURAL := 16; -- = w in s(w, p), s = signed
CONSTANT c_sdp_W_bf_weight_fraction : NATURAL := 14; -- = p in s(w, p)
CONSTANT c_sdp_W_bf_weight_magnitude : NATURAL := c_sdp_W_bf_weight - c_sdp_W_bf_weight_fraction - 1; -- = 1
CONSTANT c_sdp_N_ring_mac10g : NATURAL := 3; -- for sdp_station_xsub_ring design.
CONSTANT c_sdp_N_ring_nof_mac10g : NATURAL := 3; -- for sdp_station_xsub_ring design.
-- Derived constants
CONSTANT c_sdp_FS_adc : NATURAL := 2**(c_sdp_W_adc - 1); -- full scale FS corresponds to amplitude 1.0
......@@ -495,8 +495,8 @@ PACKAGE sdp_pkg is
CONSTANT c_sdp_reg_dp_block_validate_err_addr_w : NATURAL := ceil_log2(c_sdp_N_ring_lanes_max) + 4;
CONSTANT c_sdp_reg_dp_block_validate_bsn_at_sync_addr_w : NATURAL := ceil_log2(c_sdp_N_ring_lanes_max) + 2;
CONSTANT c_sdp_reg_ring_info_addr_w : NATURAL := 2;
CONSTANT c_sdp_reg_tr_10GbE_mac_addr_w : NATURAL := ceil_log2(c_sdp_N_ring_mac10g) + 13;
CONSTANT c_sdp_reg_tr_10GbE_eth10g_addr_w : NATURAL := ceil_log2(c_sdp_N_ring_mac10g) + 1;
CONSTANT c_sdp_reg_tr_10GbE_mac_addr_w : NATURAL := ceil_log2(c_sdp_N_ring_nof_mac10g) + 13;
CONSTANT c_sdp_reg_tr_10GbE_eth10g_addr_w : NATURAL := ceil_log2(c_sdp_N_ring_nof_mac10g) + 1;
CONSTANT c_sdp_reg_diag_bg_addr_w : NATURAL := 3;
CONSTANT c_sdp_ram_diag_bg_addr_w : NATURAL := 7;
......
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