Changes between Version 9 and Version 10 of OFDM/MIMO/Docs/ModelPorts


Ignore:
Timestamp:
Aug 29, 2009, 9:44:52 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

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

    v9 v10  
    44The entire MIMO OFDM model is driven by a single clock and has one top-level clock enable. The clock signal connected to '''opb_clk''' must be the same clock which drives the ADC/DACs on the radio daughtercards and the converter_clock_in port on the corresponding radio_bridge cores.
    55||'''Port'''||'''Default'''||'''Direction'''||'''Width'''||
    6 ||opb_clk||sys_clk_s||Input||1||
    7 ||ce||net_vcc||Input||1||
     6||splb_clk||sys_clk_s||Input||1||
     7||splb_rst||net_gnd||Input||1||
    88
    9 == OPB Interface Ports ==
    10 The model includes a standard OPB slave interface. This interface is used to connect the OFDM core to an embedded PowerPC or Microblaze processor in the FPGA. This interface must be connected to a processor in order to use the OFDM core in hardware.
    11 ||'''Port'''||'''Default'''||'''Direction'''||'''Width'''||
    12 ||opb_abus||OPB_ABus||Input||32||
    13 ||opb_be||OPB_BE||Input||4||
    14 ||opb_dbus||OPB_DBus||Input||32||
    15 ||opb_rnw||OPB_RNW||Input||1||
    16 ||opb_rst||OPB_Rst||Input||1||
    17 ||opb_select||OPB_select||Input||1||
    18 ||opb_seqaddr||OPB_seqAddr||Input||1||
    19 ||sgp_dbus||Sl_DBus||Output||32||
    20 ||sgp_errack||Sl_errAck||Output||1||
    21 ||sgp_retry||Sl_retry||Output||1||
    22 ||sgp_toutsup||Sl_toutSup||Output||1||
    23 ||sgp_xferack||Sl_xferAck||Output||1||
     9== PLB Slave Interface Ports ==
     10The model includes a standard PLB46 slave interface, automatically generated by the System Generator EDK Export flow. This interface is used to connect the OFDM core to an embedded PowerPC or Microblaze processor in the FPGA. This interface must be connected to a processor in order to use the OFDM core in hardware.
     11
     12The ports all have prefix '''sl_''' or '''plb_'''. These will be automatically connected to the host bus when the bus interface is connected in the EDK.
    2413
    2514== BRAM Interface Ports ==
    26 The model includes a BRAM initiator interface, used to access the shared PLB_BRAM packet buffer. The packet buffer is not included in the OFDM design; it must be instantiated in the EDK project and connected to the OFDM core via these ports.
     15The model includes a BRAM initiator interface, used to access the shared 64KB PLB_BRAM packet buffer. The packet buffer is not included in the OFDM design; it must be instantiated in the EDK project and connected to the OFDM core via these ports.
    2716||'''Port'''||'''Default'''||'''Direction'''||'''Width'''||
    2817||bram_addr||BRAM_Addr||Output||32||
     
    3524The OFDM core uses dedicated top-level ports to interface with other peripheral cores. Some of these signals are connected to radio bridges, which route the signals  off-chip to radio daughtercards. The rest connect to other custom cores for radio-specific PHY functions like AGC and packet detection.
    3625||'''Port'''||'''Default'''||'''Direction'''||'''Width'''||'''Notes'''||
    37 ||rx_anta_adci_dv4||||Input||14||I channel ADC input from antenna A; data must be donwsampled to 1/4 the master clock||
    38 ||rx_anta_adcq_dv4||||Input||14||Q channel ADC input from antenna A; data must be donwsampled to 1/4 the master clock||
    39 ||rx_antb_adci_dv4||||Input||14||I channel ADC input from antenna B; data must be donwsampled to 1/4 the master clock||
    40 ||rx_antb_adcq_dv4||||Input||14||Q channel ADC input from antenna B; data must be donwsampled to 1/4 the master clock||
    41 ||rx_extpktdet ||||Input||1||External packet detection input; high input indicates a probable arriving packet||
     26||rx_anta_adci||||Input||14||I channel ADC input from antenna A||
     27||rx_anta_adcq||||Input||14||Q channel ADC input from antenna A||
     28||rx_antb_adci||||Input||14||I channel ADC input from antenna B||
     29||rx_antb_adcq||||Input||14||Q channel ADC input from antenna B||
     30||tx_anta_dac_i||||Output||16||I channel DAC output for antenna A||
     31||tx_anta_dac_q||||Output||16||Q channel DAC output for antenna A||
     32||tx_antb_dac_i||||Output||16||I channel DAC output for antenna B||
     33||tx_antb_dac_q||||Output||16||Q channel DAC output for antenna B||
     34
     35||rx_int_badheader||||Output||1||Interrupt output signaling a received packet header failed CRC||
    4236||rx_int_badpkt||||Output||1||Interrupt output signaling a received packet failed CRC||
    4337||rx_int_goodpkt||||Output||1||Interrupt output signaling a received packet passed CRC and is ready for higher-layer processing||
    4438||rx_int_goodheader||||Output||1||Interrupt output signaling a received packet's header was error-free; only asserts for packets with a payload beyond the header||
     39
    4540||rx_pktdetreset ||||Output||1||Active-high output indicating that packet detection events should be ignored while the PHY is busy||
     41
    4642||rx_reset ||||Input||1||Active-high global reset input; clears all internal state in the receiver model; does not clear register values||
    4743||rx_anta_agc_done||||Input||1||Status signal from AGC core for antenna A; asserts high when AGC has settled||
     
    5147||rx_antb_gainbb||||Input||5||Baseband gain value in [0...63] chosen by AGC on antenna B. Only valid after rx_antb_agc_done asserts||
    5248||rx_antb_gainrf||||Input||2||RF gain value in [1,2,3] chosen by AGC on antenna B. Only valid after rx_antb_agc_done asserts||
    53 ||tx_anta_dac_i||||Output||16||I channel DAC output for antenna A; output runs at same rate as master clock||
    54 ||tx_anta_dac_q||||Output||16||Q channel DAC output for antenna A; output runs at same rate as master clock||
    55 ||tx_antb_dac_i||||Output||16||I channel DAC output for antenna B; output runs at same rate as master clock||
    56 ||tx_antb_dac_q||||Output||16||Q channel DAC output for antenna B; output runs at same rate as master clock||
     49
    5750||tx_reset||||Input||1||Active-high global reset input; clears all internal state in the transmitter model; does not clear register values||
    5851||tx_starttransmit ||||Input||1||Active-high trigger to begin transmission of a packet; usually tied to one of the radio controller's TxStart outputs||
     52||tx_pktdone ||||Output||1||Active-high output indicating a packet transmission has finished||
    5953
    6054== Debugging Ports ==
    61 These ports are provided for real-time debugging of the PHY. The multi-bit ports are intended for use with a [wiki:HardwareUsersGuides/AnalogBoard_v1.1 WARP analog board]. Single-bit ports are usually routed to the 16-bit digital debug header on the [wiki:HardwareUsersGuides/FPGABoard_v1.2/OtherIO#DigitalIO WARP FPGA board] for observation on an oscilloscope. Some version of the OFDM core will include additional debug ports which may be removed later, depending on our requirements during development.
    62 ||'''Port'''||'''Default'''||'''Direction'''||'''Width'''||'''Notes'''||
    63 ||debug_chipscopetrig ||||Input||1||External active-high trigger for !ChipScope ILA core in the receiver||
    64 ||rx_debug_eq_i||||Ouput||14||I channel of equalized symbols; usually tied to an analog daughtercard for real-time debugging||
    65 ||rx_debug_eq_q||||Ouput||14||Q channel of equalized symbols; usually tied to an analog daughtercard for real-time debugging||
    66 ||rx_debug_payload ||||Output||1||Copy of receiver's Payload signal; indicates receiver is currently processing a packet||
    67 ||rx_debug_pktdone ||||Output||1||Copy of receiver's !PktDone signal; indicates receiver has finished processing a packet||
    68 ||tx_debug_pktrunning ||||Output||1||Copy of transmitter's !PktRunning signal; indicates transmitter is actively transmitting a packet||
    69 
     55The core contains a number of top-level ports dedicated to debugging the design in hardware. These tend to change with each revision and can usually be identified as having "debug" in their names.