diff --git a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.fpga.yaml b/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.fpga.yaml
index e9310e6d80f1b602304bbb1df7301c0a61e8576a..3c8643897a024adfe568c1fad7c31f93031e695c 100644
--- a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.fpga.yaml
+++ b/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.fpga.yaml
@@ -5,38 +5,6 @@ schema_type: fpga
 hdl_library_name: lofar2_unb2b_ring
 fpga_name: lofar2_unb2b_ring
 fpga_description: "FPGA design lofar2_unb2b_ring"
-parameters:
-  - { name: c_N_pol_bf,             value: 2 }  # NOTE: define c_N_pol_bf before c_N_pol, to avoid that c_N_pol_bf gets substituted by 2_bf
-  - { name: c_N_pol,                value: 2 }
-  - { name: c_N_beamsets,           value: 2 }
-  - { name: c_N_sub,                value: 512 }
-  - { name: c_N_fft,                value: 1024 }
-  - { name: c_N_pn_lb,              value: 16 }
-  - { name: c_S_pn,                 value: 12 }
-  - { name: c_Q_fft,                value: 2 }
-  - { name: c_P_sq,                 value: 1 + c_N_pn_lb // 2 }  # = 1 + 16 // 2 = 9, on revision xsub_one only first X_sq cell is used
-  - { name: c_X_sq,                 value: c_S_pn * c_S_pn }  # = 144
-  - { name: c_N_crosslets,          value: 7 }
-  - { name: c_N_taps,               value: 16 }
-  - { name: c_W_adc_jesd,           value: 16 }
-  - { name: c_W_adc,                value: 14 }
-  - { name: c_V_sample_delay,       value: 4096 }
-  - { name: c_V_si_db_large,        value: 131072 }
-  - { name: c_V_si_db,              value: 1024 }
-  - { name: c_V_si_histogram,       value: 512 }
-  - { name: c_W_fir_coef,           value: 16 }
-  - { name: c_W_subband,            value: 18 }
-  - { name: c_P_pfb,                value: c_S_pn / c_Q_fft }  # = 6
-  - { name: c_A_pn,                 value: c_S_pn / c_N_pol }  # = 6
-  - { name: c_S_sub_bf,             value: 488 }
-  - { name: c_f_adc_MHz,            value: 200 }
-  - { name: c_W_sub_weight,         value: 16 }
-  - { name: c_W_bf_weight,          value: 16 }
-  - { name: c_W_beamlet_scale,      value: 16 }
-  - { name: c_W_beamlet_resolution, value: 0 - 15 }  # EK: FIXME: support passing on negative values, workaround use 0 - positive
-  - { name: c_W_beamlet,            value: 8 }
-  - { name: c_stat_data_sz,         value: 2 }
-  - { name: c_nof_clk_per_pps,      value: c_f_adc_MHz * 10**6 }  # = 200000000
 
 peripherals:
   #############################################################################
@@ -89,247 +57,4 @@ peripherals:
     mm_port_names:
       - REG_REMU
  
-  #############################################################################
-  # SDP Info
-  #############################################################################
-
-  - peripheral_name: sdp/sdp_info
-    mm_port_names:
-      - REG_SDP_INFO
-
-  #############################################################################
-  # AIT = ADC Input and Timing (see node_adc_input_and_timing.vhd)
-  #############################################################################
-  
-  - peripheral_name: tech_jesd204b/jesd_ctrl
-    mm_port_names:
-      - PIO_JESD_CTRL
-      
-  - peripheral_name: tech_jesd204b/jesd204b_arria10
-    parameter_overrides:
-      - { name: g_nof_streams, value: c_S_pn }
-    mm_port_names:
-      - JESD204B
-  
-  - peripheral_name: dp/dp_shiftram
-    parameter_overrides:
-      - { name: g_nof_streams, value: c_S_pn }
-      - { name: g_nof_words, value: c_V_sample_delay }
-      - { name: g_data_w, value: c_W_adc_jesd }
-    mm_port_names:
-      - REG_DP_SHIFTRAM
-
-  - peripheral_name: dp/dp_bsn_source_v2
-    parameter_overrides:
-      - { name: g_nof_clk_per_sync, value: c_nof_clk_per_pps }
-      - { name: g_block_size, value: c_N_fft }
-      - { name: g_bsn_time_offset_w, value: ceil_log2(c_N_fft) }
-    mm_port_names:
-      - REG_BSN_SOURCE_V2
-      
-  - peripheral_name: dp/dp_bsn_scheduler
-    mm_port_names:
-      - REG_BSN_SCHEDULER
-  
-  - peripheral_name: dp/dp_bsn_monitor
-    peripheral_group: input
-    mm_port_names:
-      - REG_BSN_MONITOR_INPUT
-  
-  - peripheral_name: diag/diag_wg_wideband
-    parameter_overrides:
-      - { name: g_nof_streams, value: c_S_pn }
-    mm_port_names:
-      - REG_WG
-      - RAM_WG
-
-  - peripheral_name: st/st_histogram
-    parameter_overrides:
-      - { name: g_nof_instances, value: c_S_pn }
-      - { name: g_nof_bins, value: c_V_si_histogram }
-      - { name: g_nof_data_per_sync, value: c_nof_clk_per_pps}
-    mm_port_names:
-      - RAM_ST_HISTOGRAM   
-
-  - peripheral_name: aduh/aduh_mon_dc_power
-    parameter_overrides:
-      - { name: g_nof_streams, value: c_S_pn }
-    mm_port_names:
-      - REG_ADUH_MONITOR
-
-  # Commented RAM_ADUH_MON, because use RAM_DIAG_DATA_BUF_BSN instead
-  #- peripheral_name: aduh/aduh_mon_data_buffer
-  #  parameter_overrides:
-  #    - { name: g_nof_streams, value: c_S_pn }
-  #    - { name: g_symbol_w, value: c_W_adc_jesd }
-  #    - { name: g_nof_symbols_per_data, value: 1 }
-  #    - { name: g_buffer_nof_symbols, value: 512 }
-  #    - { name: g_buffer_use_sync, value: True }
-  #  mm_port_names:
-  #    - RAM_ADUH_MON
-
-  - peripheral_name: diag/diag_data_buffer
-    peripheral_group: bsn
-    parameter_overrides:
-      - { name: g_nof_streams, value: c_S_pn }
-      - { name: g_data_w, value: c_W_adc_jesd }
-      - { name: g_nof_data, value: c_V_si_db }
-    mm_port_names:
-      - REG_DIAG_DATA_BUFFER_BSN
-      - RAM_DIAG_DATA_BUFFER_BSN
-  
-  #############################################################################
-  # Fsub = Subband Filterbank (from node_sdp_filterbank.vhd)
-  #############################################################################
-  
-  - peripheral_name: si/si
-    mm_port_names:
-      - REG_SI
-      
-  - peripheral_name: filter/fil_ppf_w
-    parameter_overrides:
-      - { name: g_fil_ppf.wb_factor, value: 1 } # process at sample rate (so no parallel wideband factor)
-      - { name: g_fil_ppf.nof_chan, value: 0 } # process at sample rate (so no serial time multiplexing)
-      - { name: g_fil_ppf.nof_bands, value: c_N_fft }
-      - { name: g_fil_ppf.nof_taps, value: c_N_taps }
-      - { name: g_fil_ppf.nof_streams, value: 1 }
-      - { name: g_fil_ppf.coef_dat_w, value: c_W_fir_coef }
-    mm_port_names:
-      - RAM_FIL_COEFS
-      
-  - peripheral_name: sdp/sdp_subband_equalizer
-    mm_port_names:
-      - RAM_EQUALIZER_GAINS
-      
-  - peripheral_name: dp/dp_selector
-    mm_port_names:
-      - REG_DP_SELECTOR   # input_select = 0 for weighted subbands, input_select = 1 for raw subbands
-      
-  - peripheral_name: st/st_sst_for_sdp
-    mm_port_names:
-      - RAM_ST_SST
-      
-  - peripheral_name: common/common_variable_delay
-    peripheral_group: sst
-    mm_port_names:
-      - REG_STAT_ENABLE_SST
-
-  - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_sst
-    peripheral_group: sst
-    mm_port_names:
-      - REG_STAT_HDR_DAT_SST
-  
-  #############################################################################
-  # Xsub = Subband Correlator (from node_sdp_correlator.vhd)
-  #############################################################################
-  
-  - peripheral_name: dp/dp_bsn_sync_scheduler
-    peripheral_group: xsub
-    mm_port_names:
-      - REG_BSN_SYNC_SCHEDULER_XSUB
-      
-  - peripheral_name: st/st_xst_for_sdp
-    parameter_overrides:
-      - { name: g_nof_streams, value: c_P_sq }
-      - { name: g_nof_crosslets, value: c_N_crosslets }
-    mm_port_names:
-      - RAM_ST_XSQ
-      
-  - peripheral_name: sdp/sdp_crosslets_subband_select
-    mm_port_names:
-      - REG_CROSSLETS_INFO
-
-  - peripheral_name: sdp/sdp_nof_crosslets
-    mm_port_names:
-      - REG_NOF_CROSSLETS
-
-  - peripheral_name: common/common_variable_delay
-    peripheral_group: xst
-    mm_port_names:
-      - REG_STAT_ENABLE_XST
-
-  - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_xst
-    peripheral_group: xst
-    mm_port_names:
-      - REG_STAT_HDR_DAT_XST
-
-  #############################################################################
-  # BF = Beamformer (from node_sdp_beamformer.vhd)
-  #############################################################################
-  
-  - peripheral_name: reorder/reorder_col_wide
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: ceil_pow2(c_P_pfb) * ceil_pow2(c_S_sub_bf * c_Q_fft) * MM_BUS_SIZE  # number_of_ports = c_P_pfb, mm_port_span = ceil_pow2(c_S_sub_bf * c_Q_fft) words
-    parameter_overrides:
-      - { name: g_wb_factor, value: c_P_pfb }
-      - { name: g_nof_ch_in, value: c_N_sub * c_Q_fft }
-      - { name: g_nof_ch_sel, value: c_S_sub_bf * c_Q_fft }
-    mm_port_names:
-      - RAM_SS_SS_WIDE
-
-  - peripheral_name: sdp/sdp_bf_weights
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: ceil_pow2(c_N_pol_bf * c_P_pfb) * ceil_pow2(c_Q_fft * c_S_sub_bf) * MM_BUS_SIZE  # number_of_ports = c_N_pol_bf * c_P_pfb, mm_port_span = ceil_pow2(c_Q_fft * c_S_sub_bf) words
-    mm_port_names:
-      - RAM_BF_WEIGHTS
-
-  - peripheral_name: sdp/sdp_bf_scale
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: 2 * MM_BUS_SIZE  # number_of_ports = 1, mm_port_span = 2 words
-    parameter_overrides:
-      - { name: g_gain_w, value: c_W_beamlet_scale }
-      - { name: g_lsb_w, value: 0 - c_W_beamlet_resolution}
-    mm_port_names:
-      - REG_BF_SCALE
-
-  - peripheral_name: sdp/sdp_beamformer_output_hdr_dat
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: 64 * MM_BUS_SIZE  # number_of_ports = 1, mm_port_span = 64 words
-    mm_port_names:
-      - REG_HDR_DAT
-
-  - peripheral_name: dp/dp_xonoff
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: 2 * MM_BUS_SIZE  # number_of_ports = 1, mm_port_span = 2 words
-    parameter_overrides:
-      - { name: g_nof_streams, value: 1 }
-      - { name: g_combine_streams, value: False }
-    mm_port_names:
-      - REG_DP_XONOFF
-
-  - peripheral_name: st/st_bst_for_sdp
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: ceil_pow2(c_stat_data_sz * c_S_sub_bf * c_N_pol_bf) * MM_BUS_SIZE  # number_of_ports = 1, mm_port_span = ceil_pow2(c_stat_data_sz * c_S_sub_bf * c_N_pol_bf) words
-    mm_port_names:
-      - RAM_ST_BST
-
-  - peripheral_name: common/common_variable_delay
-    peripheral_group: bst
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: 2 * MM_BUS_SIZE  # number_of_ports = 1, mm_port_span = 2 words
-    mm_port_names:
-      - REG_STAT_ENABLE_BST
-
-  - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_bst
-    peripheral_group: bst
-    number_of_peripherals: c_N_beamsets
-    peripheral_span: 64 * MM_BUS_SIZE  # number_of_ports = 1, mm_port_span = 64 words
-    mm_port_names:
-      - REG_STAT_HDR_DAT_BST
-
-  - peripheral_name: nw_10GbE/nw_10GbE_unb2legacy
-    peripheral_group: beamlet_output
-    parameter_overrides:
-      - { name: g_nof_macs, value: 1 }
-    mm_port_names:
-      - REG_NW_10GBE_MAC
-
-  - peripheral_name: nw_10GbE/nw_10GbE_eth10g
-    peripheral_group: beamlet_output
-    parameter_overrides:
-      - { name: g_nof_macs, value: 1 }
-    mm_port_names:
-      - REG_NW_10GBE_ETH10G
-
-
 
diff --git a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.mmap.gold b/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.mmap.gold
deleted file mode 100644
index 47d2fd7df7116ba92bfb01ec3bd00d56f47bfb40..0000000000000000000000000000000000000000
--- a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.mmap.gold
+++ /dev/null
@@ -1,540 +0,0 @@
-fpga_name = lofar2_unb2b_ring
-number_of_columns = 13
-# There can be multiple lines with a single key. The host should ignore unknown keys.
-# The lines with columns follow after the number_of_columns keys. The host should ignore
-# the extra columns in case the mmap contains more columns than the host expects.
-#
-# col 1: mm_port_name, if - then it is part of previous MM port.
-# col 2: number of peripherals, if - then it is part of previous peripheral.
-# col 3: number of mm_ports, if - then it is part of previous MM port.
-# col 4: mm_port_type, if - then it is part of previous MM port.
-# col 5: field_name
-# col 6: field start address (in MM words)
-# col 7: number of fields, if - then it is part of previous field_name.
-# col 8: field access_mode, if - then it is part of previous field_name.
-# col 9: field radix, if - then it is part of previous field_name.
-# col 10: field mm_mask
-# col 11: field user_mask, if - then it is same as mm_mask
-# col 12: mm_peripheral_span (in MM words), if - then the span is not used or already defined on first line of MM port
-# col 13: mm_port_span (in MM words), if - then the span is not used or already defined on first line of MM port
-#
-# col1                          col2  col3  col4   col5                                      col6        col7    col8   col9         col10       col11       col12  col13
-# ----------------------------  ----  ----  -----  ----------------------------------------  ----------  ------  -----  -----------  ----------  ----------  -----  -----
-  ROM_SYSTEM_INFO               1     1     RAM    data                                      0x00000000   32768     RO        char8     b[31:0]      b[7:0]  -      -    
-  PIO_SYSTEM_INFO               1     1     REG    info                                      0x00008000       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      info_gn_index                             0x00008000       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      info_hw_version                           0x00008000       1     RO       uint32      b[9:8]           -  -      -    
-  -                             -     -     -      info_cs_sim                               0x00008000       1     RO       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      info_fw_version_major                     0x00008000       1     RO       uint32    b[19:16]           -  -      -    
-  -                             -     -     -      info_fw_version_minor                     0x00008000       1     RO       uint32    b[23:20]           -  -      -    
-  -                             -     -     -      info_rom_version                          0x00008000       1     RO       uint32    b[26:24]           -  -      -    
-  -                             -     -     -      info_technology                           0x00008000       1     RO       uint32    b[31:27]           -  -      -    
-  -                             -     -     -      use_phy                                   0x00008001       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      design_name                               0x00008002      52     RO        char8     b[31:0]      b[7:0]  -      -    
-  -                             -     -     -      stamp_date                                0x0000800f       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      stamp_time                                0x00008010       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      stamp_commit                              0x00008011       3     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      design_note                               0x00008014      52     RO        char8     b[31:0]      b[7:0]  -      -    
-  REG_WDI                       1     1     REG    wdi_override                              0x0000a000       1     WO       uint32     b[31:0]           -  -      -    
-  REG_FPGA_TEMP_SENS            1     1     REG    temp                                      0x0000c000       1     RO       uint32     b[31:0]           -  -      -    
-  REG_FPGA_VOLTAGE_SENS         1     1     REG    voltages                                  0x0000c000       6     RO       uint32     b[31:0]           -  -      -    
-  RAM_SCRAP                     1     1     RAM    data                                      0x0000e000     512     RW       uint32     b[31:0]           -  -      -    
-  AVS_ETH_0_TSE                 1     1     REG    status                                    0x00010000    1024     RO       uint32     b[31:0]           -  -      -    
-  AVS_ETH_0_REG                 1     1     REG    status                                    0x00010000      12     RO       uint32     b[31:0]           -  -      -    
-  AVS_ETH_0_RAM                 1     1     RAM    data                                      0x00010400    1024     RW       uint32     b[31:0]           -  -      -    
-  PIO_PPS                       1     1     REG    capture_cnt                               0x00012000       1     RO       uint32     b[29:0]           -  -      -    
-  -                             -     -     -      stable                                    0x00012000       1     RO       uint32    b[30:30]           -  -      -    
-  -                             -     -     -      toggle                                    0x00012000       1     RO       uint32    b[31:31]           -  -      -    
-  -                             -     -     -      expected_cnt                              0x00012001       1     RW       uint32     b[27:0]           -  -      -    
-  -                             -     -     -      edge                                      0x00012001       1     RW       uint32    b[31:31]           -  -      -    
-  -                             -     -     -      offset_cnt                                0x00012002       1     RO       uint32     b[27:0]           -  -      -    
-  REG_EPCS                      1     1     REG    addr                                      0x00014000       1     WO       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rden                                      0x00014001       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      read_bit                                  0x00014002       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      write_bit                                 0x00014003       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      sector_erase                              0x00014004       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      busy                                      0x00014005       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      unprotect                                 0x00014006       1     WO       uint32     b[31:0]           -  -      -    
-  REG_DPMM_CTRL                 1     1     REG    rd_usedw                                  0x00016000       1     RO       uint32     b[31:0]           -  -      -    
-  REG_DPMM_DATA                 1     1     FIFO   data                                      0x00016400       1     RO       uint32     b[31:0]           -  -      -    
-  REG_MMDP_CTRL                 1     1     REG    wr_usedw                                  0x00018000       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      wr_availw                                 0x00018001       1     RO       uint32     b[31:0]           -  -      -    
-  REG_MMDP_DATA                 1     1     FIFO   data                                      0x00018400       1     WO       uint32     b[31:0]           -  -      -    
-  REG_REMU                      1     1     REG    reconfigure                               0x0001a000       1     WO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      param                                     0x0001a001       1     WO       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      read_param                                0x0001a002       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      write_param                               0x0001a003       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      data_out                                  0x0001a004       1     RO       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      data_in                                   0x0001a005       1     WO       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      busy                                      0x0001a006       1     RO       uint32      b[0:0]           -  -      -    
-  REG_SDP_INFO                  1     1     REG    block_period                              0x0001c000       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      n_rn                                      0x0001c001       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      o_rn                                      0x0001c002       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      n_si                                      0x0001c003       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      o_si                                      0x0001c004       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      beam_repositioning_flag                   0x0001c005       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      fsub_type                                 0x0001c006       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      f_adc                                     0x0001c007       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      nyquist_zone_index                        0x0001c008       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      observation_id                            0x0001c009       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      antenna_band_index                        0x0001c00a       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      station_id                                0x0001c00b       1     RW       uint32     b[15:0]           -  -      -    
-  PIO_JESD_CTRL                 1     1     REG    enable                                    0x0001e000       1     RW       uint32     b[30:0]           -  -      -    
-  -                             -     -     -      reset                                     0x0001e000       1     RW       uint32    b[31:31]           -  -      -    
-  JESD204B                      1     12    REG    rx_dll_ctrl                               0x00020014       1     RW       uint32     b[16:0]           -  -      256  
-  -                             -     -     -      rx_syncn_sysref_ctrl                      0x00020015       1     RW       uint32     b[24:0]           -  -      -    
-  -                             -     -     -      rx_csr_sysref_always_on                   0x00020015       1     RW       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      rx_csr_rbd_offset                         0x00020015       1     RW       uint32     b[10:3]           -  -      -    
-  -                             -     -     -      rx_csr_lmfc_offset                        0x00020015       1     RW       uint32    b[19:12]           -  -      -    
-  -                             -     -     -      rx_err0                                   0x00020018       1     RW       uint32      b[8:0]           -  -      -    
-  -                             -     -     -      rx_err1                                   0x00020019       1     RW       uint32      b[9:0]           -  -      -    
-  -                             -     -     -      csr_dev_syncn                             0x00020020       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      csr_rbd_count                             0x00020020       1     RO       uint32     b[10:3]           -  -      -    
-  -                             -     -     -      rx_status1                                0x00020021       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rx_status2                                0x00020022       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rx_status3                                0x00020023       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_l                             0x00020025       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_f                             0x00020025       1     RW       uint32     b[15:8]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_k                             0x00020025       1     RW       uint32    b[20:16]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_m                             0x00020025       1     RW       uint32    b[31:24]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_n                             0x00020026       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_cs                            0x00020026       1     RW       uint32      b[7:6]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_np                            0x00020026       1     RW       uint32     b[12:8]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_subclassv                     0x00020026       1     RW       uint32    b[15:13]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_s                             0x00020026       1     RW       uint32    b[20:16]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_jesdv                         0x00020026       1     RW       uint32    b[23:21]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_cf                            0x00020026       1     RW       uint32    b[28:24]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_hd                            0x00020026       1     RW       uint32    b[31:31]           -  -      -    
-  -                             -     -     -      rx_status4                                0x0002003c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_status5                                0x0002003d       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_status6                                0x0002003e       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rx_status7                                0x0002003f       1     RO       uint32     b[31:0]           -  -      -    
-  REG_DP_SHIFTRAM               1     12    REG    shift                                     0x00022000       1     RW       uint32     b[11:0]           -  -      2    
-  REG_BSN_SOURCE_V2             1     1     REG    dp_on                                     0x00024000       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      dp_on_pps                                 0x00024000       1     RW       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      nof_clk_per_sync                          0x00024001       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      bsn_init                                  0x00024002       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00024003       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      bsn_time_offset                           0x00024004       1     RW       uint32      b[9:0]           -  -      -    
-  REG_BSN_SCHEDULER             1     1     REG    scheduled_bsn                             0x00026000       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00026001       -      -            -     b[31:0]    b[63:32]  -      -    
-  REG_BSN_MONITOR_INPUT         1     1     REG    xon_stable                                0x00028000       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      ready_stable                              0x00028000       1     RO       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      sync_timeout                              0x00028000       1     RO       uint32      b[2:2]           -  -      -    
-  -                             -     -     -      bsn_at_sync                               0x00028001       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00028002       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      nof_sop                                   0x00028003       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      nof_valid                                 0x00028004       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      nof_err                                   0x00028005       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      bsn_first                                 0x00028006       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00028007       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      bsn_first_cycle_cnt                       0x00028008       1     RO       uint32     b[31:0]           -  -      -    
-  REG_WG                        1     12    REG    mode                                      0x0002a000       1     RW       uint32      b[7:0]           -  -      4    
-  -                             -     -     -      nof_samples                               0x0002a000       1     RW       uint32    b[31:16]           -  -      -    
-  -                             -     -     -      phase                                     0x0002a001       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      freq                                      0x0002a002       1     RW       uint32     b[30:0]           -  -      -    
-  -                             -     -     -      ampl                                      0x0002a003       1     RW       uint32     b[16:0]           -  -      -    
-  RAM_WG                        1     12    RAM    data                                      0x0002c000    1024     RW       uint32     b[17:0]           -  -      1024 
-  RAM_ST_HISTOGRAM              1     12    RAM    data                                      0x00030000     512     RW       uint32     b[31:0]     b[27:0]  -      512  
-  REG_ADUH_MONITOR              1     12    REG    mean_sum                                  0x00032000       1     RO        int64     b[31:0]     b[31:0]  -      4    
-  -                             -     -     -      -                                         0x00032001       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      power_sum                                 0x00032002       1     RO        int64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00032003       -      -            -     b[31:0]    b[63:32]  -      -    
-  REG_DIAG_DATA_BUFFER_BSN      1     12    REG    sync_cnt                                  0x00034000       1     RO       uint32     b[31:0]           -  -      2    
-  -                             -     -     -      word_cnt                                  0x00034001       1     RO       uint32     b[31:0]           -  -      -    
-  RAM_DIAG_DATA_BUFFER_BSN      1     12    RAM    data                                      0x00038000    1024     RW       uint32     b[15:0]           -  -      1024 
-  REG_SI                        1     1     REG    enable                                    0x0003c000       1     RW       uint32      b[0:0]           -  -      -    
-  RAM_FIL_COEFS                 1     16    RAM    data                                      0x00040000    1024     RW       uint32     b[15:0]           -  -      1024 
-  RAM_EQUALIZER_GAINS           1     6     RAM    data                                      0x00044000    1024     RW    cint16_ir     b[31:0]           -  -      1024 
-  REG_DP_SELECTOR               1     1     REG    input_select                              0x00046000       1     RW       uint32      b[0:0]           -  -      -    
-  RAM_ST_SST                    1     6     RAM    data                                      0x00048000    1024     RW       uint64     b[31:0]     b[31:0]  -      2048 
-  -                             -     -     -      -                                         0x00048001       -      -            -     b[21:0]    b[53:32]  -      -    
-  REG_STAT_ENABLE_SST           1     1     REG    enable                                    0x0004c000       1     RW       uint32      b[0:0]           -  -      -    
-  REG_STAT_HDR_DAT_SST          1     1     REG    bsn                                       0x0004e000       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0004e001       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      sdp_block_period                          0x0004e002       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_statistics_per_packet             0x0004e003       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_bytes_per_statistic               0x0004e004       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_nof_signal_inputs                     0x0004e005       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id                               0x0004e006       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_sst_signal_input_index        0x0004e006       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_sst_reserved                  0x0004e006       1     RW       uint32     b[31:8]           -  -      -    
-  -                             -     -     -      sdp_integration_interval                  0x0004e007       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x0004e008       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x0004e009       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_reserved                  0x0004e00a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_subband_calibrated_flag   0x0004e00b       1     RW       uint32      b[8:8]           -  -      -    
-  -                             -     -     -      sdp_source_info_beam_repositioning_flag   0x0004e00c       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x0004e00d       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x0004e00e       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x0004e00f       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x0004e010       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x0004e011       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x0004e012       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x0004e013       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x0004e014       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x0004e015       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x0004e016       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x0004e017       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x0004e018       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x0004e019       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x0004e01a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x0004e01b       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x0004e01c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x0004e01d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x0004e01e       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x0004e01f       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x0004e020       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x0004e021       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x0004e022       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x0004e023       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x0004e024       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x0004e025       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x0004e026       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x0004e027       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0004e028       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x0004e029       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0004e02a       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      word_align                                0x0004e02b       1     RW       uint32     b[15:0]           -  -      -    
-  REG_BSN_SYNC_SCHEDULER_XSUB   1     1     REG    ctrl_enable                               0x00050000       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      ctrl_interval_size                        0x00050001       1     RW       uint32     b[30:0]           -  -      -    
-  -                             -     -     -      ctrl_start_bsn                            0x00050002       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00050003       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      mon_current_input_bsn                     0x00050004       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00050005       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      mon_input_bsn_at_sync                     0x00050006       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00050007       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      mon_output_enable                         0x00050008       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      mon_output_sync_bsn                       0x00050009       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0005000a       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      block_size                                0x0005000b       1     RO       uint32     b[31:0]           -  -      -    
-  RAM_ST_XSQ                    1     9     RAM    data                                      0x00060000    1008     RW    cint64_ir     b[31:0]     b[31:0]  -      4096 
-  -                             -     -     -      -                                         0x00060001       -      -            -     b[31:0]    b[63:32]  -      -    
-  REG_CROSSLETS_INFO            1     1     REG    offset                                    0x00070000      15     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      step                                      0x0007000f       1     RW       uint32     b[31:0]           -  -      -    
-  REG_NOF_CROSSLETS             1     1     REG    nof_crosslets                             0x00072000       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      unused                                    0x00072001       1     RW       uint32     b[31:0]           -  -      -    
-  REG_STAT_ENABLE_XST           1     1     REG    enable                                    0x00074000       1     RW       uint32      b[0:0]           -  -      -    
-  REG_STAT_HDR_DAT_XST          1     1     REG    bsn                                       0x00076000       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00076001       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      block_period                              0x00076002       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_statistics_per_packet                 0x00076003       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_bytes_per_statistic                   0x00076004       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      nof_signal_inputs                         0x00076005       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id                               0x00076006       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_signal_input_b_index      0x00076006       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_signal_input_a_index      0x00076006       1     RW       uint32     b[15:8]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_subband_index             0x00076006       1     RW       uint32    b[24:16]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_reserved                  0x00076006       1     RW       uint32    b[31:25]           -  -      -    
-  -                             -     -     -      sdp_integration_interval                  0x00076007       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x00076008       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x00076009       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_reserved                  0x0007600a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_subband_calibrated_flag   0x0007600b       1     RW       uint32      b[8:8]           -  -      -    
-  -                             -     -     -      sdp_source_info_beam_repositioning_flag   0x0007600c       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x0007600d       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x0007600e       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x0007600f       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x00076010       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x00076011       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x00076012       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x00076013       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x00076014       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x00076015       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x00076016       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x00076017       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x00076018       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x00076019       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x0007601a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x0007601b       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x0007601c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x0007601d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x0007601e       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x0007601f       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x00076020       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x00076021       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x00076022       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x00076023       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x00076024       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x00076025       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x00076026       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x00076027       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00076028       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x00076029       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0007602a       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      word_align                                0x0007602b       1     RW       uint32     b[15:0]           -  -      -    
-  RAM_SS_SS_WIDE                2     6     RAM    data                                      0x00078000     976     RW       uint32      b[9:0]           -  8192   1024 
-  RAM_BF_WEIGHTS                2     12    RAM    data                                      0x0007c000     976     RW    cint16_ir     b[31:0]           -  16384  1024 
-  REG_BF_SCALE                  2     1     REG    scale                                     0x00084000       1     RW       uint32     b[15:0]           -  2      2    
-  -                             -     -     -      unused                                    0x00084001       1     RW       uint32     b[31:0]           -  -      -    
-  REG_HDR_DAT                   2     1     REG    bsn                                       0x00086000       1     RW       uint64     b[31:0]     b[31:0]  64     64   
-  -                             -     -     -      -                                         0x00086001       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      sdp_block_period                          0x00086002       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_beamlets_per_block                0x00086003       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_blocks_per_packet                 0x00086004       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_beamlet_index                         0x00086005       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_beamlet_scale                         0x00086006       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x00086007       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00086008       -      -            -      b[7:0]    b[39:32]  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x00086009       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_beamlet_width             0x0008600a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_repositioning_flag        0x0008600b       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x0008600c       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x0008600d       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x0008600e       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x0008600f       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x00086010       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x00086011       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x00086012       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x00086013       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x00086014       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x00086015       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x00086016       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x00086017       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x00086018       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x00086019       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x0008601a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x0008601b       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x0008601c       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x0008601d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x0008601e       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x0008601f       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x00086020       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x00086021       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x00086022       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x00086023       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x00086024       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x00086025       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x00086026       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00086027       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x00086028       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00086029       -      -            -     b[15:0]    b[47:32]  -      -    
-  REG_DP_XONOFF                 2     1     REG    enable_stream                             0x00088000       1     RW       uint32      b[0:0]           -  2      2    
-  RAM_ST_BST                    2     1     RAM    data                                      0x0008a000     976     RW       uint64     b[31:0]     b[31:0]  2048   2048 
-  -                             -     -     -      -                                         0x0008a001       -      -            -     b[21:0]    b[53:32]  -      -    
-  REG_STAT_ENABLE_BST           2     1     REG    enable                                    0x0008c000       1     RW       uint32      b[0:0]           -  2      2    
-  REG_STAT_HDR_DAT_BST          2     1     REG    bsn                                       0x0008e000       1     RW       uint64     b[31:0]     b[31:0]  64     64   
-  -                             -     -     -      -                                         0x0008e001       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      block_period                              0x0008e002       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_statistics_per_packet                 0x0008e003       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_bytes_per_statistic                   0x0008e004       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      nof_signal_inputs                         0x0008e005       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id                               0x0008e006       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_bst_beamlet_index             0x0008e006       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_bst_reserved                  0x0008e006       1     RW       uint32    b[31:16]           -  -      -    
-  -                             -     -     -      sdp_integration_interval                  0x0008e007       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x0008e008       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x0008e009       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_reserved                  0x0008e00a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_subband_calibrated_flag   0x0008e00b       1     RW       uint32      b[8:8]           -  -      -    
-  -                             -     -     -      sdp_source_info_beam_repositioning_flag   0x0008e00c       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x0008e00d       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x0008e00e       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x0008e00f       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x0008e010       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x0008e011       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x0008e012       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x0008e013       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x0008e014       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x0008e015       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x0008e016       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x0008e017       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x0008e018       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x0008e019       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x0008e01a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x0008e01b       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x0008e01c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x0008e01d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x0008e01e       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x0008e01f       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x0008e020       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x0008e021       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x0008e022       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x0008e023       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x0008e024       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x0008e025       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x0008e026       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x0008e027       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0008e028       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x0008e029       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0008e02a       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      word_align                                0x0008e02b       1     RW       uint32     b[15:0]           -  -      -    
-  REG_NW_10GBE_MAC              1     1     REG    rx_transfer_control                       0x00090000       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_transfer_status                        0x00090001       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_transfer_control                       0x00090002       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_padcrc_control                         0x00090040       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      rx_crccheck_control                       0x00090080       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      rx_pktovrflow_error                       0x000900c0       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x000900c1       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_pktovrflow_etherstatsdropevents        0x000900c2       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x000900c3       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_lane_decoder_preamble_control          0x00090100       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_preamble_inserter_control              0x00090140       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_frame_control                          0x00090800       1     RW       uint32     b[19:0]           -  -      -    
-  -                             -     -     -      rx_frame_maxlength                        0x00090801       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_addr0                            0x00090802       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_addr1                            0x00090803       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr0_0                        0x00090804       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr0_1                        0x00090805       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr1_0                        0x00090806       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr1_1                        0x00090807       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr2_0                        0x00090808       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr2_1                        0x00090809       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr3_0                        0x0009080a       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr3_1                        0x0009080b       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_pfc_control                            0x00090818       1     RW       uint32     b[16:0]           -  -      -    
-  -                             -     -     -      rx_stats_clr                              0x00090c00       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_stats_framesok                         0x00090c02       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c03       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_frameserr                        0x00090c04       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c05       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_framescrcerr                     0x00090c06       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c07       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_octetsok                         0x00090c08       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c09       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_pausemacctrl_frames              0x00090c0a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c0b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_iferrors                         0x00090c0c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c0d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_unicast_framesok                 0x00090c0e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c0f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_unicast_frameserr                0x00090c10       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c11       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_multicastframesok                0x00090c12       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c13       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_multicast_frameserr              0x00090c14       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c15       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_broadcastframesok                0x00090c16       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c17       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_broadcast_frameserr              0x00090c18       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c19       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstatsoctets                 0x00090c1a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c1b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstatspkts                   0x00090c1c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c1d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_undersizepkts         0x00090c1e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c1f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_oversizepkts          0x00090c20       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c21       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts64octets          0x00090c22       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c23       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts65to127octets     0x00090c24       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c25       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts128to255octets    0x00090c26       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c27       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts256to511octets    0x00090c28       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c29       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts512to1023octets   0x00090c2a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c2b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstat_pkts1024to1518octets   0x00090c2c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c2d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts1519toxoctets     0x00090c2e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c2f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_fragments             0x00090c30       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c31       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_jabbers               0x00090c32       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c33       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstatscrcerr                 0x00090c34       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c35       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_unicastmacctrlframes             0x00090c36       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c37       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_multicastmac_ctrlframes          0x00090c38       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c39       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_broadcastmac_ctrlframes          0x00090c3a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c3b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_pfcmacctrlframes                 0x00090c3c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00090c3d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_transfer_status                        0x00091001       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_padins_control                         0x00091040       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_crcins_control                         0x00091080       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      tx_pktunderflow_error                     0x000910c0       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x000910c1       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_preamble_control                       0x00091100       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_pauseframe_control                     0x00091140       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      tx_pauseframe_quanta                      0x00091141       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      tx_pauseframe_enable                      0x00091142       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_0                        0x00091180       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_1                        0x00091181       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_2                        0x00091182       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_3                        0x00091183       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_4                        0x00091184       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_5                        0x00091185       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_6                        0x00091186       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_7                        0x00091187       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_0                      0x00091190       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_1                      0x00091191       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_2                      0x00091192       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_3                      0x00091193       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_4                      0x00091194       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_5                      0x00091195       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_6                      0x00091196       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_7                      0x00091197       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      tx_pfc_priority_enable                    0x000911a0       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      tx_addrins_control                        0x00091200       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_addrins_macaddr0                       0x00091201       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      tx_addrins_macaddr1                       0x00091202       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      tx_frame_maxlength                        0x00091801       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      tx_stats_clr                              0x00091c00       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_stats_framesok                         0x00091c02       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c03       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_frameserr                        0x00091c04       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c05       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_framescrcerr                     0x00091c06       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c07       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_octetsok                         0x00091c08       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c09       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_pausemacctrl_frames              0x00091c0a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c0b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_iferrors                         0x00091c0c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c0d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_unicast_framesok                 0x00091c0e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c0f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_unicast_frameserr                0x00091c10       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c11       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_multicastframesok                0x00091c12       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c13       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_multicast_frameserr              0x00091c14       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c15       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_broadcastframesok                0x00091c16       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c17       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_broadcast_frameserr              0x00091c18       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c19       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstatsoctets                 0x00091c1a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c1b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstatspkts                   0x00091c1c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c1d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_undersizepkts         0x00091c1e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c1f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_oversizepkts          0x00091c20       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c21       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts64octets          0x00091c22       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c23       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts65to127octets     0x00091c24       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c25       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts128to255octets    0x00091c26       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c27       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts256to511octets    0x00091c28       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c29       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts512to1023octets   0x00091c2a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c2b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstat_pkts1024to1518octets   0x00091c2c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c2d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts1519toxoctets     0x00091c2e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c2f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_fragments             0x00091c30       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c31       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_jabbers               0x00091c32       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c33       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstatscrcerr                 0x00091c34       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c35       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_unicastmacctrlframes             0x00091c36       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c37       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_multicastmac_ctrlframes          0x00091c38       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c39       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_broadcastmac_ctrlframes          0x00091c3a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c3b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_pfcmacctrlframes                 0x00091c3c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00091c3d       -      -            -     b[31:0]     b[31:0]  -      -    
-  REG_NW_10GBE_ETH10G           1     1     REG    tx_snk_out_xon                            0x00092000       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      xgmii_tx_ready                            0x00092000       1     RO       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      xgmii_link_status                         0x00092000       1     RO       uint32      b[3:2]           -  -      -    
\ No newline at end of file
diff --git a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.mmap.qsys.gold b/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.mmap.qsys.gold
deleted file mode 100644
index b4ffd8be690094e2ea0b011e91368329a9db27ac..0000000000000000000000000000000000000000
--- a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.mmap.qsys.gold
+++ /dev/null
@@ -1,540 +0,0 @@
-fpga_name = lofar2_unb2b_ring
-number_of_columns = 13
-# There can be multiple lines with a single key. The host should ignore unknown keys.
-# The lines with columns follow after the number_of_columns keys. The host should ignore
-# the extra columns in case the mmap contains more columns than the host expects.
-#
-# col 1: mm_port_name, if - then it is part of previous MM port.
-# col 2: number of peripherals, if - then it is part of previous peripheral.
-# col 3: number of mm_ports, if - then it is part of previous MM port.
-# col 4: mm_port_type, if - then it is part of previous MM port.
-# col 5: field_name
-# col 6: field start address (in MM words)
-# col 7: number of fields, if - then it is part of previous field_name.
-# col 8: field access_mode, if - then it is part of previous field_name.
-# col 9: field radix, if - then it is part of previous field_name.
-# col 10: field mm_mask
-# col 11: field user_mask, if - then it is same as mm_mask
-# col 12: mm_peripheral_span (in MM words), if - then the span is not used or already defined on first line of MM port
-# col 13: mm_port_span (in MM words), if - then the span is not used or already defined on first line of MM port
-#
-# col1                          col2  col3  col4   col5                                      col6        col7    col8   col9         col10       col11       col12  col13
-# ----------------------------  ----  ----  -----  ----------------------------------------  ----------  ------  -----  -----------  ----------  ----------  -----  -----
-  ROM_SYSTEM_INFO               1     1     RAM    data                                      0x00004000   32768     RO        char8     b[31:0]      b[7:0]  -      -    
-  PIO_SYSTEM_INFO               1     1     REG    info                                      0x00000000       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      info_gn_index                             0x00000000       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      info_hw_version                           0x00000000       1     RO       uint32      b[9:8]           -  -      -    
-  -                             -     -     -      info_cs_sim                               0x00000000       1     RO       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      info_fw_version_major                     0x00000000       1     RO       uint32    b[19:16]           -  -      -    
-  -                             -     -     -      info_fw_version_minor                     0x00000000       1     RO       uint32    b[23:20]           -  -      -    
-  -                             -     -     -      info_rom_version                          0x00000000       1     RO       uint32    b[26:24]           -  -      -    
-  -                             -     -     -      info_technology                           0x00000000       1     RO       uint32    b[31:27]           -  -      -    
-  -                             -     -     -      use_phy                                   0x00000001       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      design_name                               0x00000002      52     RO        char8     b[31:0]      b[7:0]  -      -    
-  -                             -     -     -      stamp_date                                0x0000000f       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      stamp_time                                0x00000010       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      stamp_commit                              0x00000011       3     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      design_note                               0x00000014      52     RO        char8     b[31:0]      b[7:0]  -      -    
-  REG_WDI                       1     1     REG    wdi_override                              0x00000c00       1     WO       uint32     b[31:0]           -  -      -    
-  REG_FPGA_TEMP_SENS            1     1     REG    temp                                      0x0003b048       1     RO       uint32     b[31:0]           -  -      -    
-  REG_FPGA_VOLTAGE_SENS         1     1     REG    voltages                                  0x0003b030       6     RO       uint32     b[31:0]           -  -      -    
-  RAM_SCRAP                     1     1     RAM    data                                      0x00000200     512     RW       uint32     b[31:0]           -  -      -    
-  AVS_ETH_0_TSE                 1     1     REG    status                                    0x00000400    1024     RO       uint32     b[31:0]           -  -      -    
-  AVS_ETH_0_REG                 1     1     REG    status                                    0x00000c10      12     RO       uint32     b[31:0]           -  -      -    
-  AVS_ETH_0_RAM                 1     1     RAM    data                                      0x00000800    1024     RW       uint32     b[31:0]           -  -      -    
-  PIO_PPS                       1     1     REG    capture_cnt                               0x0003b06c       1     RO       uint32     b[29:0]           -  -      -    
-  -                             -     -     -      stable                                    0x0003b06c       1     RO       uint32    b[30:30]           -  -      -    
-  -                             -     -     -      toggle                                    0x0003b06c       1     RO       uint32    b[31:31]           -  -      -    
-  -                             -     -     -      expected_cnt                              0x0003b06d       1     RW       uint32     b[27:0]           -  -      -    
-  -                             -     -     -      edge                                      0x0003b06d       1     RW       uint32    b[31:31]           -  -      -    
-  -                             -     -     -      offset_cnt                                0x0003b06e       1     RO       uint32     b[27:0]           -  -      -    
-  REG_EPCS                      1     1     REG    addr                                      0x0003b050       1     WO       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rden                                      0x0003b051       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      read_bit                                  0x0003b052       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      write_bit                                 0x0003b053       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      sector_erase                              0x0003b054       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      busy                                      0x0003b055       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      unprotect                                 0x0003b056       1     WO       uint32     b[31:0]           -  -      -    
-  REG_DPMM_CTRL                 1     1     REG    rd_usedw                                  0x0003b084       1     RO       uint32     b[31:0]           -  -      -    
-  REG_DPMM_DATA                 1     1     FIFO   data                                      0x0003b082       1     RO       uint32     b[31:0]           -  -      -    
-  REG_MMDP_CTRL                 1     1     REG    wr_usedw                                  0x0003b080       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      wr_availw                                 0x0003b081       1     RO       uint32     b[31:0]           -  -      -    
-  REG_MMDP_DATA                 1     1     FIFO   data                                      0x0003b07e       1     WO       uint32     b[31:0]           -  -      -    
-  REG_REMU                      1     1     REG    reconfigure                               0x0003b058       1     WO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      param                                     0x0003b059       1     WO       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      read_param                                0x0003b05a       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      write_param                               0x0003b05b       1     WO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      data_out                                  0x0003b05c       1     RO       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      data_in                                   0x0003b05d       1     WO       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      busy                                      0x0003b05e       1     RO       uint32      b[0:0]           -  -      -    
-  REG_SDP_INFO                  1     1     REG    block_period                              0x0003b020       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      n_rn                                      0x0003b021       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      o_rn                                      0x0003b022       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      n_si                                      0x0003b023       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      o_si                                      0x0003b024       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      beam_repositioning_flag                   0x0003b025       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      fsub_type                                 0x0003b026       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      f_adc                                     0x0003b027       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      nyquist_zone_index                        0x0003b028       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      observation_id                            0x0003b029       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      antenna_band_index                        0x0003b02a       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      station_id                                0x0003b02b       1     RW       uint32     b[15:0]           -  -      -    
-  PIO_JESD_CTRL                 1     1     REG    enable                                    0x0003b074       1     RW       uint32     b[30:0]           -  -      -    
-  -                             -     -     -      reset                                     0x0003b074       1     RW       uint32    b[31:31]           -  -      -    
-  JESD204B                      1     12    REG    rx_dll_ctrl                               0x0003a014       1     RW       uint32     b[16:0]           -  -      256  
-  -                             -     -     -      rx_syncn_sysref_ctrl                      0x0003a015       1     RW       uint32     b[24:0]           -  -      -    
-  -                             -     -     -      rx_csr_sysref_always_on                   0x0003a015       1     RW       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      rx_csr_rbd_offset                         0x0003a015       1     RW       uint32     b[10:3]           -  -      -    
-  -                             -     -     -      rx_csr_lmfc_offset                        0x0003a015       1     RW       uint32    b[19:12]           -  -      -    
-  -                             -     -     -      rx_err0                                   0x0003a018       1     RW       uint32      b[8:0]           -  -      -    
-  -                             -     -     -      rx_err1                                   0x0003a019       1     RW       uint32      b[9:0]           -  -      -    
-  -                             -     -     -      csr_dev_syncn                             0x0003a020       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      csr_rbd_count                             0x0003a020       1     RO       uint32     b[10:3]           -  -      -    
-  -                             -     -     -      rx_status1                                0x0003a021       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rx_status2                                0x0003a022       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rx_status3                                0x0003a023       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_l                             0x0003a025       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_f                             0x0003a025       1     RW       uint32     b[15:8]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_k                             0x0003a025       1     RW       uint32    b[20:16]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_m                             0x0003a025       1     RW       uint32    b[31:24]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_n                             0x0003a026       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_cs                            0x0003a026       1     RW       uint32      b[7:6]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_np                            0x0003a026       1     RW       uint32     b[12:8]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_subclassv                     0x0003a026       1     RW       uint32    b[15:13]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_s                             0x0003a026       1     RW       uint32    b[20:16]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_jesdv                         0x0003a026       1     RW       uint32    b[23:21]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_cf                            0x0003a026       1     RW       uint32    b[28:24]           -  -      -    
-  -                             -     -     -      rx_ilas_csr_hd                            0x0003a026       1     RW       uint32    b[31:31]           -  -      -    
-  -                             -     -     -      rx_status4                                0x0003a03c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_status5                                0x0003a03d       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_status6                                0x0003a03e       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      rx_status7                                0x0003a03f       1     RO       uint32     b[31:0]           -  -      -    
-  REG_DP_SHIFTRAM               1     12    REG    shift                                     0x00000c20       1     RW       uint32     b[11:0]           -  -      2    
-  REG_BSN_SOURCE_V2             1     1     REG    dp_on                                     0x0003b040       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      dp_on_pps                                 0x0003b040       1     RW       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      nof_clk_per_sync                          0x0003b041       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      bsn_init                                  0x0003b042       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0003b043       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      bsn_time_offset                           0x0003b044       1     RW       uint32      b[9:0]           -  -      -    
-  REG_BSN_SCHEDULER             1     1     REG    scheduled_bsn                             0x0003b07a       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0003b07b       -      -            -     b[31:0]    b[63:32]  -      -    
-  REG_BSN_MONITOR_INPUT         1     1     REG    xon_stable                                0x00000100       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      ready_stable                              0x00000100       1     RO       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      sync_timeout                              0x00000100       1     RO       uint32      b[2:2]           -  -      -    
-  -                             -     -     -      bsn_at_sync                               0x00000101       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000102       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      nof_sop                                   0x00000103       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      nof_valid                                 0x00000104       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      nof_err                                   0x00000105       1     RO       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      bsn_first                                 0x00000106       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000107       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      bsn_first_cycle_cnt                       0x00000108       1     RO       uint32     b[31:0]           -  -      -    
-  REG_WG                        1     12    REG    mode                                      0x00000d00       1     RW       uint32      b[7:0]           -  -      4    
-  -                             -     -     -      nof_samples                               0x00000d00       1     RW       uint32    b[31:16]           -  -      -    
-  -                             -     -     -      phase                                     0x00000d01       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      freq                                      0x00000d02       1     RW       uint32     b[30:0]           -  -      -    
-  -                             -     -     -      ampl                                      0x00000d03       1     RW       uint32     b[16:0]           -  -      -    
-  RAM_WG                        1     12    RAM    data                                      0x0002c000    1024     RW       uint32     b[17:0]           -  -      1024 
-  RAM_ST_HISTOGRAM              1     12    RAM    data                                      0x00002000     512     RW       uint32     b[31:0]     b[27:0]  -      512  
-  REG_ADUH_MONITOR              1     12    REG    mean_sum                                  0x00000d40       1     RO        int64     b[31:0]     b[31:0]  -      4    
-  -                             -     -     -      -                                         0x00000d41       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      power_sum                                 0x00000d42       1     RO        int64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000d43       -      -            -     b[31:0]    b[63:32]  -      -    
-  REG_DIAG_DATA_BUFFER_BSN      1     12    REG    sync_cnt                                  0x00000020       1     RO       uint32     b[31:0]           -  -      2    
-  -                             -     -     -      word_cnt                                  0x00000021       1     RO       uint32     b[31:0]           -  -      -    
-  RAM_DIAG_DATA_BUFFER_BSN      1     12    RAM    data                                      0x00200000    1024     RW       uint32     b[15:0]           -  -      1024 
-  REG_SI                        1     1     REG    enable                                    0x0003b07c       1     RW       uint32      b[0:0]           -  -      -    
-  RAM_FIL_COEFS                 1     16    RAM    data                                      0x00030000    1024     RW       uint32     b[15:0]           -  -      1024 
-  RAM_EQUALIZER_GAINS           1     6     RAM    data                                      0x00038000    1024     RW    cint16_ir     b[31:0]           -  -      1024 
-  REG_DP_SELECTOR               1     1     REG    input_select                              0x0003b078       1     RW       uint32      b[0:0]           -  -      -    
-  RAM_ST_SST                    1     6     RAM    data                                      0x00034000    1024     RW       uint64     b[31:0]     b[31:0]  -      2048 
-  -                             -     -     -      -                                         0x00034001       -      -            -     b[21:0]    b[53:32]  -      -    
-  REG_STAT_ENABLE_SST           1     1     REG    enable                                    0x0003b072       1     RW       uint32      b[0:0]           -  -      -    
-  REG_STAT_HDR_DAT_SST          1     1     REG    bsn                                       0x00000c40       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000c41       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      sdp_block_period                          0x00000c42       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_statistics_per_packet             0x00000c43       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_bytes_per_statistic               0x00000c44       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_nof_signal_inputs                     0x00000c45       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id                               0x00000c46       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_sst_signal_input_index        0x00000c46       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_sst_reserved                  0x00000c46       1     RW       uint32     b[31:8]           -  -      -    
-  -                             -     -     -      sdp_integration_interval                  0x00000c47       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x00000c48       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x00000c49       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_reserved                  0x00000c4a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_subband_calibrated_flag   0x00000c4b       1     RW       uint32      b[8:8]           -  -      -    
-  -                             -     -     -      sdp_source_info_beam_repositioning_flag   0x00000c4c       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x00000c4d       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x00000c4e       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x00000c4f       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x00000c50       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x00000c51       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x00000c52       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x00000c53       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x00000c54       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x00000c55       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x00000c56       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x00000c57       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x00000c58       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x00000c59       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x00000c5a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x00000c5b       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x00000c5c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x00000c5d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x00000c5e       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x00000c5f       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x00000c60       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x00000c61       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x00000c62       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x00000c63       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x00000c64       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x00000c65       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x00000c66       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x00000c67       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000c68       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x00000c69       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000c6a       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      word_align                                0x00000c6b       1     RW       uint32     b[15:0]           -  -      -    
-  REG_BSN_SYNC_SCHEDULER_XSUB   1     1     REG    ctrl_enable                               0x0003b000       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      ctrl_interval_size                        0x0003b001       1     RW       uint32     b[30:0]           -  -      -    
-  -                             -     -     -      ctrl_start_bsn                            0x0003b002       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0003b003       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      mon_current_input_bsn                     0x0003b004       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0003b005       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      mon_input_bsn_at_sync                     0x0003b006       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0003b007       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      mon_output_enable                         0x0003b008       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      mon_output_sync_bsn                       0x0003b009       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0003b00a       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      block_size                                0x0003b00b       1     RO       uint32     b[31:0]           -  -      -    
-  RAM_ST_XSQ                    1     9     RAM    data                                      0x00010000    1008     RW    cint64_ir     b[31:0]     b[31:0]  -      4096 
-  -                             -     -     -      -                                         0x00010001       -      -            -     b[31:0]    b[63:32]  -      -    
-  REG_CROSSLETS_INFO            1     1     REG    offset                                    0x0003b010      15     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      step                                      0x0003b01f       1     RW       uint32     b[31:0]           -  -      -    
-  REG_NOF_CROSSLETS             1     1     REG    nof_crosslets                             0x00000c02       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      unused                                    0x00000c03       1     RW       uint32     b[31:0]           -  -      -    
-  REG_STAT_ENABLE_XST           1     1     REG    enable                                    0x0003b070       1     RW       uint32      b[0:0]           -  -      -    
-  REG_STAT_HDR_DAT_XST          1     1     REG    bsn                                       0x00000040       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000041       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      block_period                              0x00000042       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_statistics_per_packet                 0x00000043       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_bytes_per_statistic                   0x00000044       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      nof_signal_inputs                         0x00000045       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id                               0x00000046       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_signal_input_b_index      0x00000046       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_signal_input_a_index      0x00000046       1     RW       uint32     b[15:8]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_subband_index             0x00000046       1     RW       uint32    b[24:16]           -  -      -    
-  -                             -     -     -      sdp_data_id_xst_reserved                  0x00000046       1     RW       uint32    b[31:25]           -  -      -    
-  -                             -     -     -      sdp_integration_interval                  0x00000047       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x00000048       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x00000049       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_reserved                  0x0000004a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_subband_calibrated_flag   0x0000004b       1     RW       uint32      b[8:8]           -  -      -    
-  -                             -     -     -      sdp_source_info_beam_repositioning_flag   0x0000004c       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x0000004d       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x0000004e       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x0000004f       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x00000050       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x00000051       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x00000052       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x00000053       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x00000054       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x00000055       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x00000056       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x00000057       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x00000058       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x00000059       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x0000005a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x0000005b       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x0000005c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x0000005d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x0000005e       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x0000005f       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x00000060       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x00000061       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x00000062       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x00000063       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x00000064       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x00000065       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x00000066       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x00000067       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000068       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x00000069       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x0000006a       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      word_align                                0x0000006b       1     RW       uint32     b[15:0]           -  -      -    
-  RAM_SS_SS_WIDE                2     6     RAM    data                                      0x00028000     976     RW       uint32      b[9:0]           -  8192   1024 
-  RAM_BF_WEIGHTS                2     12    RAM    data                                      0x00020000     976     RW    cint16_ir     b[31:0]           -  16384  1024 
-  REG_BF_SCALE                  2     1     REG    scale                                     0x0003b068       1     RW       uint32     b[15:0]           -  2      2    
-  -                             -     -     -      unused                                    0x0003b069       1     RW       uint32     b[31:0]           -  -      -    
-  REG_HDR_DAT                   2     1     REG    bsn                                       0x00000c80       1     RW       uint64     b[31:0]     b[31:0]  64     64   
-  -                             -     -     -      -                                         0x00000c81       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      sdp_block_period                          0x00000c82       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_beamlets_per_block                0x00000c83       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_nof_blocks_per_packet                 0x00000c84       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_beamlet_index                         0x00000c85       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_beamlet_scale                         0x00000c86       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x00000c87       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000c88       -      -            -      b[7:0]    b[39:32]  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x00000c89       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_beamlet_width             0x00000c8a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_repositioning_flag        0x00000c8b       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x00000c8c       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x00000c8d       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x00000c8e       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x00000c8f       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x00000c90       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x00000c91       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x00000c92       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x00000c93       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x00000c94       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x00000c95       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x00000c96       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x00000c97       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x00000c98       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x00000c99       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x00000c9a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x00000c9b       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x00000c9c       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x00000c9d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x00000c9e       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x00000c9f       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x00000ca0       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x00000ca1       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x00000ca2       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x00000ca3       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x00000ca4       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x00000ca5       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x00000ca6       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000ca7       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x00000ca8       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x00000ca9       -      -            -     b[15:0]    b[47:32]  -      -    
-  REG_DP_XONOFF                 2     1     REG    enable_stream                             0x0003b064       1     RW       uint32      b[0:0]           -  2      2    
-  RAM_ST_BST                    2     1     RAM    data                                      0x00001000     976     RW       uint64     b[31:0]     b[31:0]  2048   2048 
-  -                             -     -     -      -                                         0x00001001       -      -            -     b[21:0]    b[53:32]  -      -    
-  REG_STAT_ENABLE_BST           2     1     REG    enable                                    0x0003b060       1     RW       uint32      b[0:0]           -  2      2    
-  REG_STAT_HDR_DAT_BST          2     1     REG    bsn                                       0x00000080       1     RW       uint64     b[31:0]     b[31:0]  64     64   
-  -                             -     -     -      -                                         0x00000081       -      -            -     b[31:0]    b[63:32]  -      -    
-  -                             -     -     -      block_period                              0x00000082       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_statistics_per_packet                 0x00000083       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      nof_bytes_per_statistic                   0x00000084       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      nof_signal_inputs                         0x00000085       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_data_id                               0x00000086       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_bst_beamlet_index             0x00000086       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_data_id_bst_reserved                  0x00000086       1     RW       uint32    b[31:16]           -  -      -    
-  -                             -     -     -      sdp_integration_interval                  0x00000087       1     RW       uint32     b[23:0]           -  -      -    
-  -                             -     -     -      sdp_reserved                              0x00000088       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_gn_index                  0x00000089       1     RW       uint32      b[4:0]           -  -      -    
-  -                             -     -     -      sdp_source_info_reserved                  0x0000008a       1     RW       uint32      b[7:5]           -  -      -    
-  -                             -     -     -      sdp_source_info_subband_calibrated_flag   0x0000008b       1     RW       uint32      b[8:8]           -  -      -    
-  -                             -     -     -      sdp_source_info_beam_repositioning_flag   0x0000008c       1     RW       uint32      b[9:9]           -  -      -    
-  -                             -     -     -      sdp_source_info_payload_error             0x0000008d       1     RW       uint32    b[10:10]           -  -      -    
-  -                             -     -     -      sdp_source_info_fsub_type                 0x0000008e       1     RW       uint32    b[11:11]           -  -      -    
-  -                             -     -     -      sdp_source_info_f_adc                     0x0000008f       1     RW       uint32    b[12:12]           -  -      -    
-  -                             -     -     -      sdp_source_info_nyquist_zone_index        0x00000090       1     RW       uint32    b[14:13]           -  -      -    
-  -                             -     -     -      sdp_source_info_antenna_band_index        0x00000091       1     RW       uint32    b[15:15]           -  -      -    
-  -                             -     -     -      sdp_station_id                            0x00000092       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      sdp_observation_id                        0x00000093       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      sdp_version_id                            0x00000094       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      sdp_marker                                0x00000095       1     RO       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      udp_checksum                              0x00000096       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_length                                0x00000097       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_destination_port                      0x00000098       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      udp_source_port                           0x00000099       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_destination_address                    0x0000009a       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_source_address                         0x0000009b       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      ip_header_checksum                        0x0000009c       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_protocol                               0x0000009d       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_time_to_live                           0x0000009e       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_fragment_offset                        0x0000009f       1     RW       uint32     b[12:0]           -  -      -    
-  -                             -     -     -      ip_flags                                  0x000000a0       1     RW       uint32      b[2:0]           -  -      -    
-  -                             -     -     -      ip_identification                         0x000000a1       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_total_length                           0x000000a2       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      ip_services                               0x000000a3       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      ip_header_length                          0x000000a4       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      ip_version                                0x000000a5       1     RW       uint32      b[3:0]           -  -      -    
-  -                             -     -     -      eth_type                                  0x000000a6       1     RO       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      eth_source_mac                            0x000000a7       1     RO       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x000000a8       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      eth_destination_mac                       0x000000a9       1     RW       uint64     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      -                                         0x000000aa       -      -            -     b[15:0]    b[47:32]  -      -    
-  -                             -     -     -      word_align                                0x000000ab       1     RW       uint32     b[15:0]           -  -      -    
-  REG_NW_10GBE_MAC              1     1     REG    rx_transfer_control                       0x00006000       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_transfer_status                        0x00006001       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_transfer_control                       0x00006002       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_padcrc_control                         0x00006040       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      rx_crccheck_control                       0x00006080       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      rx_pktovrflow_error                       0x000060c0       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x000060c1       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_pktovrflow_etherstatsdropevents        0x000060c2       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x000060c3       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_lane_decoder_preamble_control          0x00006100       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_preamble_inserter_control              0x00006140       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_frame_control                          0x00006800       1     RW       uint32     b[19:0]           -  -      -    
-  -                             -     -     -      rx_frame_maxlength                        0x00006801       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_addr0                            0x00006802       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_addr1                            0x00006803       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr0_0                        0x00006804       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr0_1                        0x00006805       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr1_0                        0x00006806       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr1_1                        0x00006807       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr2_0                        0x00006808       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr2_1                        0x00006809       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr3_0                        0x0000680a       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_frame_spaddr3_1                        0x0000680b       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      rx_pfc_control                            0x00006818       1     RW       uint32     b[16:0]           -  -      -    
-  -                             -     -     -      rx_stats_clr                              0x00006c00       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      rx_stats_framesok                         0x00006c02       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c03       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_frameserr                        0x00006c04       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c05       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_framescrcerr                     0x00006c06       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c07       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_octetsok                         0x00006c08       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c09       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_pausemacctrl_frames              0x00006c0a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c0b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_iferrors                         0x00006c0c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c0d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_unicast_framesok                 0x00006c0e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c0f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_unicast_frameserr                0x00006c10       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c11       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_multicastframesok                0x00006c12       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c13       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_multicast_frameserr              0x00006c14       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c15       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_broadcastframesok                0x00006c16       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c17       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_broadcast_frameserr              0x00006c18       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c19       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstatsoctets                 0x00006c1a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c1b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstatspkts                   0x00006c1c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c1d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_undersizepkts         0x00006c1e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c1f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_oversizepkts          0x00006c20       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c21       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts64octets          0x00006c22       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c23       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts65to127octets     0x00006c24       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c25       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts128to255octets    0x00006c26       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c27       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts256to511octets    0x00006c28       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c29       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts512to1023octets   0x00006c2a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c2b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstat_pkts1024to1518octets   0x00006c2c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c2d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_pkts1519toxoctets     0x00006c2e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c2f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_fragments             0x00006c30       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c31       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstats_jabbers               0x00006c32       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c33       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_etherstatscrcerr                 0x00006c34       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c35       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_unicastmacctrlframes             0x00006c36       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c37       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_multicastmac_ctrlframes          0x00006c38       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c39       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_broadcastmac_ctrlframes          0x00006c3a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c3b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      rx_stats_pfcmacctrlframes                 0x00006c3c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00006c3d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_transfer_status                        0x00007001       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_padins_control                         0x00007040       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_crcins_control                         0x00007080       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      tx_pktunderflow_error                     0x000070c0       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x000070c1       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_preamble_control                       0x00007100       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_pauseframe_control                     0x00007140       1     RW       uint32      b[1:0]           -  -      -    
-  -                             -     -     -      tx_pauseframe_quanta                      0x00007141       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      tx_pauseframe_enable                      0x00007142       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_0                        0x00007180       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_1                        0x00007181       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_2                        0x00007182       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_3                        0x00007183       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_4                        0x00007184       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_5                        0x00007185       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_6                        0x00007186       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_pause_quanta_7                        0x00007187       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_0                      0x00007190       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_1                      0x00007191       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_2                      0x00007192       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_3                      0x00007193       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_4                      0x00007194       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_5                      0x00007195       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_6                      0x00007196       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      pfc_holdoff_quanta_7                      0x00007197       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      tx_pfc_priority_enable                    0x000071a0       1     RW       uint32      b[7:0]           -  -      -    
-  -                             -     -     -      tx_addrins_control                        0x00007200       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_addrins_macaddr0                       0x00007201       1     RW       uint32     b[31:0]           -  -      -    
-  -                             -     -     -      tx_addrins_macaddr1                       0x00007202       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      tx_frame_maxlength                        0x00007801       1     RW       uint32     b[15:0]           -  -      -    
-  -                             -     -     -      tx_stats_clr                              0x00007c00       1     RW       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      tx_stats_framesok                         0x00007c02       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c03       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_frameserr                        0x00007c04       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c05       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_framescrcerr                     0x00007c06       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c07       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_octetsok                         0x00007c08       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c09       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_pausemacctrl_frames              0x00007c0a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c0b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_iferrors                         0x00007c0c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c0d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_unicast_framesok                 0x00007c0e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c0f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_unicast_frameserr                0x00007c10       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c11       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_multicastframesok                0x00007c12       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c13       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_multicast_frameserr              0x00007c14       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c15       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_broadcastframesok                0x00007c16       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c17       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_broadcast_frameserr              0x00007c18       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c19       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstatsoctets                 0x00007c1a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c1b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstatspkts                   0x00007c1c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c1d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_undersizepkts         0x00007c1e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c1f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_oversizepkts          0x00007c20       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c21       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts64octets          0x00007c22       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c23       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts65to127octets     0x00007c24       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c25       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts128to255octets    0x00007c26       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c27       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts256to511octets    0x00007c28       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c29       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts512to1023octets   0x00007c2a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c2b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstat_pkts1024to1518octets   0x00007c2c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c2d       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_pkts1519toxoctets     0x00007c2e       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c2f       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_fragments             0x00007c30       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c31       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstats_jabbers               0x00007c32       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c33       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_etherstatscrcerr                 0x00007c34       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c35       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_unicastmacctrlframes             0x00007c36       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c37       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_multicastmac_ctrlframes          0x00007c38       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c39       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_broadcastmac_ctrlframes          0x00007c3a       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c3b       -      -            -     b[31:0]     b[31:0]  -      -    
-  -                             -     -     -      tx_stats_pfcmacctrlframes                 0x00007c3c       1     RO       uint64      b[3:0]    b[35:32]  -      -    
-  -                             -     -     -      -                                         0x00007c3d       -      -            -     b[31:0]     b[31:0]  -      -    
-  REG_NW_10GBE_ETH10G           1     1     REG    tx_snk_out_xon                            0x0003b076       1     RO       uint32      b[0:0]           -  -      -    
-  -                             -     -     -      xgmii_tx_ready                            0x0003b076       1     RO       uint32      b[1:1]           -  -      -    
-  -                             -     -     -      xgmii_link_status                         0x0003b076       1     RO       uint32      b[3:2]           -  -      -    
\ No newline at end of file