From 4b00bc4d698910eb0643a4533a27f715cfb5b434 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 23 May 2017 13:53:45 -0700 Subject: eiscat: Numerous modification for testing beamforming --- host/include/uhd/rfnoc/blocks/radio_eiscat.xml | 36 ++++++++++++++++++-------- 1 file changed, 25 insertions(+), 11 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/blocks/radio_eiscat.xml b/host/include/uhd/rfnoc/blocks/radio_eiscat.xml index 3d3ef7abc..a7077d503 100644 --- a/host/include/uhd/rfnoc/blocks/radio_eiscat.xml +++ b/host/include/uhd/rfnoc/blocks/radio_eiscat.xml @@ -14,7 +14,13 @@
159
- + SR_BEAMS_TO_NEIGHBOR
202
2 @@ -86,24 +92,32 @@ use_prev must be 0 or 1. SR_WRITE("SR_PREV_OR_NULL", $use_prev) AND SR_WRITE("SR_PREV_OR_NULL", $use_prev) - + + + configure_beams + int + + choose_beams int - 6 - SR_WRITE("SR_BEAMS_TO_NEIGHBOR", $choose_beams) + 2 + + + enable_firs + int + 1 + + + enable_counter + int + 0 channel_enable int 1 - SR_WRITE("SR_RX_STREAM_ENABLE", 1) + SR_WRITE("SR_RX_STREAM_ENABLE", $channel_enable) gain -- cgit v1.2.3