Changes between Version 8 and Version 9 of OFDM/MIMO/Docs/ModelRegisters


Ignore:
Timestamp:
Dec 1, 2006, 6:27:20 PM (17 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDM/MIMO/Docs/ModelRegisters

    v8 v9  
    444444=== Address: 0x0 ===
    445445=== Dir: Read/Write ===
    446 === Fields: === #Rx_ControlBits_Fields
    447  '''CFO_USE_LONGCORR''' ''(bit 12)''::
    448   Enables the use of the long correlator to control the timing of the carrier frequency offset estimation based on the long training symbols. This must be set to 1 for normal operation.
    449  '''CFO_USE_STS''' ''(bit 11)''::
    450   Enables carrier frequency offset estimation based on the preamble's short training symbols. When using high-quality oscillators, this can be disabled to improve CFO estimation performance.
    451  '''CFO_USE_LTS''' ''(bit 10)''::
    452   Enables carrier frequency offset estimation based on the preamble's long training symbols. Must be set to 1 for normal operation.
    453  '''CFO_BYPASS''' ''(bit 9)''::
    454   When set to 1, CFO correction is bypassed. This should only be used when driving two nodes from a common reference clock during PHY debugging.
    455  '''INT_PKTDET_EN''' ''(bit 8)''::
    456   Enables the internal packet detection block. This should only be used when debugging the PHY over a wire when the external packet detector is not being used.
    457  '''EXT_PKTDET_EN''' ''(bit 7)''::
    458   Enables external packet detection via the [wiki:OFDM/MIMO/Docs/ModelPorts ''rx_extpktdet'' port]
    459  '''REQ_SHORT_CORR''' ''(bit 6)''::
    460   Requires either internal or external packet detection in order to begin processing a packet. When disabled, the receiver will begin processing packets when trigged only by the long correlator. 
    461  '''REQ_TWO_LONG_CORR''' ''(bit 5)''::
    462   Requires two threshold crossings from the long correlator, spaced exactly 64 cycles apart. When enaled, this makes packet detection more robust at the cost of more false negative detections. 
    463  '''SISO_MODE''' ''(bit 4)''::
    464   Enables single-antenna (SISO) mode in the receiver. In this mode, only packets transmitted in SISO mode will be properly received. 
    465  '''DYN_PKT_LENGTHS''' ''(bit 2)''::
    466   Enables dynamic packet lengths. This should be 1 for normal operation. When disabled, the receiver assumes every packet is a fixed length. This is useful during PHY debugging and BER testing.
    467  '''REQ_LONG_CORR''' ''(bit 1)''::
    468   Requires a threshold crossing in the long correlator for packet detection. This must be one for reliable operation. 
    469  '''BER_RESET''' ''(bit 0)''::
    470   When enabled, the BER calculation engine is held in reset. This should be 0 only during BER testing.
     446=== Fields: ===
     447==== CFO_USE_LONGCORR ====
     448  ''(Bit 12)'' Enables the use of the long correlator to control the timing of the carrier frequency offset estimation based on the long training symbols. This must be set to 1 for normal operation.
     449==== CFO_USE_STS ====
     450  ''(Bit 11)''   Enables carrier frequency offset estimation based on the preamble's short training symbols. When using high-quality oscillators, this can be disabled to improve CFO estimation performance.
     451==== CFO_USE_LTS ====
     452  ''(Bit 10)''   Enables carrier frequency offset estimation based on the preamble's long training symbols. Must be set to 1 for normal operation.
     453==== CFO_BYPASS ====
     454  ''(Bit 9)''   When set to 1, CFO correction is bypassed. This should only be used when driving two nodes from a common reference clock during PHY debugging.
     455==== INT_PKTDET_EN ====
     456  ''(Bit 8)''   Enables the internal packet detection block. This should only be used when debugging the PHY over a wire when the external packet detector is not being used.
     457==== EXT_PKTDET_EN ====
     458  ''(Bit 7)''   Enables external packet detection via the ''[wiki:OFDM/MIMO/Docs/ModelPorts rx_extpktdet]'' top-level port
     459==== REQ_SHORT_CORR ====
     460  ''(Bit 6)''   Requires either internal or external packet detection in order to begin processing a packet. When disabled, the receiver will begin processing packets when trigged only by the long correlator. 
     461==== REQ_TWO_LONG_CORR ====
     462  ''(Bit 5)''   Requires two threshold crossings from the long correlator, spaced exactly 64 cycles apart. When enaled, this makes packet detection more robust at the cost of more false negative detections. 
     463==== SISO_MODE ====
     464  ''(Bit 4)   Enables single-antenna (SISO)'' mode in the receiver. In this mode, only packets transmitted in SISO mode will be properly received. 
     465==== DYN_PKT_LENGTHS ====
     466  ''(Bit 2)''   Enables dynamic packet lengths. This should be 1 for normal operation. When disabled, the receiver assumes every packet is a fixed length. This is useful during PHY debugging and BER testing.
     467==== REQ_LONG_CORR ====
     468  ''(Bit 1)''   Requires a threshold crossing in the long correlator for packet detection. This must be one for reliable operation. 
     469==== BER_RESET ====
     470  ''(Bit 0)''   When enabled, the BER calculation engine is held in reset. This should be 0 only during BER testing.
    471471 
    472472----