Changes between Version 11 and Version 12 of OFDM/MIMO/Docs/ModelPorts


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

--

Legend:

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

    v11 v12  
    1414== BRAM Interface Ports ==
    1515The 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.
     16
     17The BRAM ports are grouped into a BRAM_INITIATOR bus definition to facilitate their easy connection in the EDK's System Assembly View.
    1618||'''Port'''||'''Default'''||'''Direction'''||'''Width'''||
    1719||bram_addr||BRAM_Addr||Output||32||
     
    4244||rx_reset ||||Input||1||Active-high global reset input; clears all internal state in the receiver model; does not clear register values||
    4345||rx_anta_agc_done||||Input||1||Status signal from AGC core for antenna A; asserts high when AGC has settled||
    44 ||rx_anta_gainbb||||Input||5||Baseband gain value in [0...63] chosen by AGC on antenna A. Only valid after rx_antb_agc_done asserts||
    45 ||rx_anta_gainrf||||Input||2||RF gain value in [1,2,3] chosen by AGC on antenna A. Only valid after rx_antb_agc_done asserts||
     46||rx_anta_gainbb||||Input||5||Baseband gain value in ![0...63] chosen by AGC on antenna A. Only valid after rx_antb_agc_done asserts||
     47||rx_anta_gainrf||||Input||2||RF gain value in ![1,2,3] chosen by AGC on antenna A. Only valid after rx_antb_agc_done asserts||
    4648||rx_antb_agc_done||||Input||1||Status signal from AGC core for antenna A; asserts high when AGC has settled||
    47 ||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||
    48 ||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||
     49||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||
     50||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||
    4951
    5052||tx_reset||||Input||1||Active-high global reset input; clears all internal state in the transmitter model; does not clear register values||