README
上传用户:aoptech
上传日期:2014-09-22
资源大小:784k
文件大小:2k
- ##################################################################################
- # DIRECTORY STRUCTURE
- ##################################################################################
- This directory contains the source code of the project.
- Makefile: Makefile
- README: This README file
- WUSB: Contain WUSB's top-level and protocol specific modules, currently empty
- WiFi: Contains WiFi's (802.11a) top-level and protocol specific modules
- WiMAX: Contains WiMAX's (802.16) top-level and protocol specific modules
- bsv.mk: Auxiliary file for Makefile
- dc_scripts: Contains Design Compiler synthesis scripts
- lib: Contains generic reusable OFDM IPs
- scripts: Contains Perl and Matlab scripts for generating protocol specific preambles
- ##################################################################################
- # IMPORTANT FILES
- ##################################################################################
- There are several important files that can help one understand the design:
- 1) WiFiParameters.bsv:
-
- This file describes how to instantiate the IPs with algorithmic and architecture settings suitable for
- WiFi (802.11a) protocol. One can ompare the values in this file to Figure 3 shown in doc/OFDM.pdf.
- This file can act as the template for other OFDM protocols.
- 2) WiFiReceiver.bsv, WiFiTransmitter.bsv, WiFiTransceiver.bsv
- These 3 files describe the top-level design of a Transceiver and show how IPs can be connected together.
- 3) libDataTypes.bsv, libControls.bsv, libInterfaces.bsv:
- These 3 files describe the definition of all data types and interfaces used in the projects.