Changes between Version 4 and Version 5 of 802.11/wlan_exp/app_notes/four_radio


Ignore:
Timestamp:
Jul 10, 2014, 3:57:50 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/app_notes/four_radio

    v4 v5  
    173173}}}
    174174
    175 
    176175Add parameter and port connections to {{{w3_ad_controller_axi}}} instance:
    177176{{{#!sh
     
    188187 PORT RFD_AD_spi_sclk = RFD_AD_spi_sclk
    189188 PORT RFD_AD_reset_n = RFD_AD_reset_n
     189  ...
     190END
     191}}}
     192
     193
     194Add port connections to {{{wlan_mac_dcf_hw_axiw}}} core:
     195{{{#!sh
     196BEGIN wlan_mac_dcf_hw_axiw
     197  ...
     198 PORT phy_tx_gain_c = mac_phy_tx_gain_c
     199 PORT phy_tx_gain_d = mac_phy_tx_gain_d
    190200  ...
    191201END