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

Temporarily use c_nof_block_per_sync = 390625 = 2 * 195312.5, to have integer...

Temporarily use c_nof_block_per_sync = 390625 = 2 * 195312.5, to have integer number of blocks in 2 s sync interval, TODO: remove when REG_BSN_SOURCE_V2 is used.
parent 3d0c2ac0
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!76Resolve L2SDP-248
...@@ -79,7 +79,7 @@ peripherals: ...@@ -79,7 +79,7 @@ peripherals:
- peripheral_name: dp/dp_bsn_source - peripheral_name: dp/dp_bsn_source
parameter_overrides: parameter_overrides:
- { name: g_nof_block_per_sync, value: 195313 } # 390625 = 2 * 195312, to have integer number of blocks in 2 s sync interval - { name: g_nof_block_per_sync, value: 390625 } # EK: TODO temporarily use 390625 = 2 * 195312.5, to have integer number of blocks in 2 s sync interval, TODO: remove when REG_BSN_SOURCE_V2 is used
mm_port_names: mm_port_names:
- REG_BSN_SOURCE - REG_BSN_SOURCE
......
...@@ -31,7 +31,7 @@ parameters: ...@@ -31,7 +31,7 @@ parameters:
- { name: c_W_beamlet_resolution, value: 0 - 15 } # EK: FIXME support passing on negative values, workaround use 0 - positive - { 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_W_beamlet, value: 8 }
- { name: c_nof_clk_per_pps, value: c_f_adc_MHz * 10**6 } # = 200000000 - { name: c_nof_clk_per_pps, value: c_f_adc_MHz * 10**6 } # = 200000000
- { name: c_nof_block_per_sync, value: 195313 } # TBD temporarily use 390625 = 2 * 195312, to have integer number of blocks in 2 s sync interval, TODO: remove when REG_BSN_SOURCE_V2 is used - { name: c_nof_block_per_sync, value: 390625 } # EK: TODO temporarily use 390625 = 2 * 195312.5, to have integer number of blocks in 2 s sync interval, TODO: remove when REG_BSN_SOURCE_V2 is used
peripherals: peripherals:
############################################################################# #############################################################################
......
...@@ -79,7 +79,7 @@ peripherals: ...@@ -79,7 +79,7 @@ peripherals:
- peripheral_name: dp/dp_bsn_source - peripheral_name: dp/dp_bsn_source
parameter_overrides: parameter_overrides:
- { name: g_nof_block_per_sync, value: 195313 } # 390625 = 2 * 195312, to have integer number of blocks in 2 s sync interval - { name: g_nof_block_per_sync, value: 390625 } # EK: TODO temporarily use 390625 = 2 * 195312.5, to have integer number of blocks in 2 s sync interval, TODO: remove when REG_BSN_SOURCE_V2 is used
mm_port_names: mm_port_names:
- REG_BSN_SOURCE - REG_BSN_SOURCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment