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

3G开发

开发平台:

Others

  1. ##################################################################################
  2. # A. REQUIREMENTS
  3. ##################################################################################
  4. 1) Bluespec compiler with version equal or newer than 2006.11 (build 10150, 2006-11-11)
  5. 2) 2GB or above RAM
  6. 3) Environement variable BLUESPECDIR set to the Bluespec's installation directory
  7. ##################################################################################
  8. # B. QUICK START
  9. ##################################################################################
  10. In src/ directory:
  11. 1) Steps to generate WiFi components, built files will be at build/mkWiFiTest, 
  12. simulation executable in build/mkWiFiTest/bin,
  13. verlog rtl in build/mkWiFiTest/src:
  14. make build_WiFi
  15. 2a) To run bluesim simulation, simulation result will at result/mkWiFiTest/run_bsim:
  16. make runbsim_WiFi 
  17. 2b) To run iverilog simulation, simulation result will at result/mkWiFiTest/run_ivsim:
  18. make runivsim_WiFi
  19. 3) To clean all built files:
  20. make clean_WiFi
  21. Notes: For generating WiMAX components, replace "WiFi" by "WiMAX".
  22. ##################################################################################
  23. # C. DESIGN DESCRIPTION
  24. ##################################################################################
  25. This is the source code for a synthesizble generic baseband OFDM transceiver presented 
  26. in the paper "From WiFi to WiMAX: Techniques for High-Level IP Reuse across Different OFDM
  27. Protocols" (doc/OFDM.pdf). The top-level design is shown in Figure 2 in the paper. 
  28. The implementation of each block in the design is parameterized so that it can be reused
  29. across both 802.11a and 802.16 (WiMAX) protocols. Current effort is spent on trying to
  30. make the design work for WUSB too. Also, the channel estimator currently is a dummy one, 
  31. a more complex solution is going to be implemented in the near future. The reed solomon 
  32. decoder implementation is under test and will be released soon too.   
  33. ##################################################################################
  34. # D. DIRECTORY STRUCTURE
  35. ##################################################################################
  36. ./build/: compilation built
  37. ./src: all source files
  38. ./result: simulation results
  39. For more details, please refer to the README in each subdirectory.
  40. ##################################################################################
  41. # E. LICENSE 
  42. ##################################################################################
  43. Please refer to the LICENSE file.