summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschodet2010-07-06 13:44:49 +0000
committerschodet2010-07-06 13:44:49 +0000
commited6e74d131e62cc0ea032949460364ee9f134fb0 (patch)
treedb148270d120afeb34f4fa0b0ee8d3cf0e9b9805
parentb96866061e50bc37c25b2fbda194d00b0e50e998 (diff)
cesar/hal/phy/src/resys: update RESYS program, refs #1714
RESYS program prog_resys_tr_internal_fc10_attempt from http://stestephe/svn/spidcom_digital_svn/branches/MARIA_RC_17/modules/resys, r12459. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7272 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--cesar/hal/phy/src/resys/prog_resys.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/cesar/hal/phy/src/resys/prog_resys.txt b/cesar/hal/phy/src/resys/prog_resys.txt
index be6dfcf3e9..14d3c0df8b 100644
--- a/cesar/hal/phy/src/resys/prog_resys.txt
+++ b/cesar/hal/phy/src/resys/prog_resys.txt
@@ -139,9 +139,11 @@ MacackeDone interrupt system
TrueCond macacke_start estim_delta_data delta_internal
MacackeDone macacke_start estim_channel_av delta_internal
TrueCond IncrSymbolCount
-# wiener_filter_step
-wiener_activate goto wiener_filter_step
-MacackeDone goto data_reception
+soft nop nop
+# end of frame for short PPDU or continue for long PPDU
+datadl goto label_long_ppdu
+TrueCond goto label_stop
+
# 2 FC AV mode
@@ -166,9 +168,11 @@ MacackeDone interrupt system
TrueCond macacke_start estim_delta_data delta_internal
MacackeDone macacke_start estim_channel_av delta_internal
TrueCond IncrSymbolCount
-# wiener_filter_step
-wiener_activate goto wiener_filter_step
-MacackeDone goto data_reception
+soft nop nop
+# end of frame for short PPDU or continue for long PPDU
+datadl goto label_long_ppdu
+TrueCond goto label_stop
+
@@ -176,13 +180,15 @@ MacackeDone goto data_reception
# DATA RECEPTION PART
########################################################################################
+# DATA : long_ppdu
+label label_long_ppdu
-label data_reception
-
-# DATA
-TrueCond InitDs 10
+# wiener_filter_step
+wiener_activate goto wiener_filter_step
# 1st symbol of data
+label data_reception
+MacackeDone InitDs 10
NextSymb IncrNextSymb 13
TrueCond IncrMuftiAdd 13
TrueCond IncrD 13
@@ -190,18 +196,12 @@ TrueCond IncrD 13
TrueCond rxwindowing windowing_3072
rxwindowingrdy fft_start FFT3072
MuftiReady nop nop
-soft nop nop
-# end of frame for short PPDU or continue for long PPDU
-datadl goto label_long_ppdu
-TrueCond goto label_stop
-
-# Long PPDU branch
-label label_long_ppdu
LastSymb goto label_last_symb_on_first_symbol
sound_payload macacke_start receive_av_sound delta_internal overwrite_snr
sound_payload goto label_sound_data1
TrueCond macacke_start receive_av_data delta_internal overwrite_snr
-
+
+#label_sound_data1
label label_sound_data1
MacackeDone macacke_start estim_delta_data delta_internal
MacackeDone IncrSymbolCount