wwrf12 meeting wwrf12 meeting 4 5 november 2004 5
play

WWRF12 Meeting, WWRF12 Meeting, 4- -5 November 2004, 5 November - PowerPoint PPT Presentation

WWRF12 Meeting, WWRF12 Meeting, 4- -5 November 2004, 5 November 2004, 4 Toronto, Canada Toronto, Canada Reconfigurable Architectures for Wireless Systems: Design Exploration and Integration Challenges Joseph R. Cavallaro, Michael C.


  1. WWRF12 Meeting, WWRF12 Meeting, 4- -5 November 2004, 5 November 2004, 4 Toronto, Canada Toronto, Canada Reconfigurable Architectures for Wireless Systems: Design Exploration and Integration Challenges Joseph R. Cavallaro, Michael C. Brogioli, Alexandre de Baynast, and Predrag Radosavljevic Rice University, Houston, TX USA {cavallar, brogioli, debaynas, rpredrag}@rice.edu www.ece.rice.edu/~cavallar

  2. Outline � Background – ASIPs � Context on WG6 Issues � Hardware Partitioning and Design Exploration � Imagine and TTA � Interconnect Challenges � System Simulation WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 2

  3. Background � WWRF11 Oslo June 2004 � ASIP Architecture for Future Wireless Systems: Flexibility and Customization - Joseph Cavallaro and Predrag Radosavljevic � Application Specific Instruction Processor Design Flow � Channel Equalization for HSDPA in MIMO Environment � Multiple Equalizer Algorithms to same Architecture � Design Exploration for Area, Time, Power Constraints � Issues Remain in System Integration WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 3

  4. Context of WG6 White Paper on: � Element Management, Flexible Air Interfaces, SDR � 4.3 SDR Baseband Reference Models and Architectures � 4.6 4G/Beyond 3G Verification Tools • PRAGA Platform and Design Flow � Cognitive Radio, Spectrum and Radio Resource Management � 6 Enabling Technologies � 6.1 Cognitive Radio � XG and JTRS Initiatives WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 4

  5. Processors in Future Wireless Systems ASIPs (Application Specific Instruction Processors): � � Excellent tradeoff between efficiency of ASICs and flexibility of DSPs WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 5

  6. ASIP Architecture Design Flexible processors for mobile handsets: � � Different modifications of wireless base-band algorithms (processing in slow/fast fading, low/high scattering environments) � Support for evolution of standards (3GPP, 4G, 802.11x, WiFi, etc) Efficient processors to achieve high-demanding real time � requirements: � Customized architecture is needed � Extension of ASIP instruction set with application-specific operations � Examples: Imagine Media Processor and Transport Triggered Architecture (TTA) WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 6

  7. Design Exploration Strategies � � � � � � � � � � � � � � � � � � Data-Parallel Systems Algorithm Architecture Workload mapping : scaling : adaptation : Design of Having designed Having designed algorithms for the algorithms, the processor, efficient mapping find a low power improve power at and performance processor run-time WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 7

  8. Example MIMO Downlink Equalization for 3G HSDPA Physical layer of mobile handset in MIMO downlink � � ASIP architecture based on TTA Flexible architecture solution for different modifications of � channel equalization algorithm � Highly optimized for the most computationally complex version of channel equalization WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 8

  9. Example TTA Equalizer ASIP �������������������������������� WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 9

  10. Example Imagine 3G BS ASIP WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 10

  11. Interconnect Challenges � System partitioning and interconnect modeling � At higher level: � Fabric between processors and co-processors, � memory, and peripherals � At lower level: � aggressive process technology scaling � increasing operating frequencies � delay, noise, and power problems � Massive network servers down to mobile wireless handheld devices. WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 11

  12. Intra- and Inter-chip Communication � Interfaces between DSP, ASIP, ASIC, FPGA � Example 3G Multi-user Detector on Multiple DSP-FPGA � Bus-based Vbus in TI C6X DSP � SoC Core Socket-based OCP-IP Initiative for Host and Multiple Co- Processor Cores WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 12

  13. System Simulation: Spinach Composable Software Modules � Make software modules act and connect like real hardware � 1:1 Mapping between software modules and real hardware components. . .facilitates intuitive hardware modeling � Well abstracted port API. • Example: Processors only knowledge of “memory” state is through requests to imem/dmem via port interfaces. � Accurately supports asynchronous events � Eliminating global state = modularity and composability. � Rapidly prototype systems in minutes (not hours/days) � No global machine state means less software engineering overhead � Enables complete flexibility, configurability � Higher-level than Mentor Seamless SoC Simulator WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 13

  14. Spinach Modules Processing Elements � � Bit true cycle accurate TI C6x DSPs � FPGA based Coprocessors (user defined, fully flexible) � MIPS R4000 microcontrollers � Memory System � Bus arbiters, multiported memories � Caches and cache controllers, SRAM and DRAM controllers. Interconnect � � Mux, demux, pipe delays, user defined functions. � Input/Output � DMA assists, medium access assists, I/O harness Support for multiple clock domains � WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 14

  15. Typical Simulator Configuration TI C6x DSP On chip instruction memory On chip data memory Memory Bus Arbiter Memory Bus Arbiter FPGA Coproc Coproc Mem Memory Bus Arbiter MIPS R4K DMA 0 DMA N MIPS Microcontroller WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 15

  16. Case Study: Coprocessor based Matrix Multiplication Idea: Use custom FPGA coprocessor with DSP. � � Run dot product of matrix multiply vectors on coprocessor. � Use host DSP for syncronization, DMA control, all other code. Simulated System. � � 167MHz TI C62x DSP � 64k single cycle on-chip instruction and data memories. � Coprocessor software controlled via memory mapped registers. Asynchronous. More on this later… � Data transfers to coprocessor via on-chip DMA engines. WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 16

  17. Experimental Setup Workloads: � � 16 bit fixed point matrix multiply kernels compiled at –O3 in CCS � Array sizes and offsets known statically at compile time • Compiler can aggressively schedule and unroll loops. � DSP controls DMA of data to/from coprocessor Coprocessor Specifications. � 16 wide coproc 8 wide coproc DSP only N/a 2 2 50 8 element dot product N/a 3 2 50 16 element dot product N/a 5 3 50 32 element dot product N/a 9 5 50 64 element dot product N/a 21 11 50 128 element dot product WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 17

  18. Future Directions for 4G � System on Chip (SOC) � Integration Challenges with DSP – FPGA/ASIP Co-Design, Simulation, Verification – Very Error Prone – Needs Standardized Interfaces � Gigabit/sec Systems � Modular Terminals will Support from Voice to over 1 Gbps Wireless through Several Interfaces � Needs Unified, Extensible, Parameterized Signal Processing Architecture Family with Integration to Host Controller. � OFDM, MC-CDMA in High Mobility WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 18

  19. Research Topics and Challenges � Architectures and Design Environments (From algorithm mapping and analysis up to SoC and Reconfigurable): � Hardware Abstraction Layer (HAL) development for reconfigurable SoC systems � DSP host to ASIP and ASIC co-processor system integration for System on Chip (SoC) design � SoC simulation environment based on DSP with programmable ASIP co-processors and fixed ASIC blocks WWRF12 Meeting, 4-5 November 2004, Toronto, Canada Page 19

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