s oc design and test methodologies for wireless
play

S oC Design and Test Methodologies for Wireless Communications - PowerPoint PPT Presentation

S oC Design and Test Methodologies for Wireless Communications Baseband Processors Henry Ye Alcatel-Lucent Hhye@ alcatel-lucent.com WOCC 2007 Overview Evaluation of wireless communication standards. Examples of S oC device used in


  1. S oC Design and Test Methodologies for Wireless Communications Baseband Processors Henry Ye Alcatel-Lucent Hhye@ alcatel-lucent.com WOCC 2007

  2. Overview Evaluation of wireless communication standards. Examples of S oC device used in wireless communications. Challenges in S oC design and verification. Guidelines for S oC partition. Guidelines for S oC verification/ co-verification. WOCC 2007

  3. Evolution of Wireless Communication S tandards Circuit Switch Downlink Downlink and Uplink Circuit Switch OFDM Evalution Voice and High Speed High Speed Packet Voice Data Packet Data Data CDMA2000 EVDO Rev EVDO Rev EVDO Rev IS95 3G1X 0 A C DL: >100 mbps DL: 2.4 mbps DL: 3.1 mbps 14kbps 384 kbps UL: >50 mbps UL: 153 kbps UL: 1.8 mbps TD-SCDMA HSDPA HSUPA LTE GSM WCDMA DL: >100 mbps DL: 14.4 mbps DL: 14.4 mbps 14kbps R99 UL: >50 mbps UL: 5.76 mbps UL: 384 kbps 384 kbps Higher level of integration is required for baseband processors in both Base S tations and terminals, in order to support the increased data rates in newer standards. � The advancement in VLS I technologies and the appearance of S oC devices have made this possible. WOCC 2007

  4. S implified View of a Generic S oC Device SoC Device External Processors Local Memories Memory Interface Blocks High Speed Local Bus Custom Hardware IP External Bus Designed HW Cores Interface Blocks Blocks A S oC device can have some or all of the above blocks WOCC 2007

  5. S oC Example 1: Lucent WCDMA OneChip AS IC Lucent OneChip ASIC ARM Processor ARM Processor Local Memories Encoder and RX TX Decoder High density multi-channel infrastructure baseband S oC device. WOCC 2007

  6. S oC Example 2: Fuj itsu WiMAX MB87M3400 PHY/ MAC Processor Source: http://www.fujitsu.com/downloads/MICRO/fme/wimax/Wimax_3400.pdf Contains 1 ARM and 1 DS P WOCC 2007

  7. S oC Example 3: Qualcomm MS M7200 Source: http://www.cdmatech.com/download_library /pdf/msm7200_chipset.pdf S upports GS M/ GPRS / WCDMA/ HS DPA/ HS UPA S upport 7.2 mbps on the downlink (HS DPA) and 5.76 mbps on the uplink (HS UPA) Contains 2 ARM processors and 2 DSP processors. Also contains many hardware IP cores for specific functionalities such as � Imaging processing, video processing, audio processing, and graphic processing. WOCC 2007

  8. S oC Example 4: S TMicro GreenS ide S TW5100 Source: http://www.st.com/stonline/products/literature/ta/11145.pdf Contains 2 DS Ps, 1 ARM, 2MB S RAM, and hardware IP cores for decoders. S erved as a S oC platform for infrastructure baseband processor market. Customers are responsible for most of the sw development. WOCC 2007

  9. Challenges in S oC Developement Tow maj or challenges in S oC Development: � The partition of functionalities between custom-designed hardware, hardware IP cores, and embedded processors. � The functionality verification/ co-verification. While there is no single methodology for all S oC design and verification, this presentation is intended to provide some guidelines of the methodologies that may be applicable to the current generation wireless communication baseband processors. WOCC 2007

  10. Guidelines for S oC Partition (1/ 3) Embedded processors are ideal for functionalities that require significant amount of flexibility and programmability. � The tradeoff is higher cost and power consumption Functionalities with heavy computational complexity are usually put in custom- designed hardware. � The tradeoff is the loss of flexibility. Example: � The CDMA chip level processing can be done in custom-designed hardware while symbol level processing is handled in DS P. � Flexibility of DS P can allow longer time interval for algorithm development and provide option for algorithm improvements. � However, partial or all of the symbol level processing may have to be implemented in custom-designed hardware due to various reasons, e.g., � S ensitivity to cost and high power consumption such as for terminal devices. � The whole symbol level processing can be enormous for infrastructure devices due to high channel density and/ or increased data rates. � More experienced teams tend to put more into custom-designed hardware to save cost and power consumptions. WOCC 2007

  11. Guidelines for S oC Partition (2/ 3) Unlike physical layer processing, most higher layer processing fits into embedded processors well when implemented in the same S oC device. � For example, MAC layer functionality may be implemented in embedded processors such as ARM or DS P. � S oC devices used in terminals tend to use more embedded processors due to more higher layer functionality integrated into the same S oC. S oC architects and designers have to select the embedded processors carefully based on many factors: � What embedded processors supported by the chosen AS IC foundries, � the intended tasks, � the design/ verification methodologies, � the available tools, � and the cost/ power consumption budget. WOCC 2007

  12. Guidelines for S oC Partition (3/ 3) Hardware IP cores are usually designed by third parties and can be licensed with costs. They are used when providing business advantages such as when � the S oC design team does not have expertise to develop it by internally, or � using external supplied hardware IP cores can simply save development cost. For reliability reasons, hardware IP cores targeting well-defined functional blocks are likely to be used for easier integration and verification. � S ome commonly used baseband IP cores: � Turbo decoder and encoder, IFFT and FFT (in OFDM st andards). � Interface specific hardware IP cores: � PCI/ PCI-express cores, external memory controllers, .. WOCC 2007

  13. S oC Verification -- Overview Two maj or steps in S oC verification: � Block level � Focus on the validation of each individual block � Device level � Focus on the verification of the integrity of the whole device and the interactions between all blocks (such as between custom-designed hardware, embedded processors, and hardware IP cores). Note that there is no unique S oC verification method. Each team develop its own method based on its experience, the available tools, the functionality of the S oC device, and the chosen IP cores and embedded processors. WOCC 2007

  14. S oC Verification – Block Level Block level verification for custom-designed hardware � Bit exact model is commonly used for the verification of custom-designed hardware blocks. � The integrity of the bit exact model (usually in C or C++) can be verified through simulation. � The purpose of the verification is to ensure the hardware model (e.g., in VHDL or Verilog) matches with the bit exact model Block level verification for embedded processors � S tep 1: S imple test to make sure the processors can access the peripherals and memories through its internal buses. � S tep 2: Verify the integrity of the software code that will run in the processors through simulation. � S tep 3: Verify the loading of the embedded processor is within the practical range and the time critical processing can be finished in time. � Cycle accurate simulation tool is usually used. � S oC team needs to define “ stressful ” test vectors for processor ’ s loading and crit ical time analysis. The verification of hardware IP cores may be similar to that of custom- designed hardware blocks, if simulation models are provided by the IP vendors. WOCC 2007

  15. S oC Verification – Device Level The focus is on the interactions of different blocks. Co-simulation is commonly used so that hardware model and the models for embedded processors can be simulated together. � Bit exact model may still be used to compare against the results of the co- simulation. � Popular co-simulation tools such as S eamless from Mentor Graphics are used. However, co-simulation may be too slow for complicated S oC. As a result, emulation tools are usually used. � The whole S oC device may be mapped into FPGA based emulation tools. � In addition to gaining simulation speed, emulation provides a platform for HW/ S W integration. It should be noted that special test images rather than real software loads may be used in the embedded processors at this stage to focus on the interactions between processors and the rest of the device. � The core algorithm implemented in embedded processors can be easily changed and will likely keep changing. WOCC 2007

  16. Summary The increased data rates in later wireless standards require higher level of integration in baseband processors, which can be realized in S oC devices. The two maj or challenges in S oC design are how to partition S oC device and how to verify S oC device. While there is no single methodology for S oC partition and verification, some guidelines are provided in this presentation. WOCC 2007

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend