From a75155e53d03da59868e5c1162f93aa8c404462f Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Wed, 9 Jun 2021 15:57:36 +0200 Subject: [PATCH] fixed register order for sdp_info --- .../lofar2/libraries/sdp/sdp.peripheral.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/applications/lofar2/libraries/sdp/sdp.peripheral.yaml b/applications/lofar2/libraries/sdp/sdp.peripheral.yaml index 0b5da7eda8..67eef47dc7 100644 --- a/applications/lofar2/libraries/sdp/sdp.peripheral.yaml +++ b/applications/lofar2/libraries/sdp/sdp.peripheral.yaml @@ -17,19 +17,19 @@ peripherals: The other info fields apply per antenna band (low band or high band). An FPGA node only participates in one band." fields: - - - { field_name: station_id, mm_width: 16, access_mode: RW, address_offset: 0x0 } - - - { field_name: antenna_band_index, mm_width: 1, access_mode: RO, address_offset: 0x4 } - - - { field_name: observation_id, mm_width: 32, access_mode: RW, address_offset: 0x8 } - - - { field_name: nyquist_zone_index, mm_width: 2, access_mode: RW, address_offset: 0xC } - - - { field_name: f_adc, mm_width: 1, access_mode: RO, address_offset: 0x10 } - - - { field_name: fsub_type, mm_width: 1, access_mode: RO, address_offset: 0x14 } + - - { field_name: station_id, mm_width: 16, access_mode: RW, address_offset: 0x30 } + - - { field_name: antenna_band_index, mm_width: 1, access_mode: RO, address_offset: 0x2C } + - - { field_name: observation_id, mm_width: 32, access_mode: RW, address_offset: 0x28 } + - - { field_name: nyquist_zone_index, mm_width: 2, access_mode: RW, address_offset: 0x24 } + - - { field_name: f_adc, mm_width: 1, access_mode: RO, address_offset: 0x20 } + - - { field_name: fsub_type, mm_width: 1, access_mode: RO, address_offset: 0x1C } - - { field_name: beam_repositioning_flag, mm_width: 1, access_mode: RW, address_offset: 0x18 } - - - { field_name: O_si, mm_width: 8, access_mode: RW, address_offset: 0x1C } - - - { field_name: N_si, mm_width: 8, access_mode: RW, address_offset: 0x20 } - - - { field_name: O_rn, mm_width: 8, access_mode: RW, address_offset: 0x24 } - - - { field_name: N_rn, mm_width: 8, access_mode: RW, address_offset: 0x28 } - - - { field_name: block_period, mm_width: 16, access_mode: RO, address_offset: 0x2C } - - - { field_name: beamlet_scale, mm_width: 16, access_mode: RW, address_offset: 0x30 } + - - { field_name: O_si, mm_width: 8, access_mode: RW, address_offset: 0x14 } + - - { field_name: N_si, mm_width: 8, access_mode: RW, address_offset: 0x10 } + - - { field_name: O_rn, mm_width: 8, access_mode: RW, address_offset: 0xC } + - - { field_name: N_rn, mm_width: 8, access_mode: RW, address_offset: 0x8 } + - - { field_name: block_period, mm_width: 16, access_mode: RO, address_offset: 0x4 } + - - { field_name: beamlet_scale, mm_width: 16, access_mode: RW, address_offset: 0x0 } - peripheral_name: sdp_subband_equalizer # pi_sdp_subband_equalizer.py peripheral_description: "SDP Subband equalizer coefficients." -- GitLab