README
上传用户:aoptech
上传日期:2014-09-22
资源大小:784k
文件大小:2k
源码类别:

3G开发

开发平台:

Others

  1. ##################################################################################
  2. # DIRECTORY STRUCTURE
  3. ##################################################################################
  4. This directory contains the source code of the project.
  5.   Makefile: Makefile 
  6.   README: This README file
  7.   WUSB: Contain WUSB's top-level and protocol specific modules, currently empty
  8.   WiFi: Contains WiFi's (802.11a) top-level and protocol specific modules
  9.   WiMAX: Contains WiMAX's (802.16) top-level and protocol specific modules
  10.   bsv.mk: Auxiliary file for Makefile
  11.   dc_scripts: Contains Design Compiler synthesis scripts
  12.   lib: Contains generic reusable OFDM IPs
  13.   scripts: Contains Perl and Matlab scripts for generating protocol specific preambles
  14. ##################################################################################
  15. # IMPORTANT FILES
  16. ##################################################################################
  17. There are several important files that can help one understand the design:
  18. 1) WiFiParameters.bsv:
  19.    
  20. This file describes how to instantiate the IPs with algorithmic and architecture settings suitable for
  21. WiFi (802.11a) protocol. One can ompare the values in this file to Figure 3 shown in doc/OFDM.pdf. 
  22. This file can act as the template for other OFDM protocols.
  23. 2) WiFiReceiver.bsv, WiFiTransmitter.bsv, WiFiTransceiver.bsv
  24. These 3 files describe the top-level design of a Transceiver and show how IPs can be connected together.
  25. 3) libDataTypes.bsv, libControls.bsv, libInterfaces.bsv:
  26. These 3 files describe the definition of all data types and interfaces used in the projects.