System Performance Optimization Methodology for Infineon's 32-Bit Automotive Microcontroller Architecture

Size: px
Start display at page:

Download "System Performance Optimization Methodology for Infineon's 32-Bit Automotive Microcontroller Architecture"

Transcription

1 System Performance Optimization Methodology for Infineon's 32-Bit Automotive Microcontroller Architecture Albrecht Mayer, Frank Hellwig Infineon Technologies, Am Campeon 1-12, Neubiberg, Germany Abstract Microcontrollers are the core part of automotive Electronic Control Units (ECUs). A significant investment of the ECU manufacturers and even their customers is linked to the specified microcontroller family. To preserve this investment it is required to continuously design new generations of the microcontroller with hardware and software compatibility but higher system performance and/or lower cost. The challenge for the microcontroller manufacturer is to get the relevant inputs for improving the system performance, since a microcontroller is used by many customers in many different applications. For Infineon s latest TriCore based 32-bit microcontroller product line, the required statistical data is gathered by using the trace features of the Emulation Device (ED). Infineon s customers use EDs in their unchanged target system and application environment. With an analytical methodology and based on this statistical data, the performance improvements of different SoC architecture and implementation options can be quantified. This allows an objective assessment of improvement options by comparing their performance cost ratios. 1. Introduction High-end automotive microcontrollers are very powerful devices which are used for many different applications. The peripheral set of a specific microcontroller is adapted to an area like power train (engine control, transmission control, etc.) but it is still flexible and general enough to also be used for completely different purposes. This means that from a microcontroller manufacturer perspective there are many customers and many applications and even for the same application customers will design their own unique software solution. Infineon s 32-bit microcontrollers allow for instance software partitioning between TriCore and PCP (Peripheral Control Processor) cores. What all customers have in common is that they want new versions of a microcontroller with the same, software compatible behavior, but with higher performance and lower pricing. The last two requirements are widespread for all manufacturers of SoCs, but the first one (software compatibility) results in a different problem class for system optimization than for example the design of next generation wireless baseband chips. A popular system design methodology is the V-model [1]. In essence it is a top-down design and a bottom-up validation flow. Except for the first generation of a new microcontroller family, the development of future versions is evolutionary to meet the compatibility requirements, whilst there is high pressure to increase system performance and to reduce cost. This can be described with the F-model, where after a new microcontroller generation is available, customers start to use it by creating or adapting software and board designs and in parallel the microcontroller design team starts to work on the concept and design of the next generation (Figure 1). The challenge is to get the relevant inputs from the customers for improving the system performance of the next generation. Figure 1: F-Model There are two important analysis tasks for performance optimization. The first is to get global statistical data about performance relevant events in the system. This is in particular challenging for hard real-time systems, where most of the processing activities are triggered directly by interrupts or at least are dependant on real-time data like converted analog inputs. Only based on this information it is possible to select which of those event classes are worth investigating in detail as a second analysis task. System /DATE EDAA

2 manufacturers then optimize by changing their software, the microcontroller manufacturer uses this information for quantifiable improvements of the next generation s SoC architecture and implementation. measurement) features by essentially just exchanging the microcontroller device. Figure 3 shows for instance a TC1767 evaluation board where a TC1767ED device is mounted without any further change. 2. Microcontroller Architecture Infineon s 32-Bit microcontroller product line has been recently extended by the AUDO FUTURE family (TC1797, TC1767) [2]. The TC1797 with 180 MHz CPU frequency and 4 MByte flash memory represents the stateof-the-art for high end automotive microcontrollers. Figure 2 shows a simplified block diagram. A more detailed block diagram can be found in the User s Manual (refer to predecessor TC1796 until publicly available) [2]. Figure 3: TC1767ED on Evaluation Board 1 Figure 2: Emulation Device Block Diagram 3. Tooling Solution with Emulation Device Working together with leading automotive suppliers, Infineon introduced several years ago the Emulation Device (ED) concept, with a dedicated chip for the development phase of automotive customers. An ED consists of the unchanged product chip part extended by several hundred Kbytes of overlay RAM and a powerful trigger and trace unit (Emulation Extension Chip EEC). The decision for this concept was driven by the requirement for a large overlay RAM for calibration. Calibration is used for example to optimize the parameters, which determine the characteristics of an engine (torque, exhaust gas, etc.) during the development phase of a car. To have this RAM on or connectible to every production SoC is too expensive and wasteful due to the RAM area or interface pins respectively. EDs are being offered in the same package as the production SoC and differ only in their slightly higher power consumption when the EEC part is used. This makes the ED concept very attractive for automotive suppliers, since they can deliver versions of their ECUs, with emulation (debug, calibration, Figure 4 shows the block diagram of the AUDO FUTURE family EDs. The product chip part is simplified by omitting all components which are not connected to the EEC part. The EEC consists of the MCDS (Multi-Core Debug Solution) and the Emulation Memory, which is shared between calibration overlay and trace. The access to the components on the EEC part is from a JTAG or DAP (Device Access Port) controlled bus master (ECerberus) over the Back Bone Bus. This access path is just an extension of the product chip JTAG/DAP debug port and requires no additional pins. DAP is a two pin debug interface which allows robust high-speed connection over a long cable with minimum external circuitry. It is however also possible to access the EEC from the TriCore on the product chip part over the MLI (Micro Link Interface) bridge. This means that in a later development phase a tool can communicate over a user interface like CAN or FlexRay with a monitor routine, running on TriCore, which then accesses the EEC. 1 The shown USB connection allows entry level tooling with on-board JTAG/DAP wiggler. Even USB only powered operation is possible.

3 DAP/ JTAG EEC TC1767/97ED Cerberus IOClient Shared Bus I/F (DMA) MLI0 EMLI SBCU BOB MCX PCP2 POB DMC TriCore POB MCDS Emulation Memory EMEM (256/512 KB SRAM) Back Bone Bus BBB Product Chip Part (SoC) LMB Bus LBCU BOB Message Sequencer Flash PMU Figure 4: Emulation Device Block Diagram EBCU The key part of the EEC, required for debugging and performance optimization is the MCDS, a configurable and scalable trigger, trace qualification, and trace compression logic block that is designed for ease of reuse with multiple heterogeneous cores. To integrate the MCDS on the ED and not on the production SoC is an obvious solution to save cost. In other applications, where an ED doesn t exist, having the MCDS on the production SoC will be possible as well. This is in particular viable for the latest highly integrated silicon technologies [3][4]. Figure 5: MCDS Trace and Trigger Blocks The MCDS can record the trace of one or several cores in parallel (Figure 5) with scalable time-stamping, conserving the order of events down to cycle level. This allows accurate tracing of concurrency-related bugs, including shared variable-access problems for the developer s viewing. Adaptation logic allows reuse of the MCDS trigger block with a range of cores, ensuring wide compatibility and effective design and tool reuse. The onchip multi-master system buses and general system states can also be traced independently from the cores. This is critical in debugging systems based on complex SoCs, because significant activity (e.g. DMA channels) occurs without any of the data passing through a processor core. Since the on-chip trace memory is limited, it is very important to be able to trigger close to the point of interest. For this purpose MCDS allows to define very complex conditions using Boolean expressions, counters and state machines [5]. It is for instance possible to trigger on events not happening in a defined time window. The two main enhancements to the MCDS from the previous to the AUDO FUTURE version are the improved cycle accurate trace and the direct measurement of performance relevant events. The cycle accurate trace is a strong requirement from customers to be able to analyze and optimize the behavior of the system on a very detailed level. The MCDS of AUDO FUTURE now fully supports this mode to the extent which is possible for a pipelined, multi-scalar, speculative processor, where the point of time, when a specific instruction has been actually executed becomes blurred. The second MCDS improvement is to tap directly performance relevant event sources like cache hits/misses, bus contentions, etc. This allows for instance gathering statistical data for such events over the time axis or identifying directly the root cause for low performance of a specific part of a program. As pointed out earlier, this information is not only important for optimizing the software, but also for the architecture improvements of the next microcontroller generation. 4. Performance Optimization Methodology One specialty of modern high-end automotive microcontrollers is the large amount of fast embedded flash memory. This embedded flash is used for application code and data and for EEPROM emulation. The main on-chip CPU(s) are executing the code directly from the embedded flash. Data structures (constant blocks, look up tables, etc.) are directly accessed as well. Even though the flash access is very fast in comparison to external flash solutions, a flash access can take several CPU cycles, depending on the CPU frequency. Due to the high amount of CPU access to the flash (data and code) the path from CPU to flash is the main lever to increase the CPU system performance for the real application. The challenge is that the behavior of this path is very complex due to code and data caches, multimaster bus, pre-fetch buffers for, and arbitration between, the code and data ports of the flash. Another, already briefly mentioned, challenge for the optimization of the microcontroller architecture is the characteristics of the automotive target systems: Most of

4 them are hard real-time systems, where the processing activities are triggered by interrupts or at least are dependant on real-time data like converted analog inputs. So even if customers provided their software for analysis purposes, this wouldn t help much. In addition this analysis is targeting future device. This means it has to reflect a future car with a future engine control software which is not available at the point of time when the architecture improvements for new devices are evaluated. And don t forget, different customers are using the same microcontroller in different ways to solve the same application problem. This is done by a different HW/SW split, by sometimes completely different algorithms and by using on chip resources (CPU, PCP, DMA, timer cells, etc.) in a different way. Even for one customer, the application is usually not static. The mapping changes from time to time to realize new features. With system profiling it is possible to analyze the behavior of the current application software running on existing devices. However what would be needed for designing the next generation is the software and system behavior of the future applications (new automotive standards, new HW/SW partitioning, etc.). Since this is not available the target of architecture enhancements can only be to improve on identified or expected bottle necks without negative side effects for other possible use cases of the on-chip resources. This is a safe and well accepted approach, since as already mentioned the system development is evolutionary. Customers want to reuse their software from the last microcontroller generation unchanged and adapt it only for new features for their customers. 5. Enhanced System Profiling Methodology System Profiling is the analysis of the application software on function level to find out where in the system the performance is consumed and how/why it is consumed. The why can mean for example a high CPU data access rate to an on chip resource or data structure where the how can mean for example because of non-cached access or a cached access with a poor hit rate. System profiling enables the development engineers to identify bottlenecks, hot spots etc, to weight the identified points and to concentrate on the optimization of these points that show the best performance gain/development effort ratio. Additionally system profiling allows measuring the result of the improvement quantitatively. For the customer this means an optimized hardware usage, identification of hot spots and data structures/variable that should be mapped to scratch pad memory, optimization of software algorithms for look up table access and structuring/mapping of look up tables. For the SoC architect this means: Analysis of the application profiles of the different customer applications (different access rates, access localities, access dependencies due to the different HW/SW mappings) with the target of further optimization of the hardware for the future automotive applications. For this purposes an enhanced System Profiling Methodology was introduced in the new 32 Bit Automotive microcontrollers from Infineon. This new System Profiling method supports a flexible and effective system profiling which allows the dynamic measuring of the system parameters that have an essential influence on the system performance. Essential parameters for CPU system performance of an engine control system are for example: Data/instruction cache hit/miss rates, CPU data/instruction access rates to flash/sram/scratch pad SRAMs, hit rates on flash read/pre-fetch buffer from CPU data/instruction side, CPU IPC (Instructions Per Cycle) rate, interrupt rate etc. Besides these, there are also several other parameters for the System Profiling of the PCP, DMA and other resources. With the new System Profiling method introduced in the AUDO FUTURE devices all these parameters can be dynamically and in parallel measured, non-intrusively with a configurable resolution. Dynamically, because it is essential to see all parameters values over the time line to identify the interesting spaces of time where the system performance is not optimal. All in parallel, because especially in running automotive systems it is usually not possible to repeat the same application run under identical conditions. This means it is not an option to measure different data sources one after the other. In parallel also because only when having all these data available in parallel it is possible to analyze for example the reason for a temporary poor System IPC rate in detail (high cache miss rate? Which cache? Which data or code structure? High Interrupt load? And so on). With configurable resolution and number of measured parameters to identify first the system situation where analysis has to be done (e.g. poor IPC rate, high access rate or bad instruction or data cache hit rate) and then go on with a more detailed measurement (more parameters, higher resolution). This is necessary because especially for high CPU clock frequencies the bandwidth to the debug tool is a bottle neck. The new Enhanced System Profiling method requires the generation of hit/miss/ipc/access rates directly in the onchip hardware. The ideal platform for the measurement is the ED with complex triggers, counters and trace hardware and its comparatively high amount of fast on-chip trace memory. The IPC rate of the TriCore and the PCP can be measured by using multiple counters of the ED. For each CPU one MCDS counter measures for example the instructions

5 executed (up to 3 within a clock cycle for TriCore ), while another counter is used for the resolution basis. Every x clock cycles, the number of executed instructions is saved as a trace message in the trace memory to get a dynamic IPC rate where x is the resolution. It is also possible to connect multiple counter structures with different resolutions: the IPC rate measurement with the high resolution, but also high trace bandwidth is only activated when the IPC rate with the low resolution is below a configurable threshold. In contrast to the measurement of the IPC rate, all other event rates can be measured with the number of executed instructions as resolution basis. Example: An instruction cache miss in clock cycle x is not a meaningful information. The information that y cache misses happened in the last clock cycles is not meaningful as well as it is not clear whether the CPU executed mostly instructions or stalled because of accesses to high latency peripherals. Therefore cache miss/hit/access events are measured as rates relating to executed instructions. Example: 4 instruction cache misses during the last 100 executed instructions respond to an instruction cache hit rate of 96%. 6 CPU data reads from the flash within the last 100 executed instructions are identical to an CPU data flash access rate of 6%. Also for these events it is possible to connect multiple counter structures in order to increase the resolution and/or the number of measured events when a trigger condition (for example: a certain cache hit rate with a low resolution is below a threshold) is active. The sampled rate values are saved in the trace memory of the ED which acts as a buffer, and then downloaded from the microcontroller via the JTAG or DAP interface. For a detailed analysis the MCDS allows to trace the code execution and/or selected data accesses in parallel.. Another important aspect is the reduced tool interface bandwidth requirement of this new approach: Instead of sampling by the external tool at least two long counters (executed instructions, measured event, etc.) only a single trace message with the counted events is stored. This is especially important as the bandwidth of the tool interface does not scale with the CPU frequency and as the sizes of on chip trace memories are limited. choose the ones with the best ratio between performance gain on the one side and development effort and area increase on the other side. The proposed approach is sustainable for increasing clock frequencies and number of cores even with the limited bandwidth of affordable tool interfaces. 7. References [1] [2] Infineon s 32-Bit Microcontroller documentation Product category: Microcontrollers [3] A. Mayer, H. Siebert, K. D. McDonald-Maier, Boosting Debugging Support for Complex Systems on Chip. IEEE Computer Magazine, April 2007 [4] A. Mayer, H. Siebert, C. Lipsky, Multi-Core Debug Solution IP, White paper presented by IPextreme, May 2007 [5] K. Irrgang, J. Braunes, R. Spallek, S. Weisse, T. Gröger, A New Concept for Efficient Use of Complex On-Chip Debug Solutions in SoC Based Systems. Embedded World 2006 Conference, Nürnberg, Germany 6. Conclusions The new Enhanced System Profiling approach, introduced with the AUDO FUTURE Devices makes the dynamic system behavior visible by measuring the relevant parameter rates in parallel within the target application. With this approach it is possible for the software engineer to optimize the usage of the SoC by the application software. For the SoC architect it is possible to get a complete application profile for further SoC optimizations. This allows a quantitative comparison of optimization options to

Predictable hardware: The AURIX Microcontroller Family

Predictable hardware: The AURIX Microcontroller Family Predictable hardware: The AURIX Microcontroller Family Worst-Case Execution Time Analysis WCET 2013, July 9, 2013, Paris, France Jens Harnisch (Jens.Harnisch@Infineon.com), Infineon Technologies AG, Automotive

More information

Debug Support, Calibration and Emulation for Multiple Processor and Powertrain Control SoCs

Debug Support, Calibration and Emulation for Multiple Processor and Powertrain Control SoCs Debug Support, Calibration and Emulation for Multiple Processor and Powertrain Control SoCs A. Mayer 1, H. Siebert 1, K.D. McDonald-Maier 2. 1 Infineon Technologies AG, Automotive & Industrial, Munich,

More information

A Seamless Tool Access Architecture from ESL to End Product

A Seamless Tool Access Architecture from ESL to End Product A Seamless Access Architecture from ESL to End Product Albrecht Mayer Infineon Technologies AG, 81726 Munich, Germany albrecht.mayer@infineon.com Abstract access to processor cores is needed from the first

More information

A Fast Powertrain Microcontroller. Erik Norden, Patrick Leteinturier, Jens Barrenscheen, Klaus Scheibert, Frank Hellwig. Steering.

A Fast Powertrain Microcontroller. Erik Norden, Patrick Leteinturier, Jens Barrenscheen, Klaus Scheibert, Frank Hellwig. Steering. A Fast Powertrain Microcontroller Infineon Hot Chips 16 Erik Norden, Patrick Leteinturier, Jens Barrenscheen, Klaus Scheibert, Frank Hellwig N e v e r s t o p t h i n k i n g. Trend: Global Chassis Control:

More information

The Nios II Family of Configurable Soft-core Processors

The Nios II Family of Configurable Soft-core Processors The Nios II Family of Configurable Soft-core Processors James Ball August 16, 2005 2005 Altera Corporation Agenda Nios II Introduction Configuring your CPU FPGA vs. ASIC CPU Design Instruction Set Architecture

More information

systems such as Linux (real time application interface Linux included). The unified 32-

systems such as Linux (real time application interface Linux included). The unified 32- 1.0 INTRODUCTION The TC1130 is a highly integrated controller combining a Memory Management Unit (MMU) and a Floating Point Unit (FPU) on one chip. Thanks to the MMU, this member of the 32-bit TriCoreTM

More information

A Seamless Tool Access Architecture from ESL to End Product. Albrecht Mayer (Infineon Microcontrollers) S4D Conference Sophia Antipolis, Sept.

A Seamless Tool Access Architecture from ESL to End Product. Albrecht Mayer (Infineon Microcontrollers) S4D Conference Sophia Antipolis, Sept. A Seamless Tool Access Architecture from ESL to End Product Albrecht Mayer (Infineon Microcontrollers) S4D Conference Sophia Antipolis, Sept. 2009 Tool Access Architecture (TAA) Tool to Device TAA = Abstraction

More information

Multi-core microcontroller design with Cortex-M processors and CoreSight SoC

Multi-core microcontroller design with Cortex-M processors and CoreSight SoC Multi-core microcontroller design with Cortex-M processors and CoreSight SoC Joseph Yiu, ARM Ian Johnson, ARM January 2013 Abstract: While the majority of Cortex -M processor-based microcontrollers are

More information

ARM Processors for Embedded Applications

ARM Processors for Embedded Applications ARM Processors for Embedded Applications Roadmap for ARM Processors ARM Architecture Basics ARM Families AMBA Architecture 1 Current ARM Core Families ARM7: Hard cores and Soft cores Cache with MPU or

More information

Copyright 2016 Xilinx

Copyright 2016 Xilinx Zynq Architecture Zynq Vivado 2015.4 Version This material exempt per Department of Commerce license exception TSU Objectives After completing this module, you will be able to: Identify the basic building

More information

The Use Of Virtual Platforms In MP-SoC Design. Eshel Haritan, VP Engineering CoWare Inc. MPSoC 2006

The Use Of Virtual Platforms In MP-SoC Design. Eshel Haritan, VP Engineering CoWare Inc. MPSoC 2006 The Use Of Virtual Platforms In MP-SoC Design Eshel Haritan, VP Engineering CoWare Inc. MPSoC 2006 1 MPSoC Is MP SoC design happening? Why? Consumer Electronics Complexity Cost of ASIC Increased SW Content

More information

Current and Prospective High-speed Measurement Systems

Current and Prospective High-speed Measurement Systems Current and Prospective High-speed Measurement Systems Vector Congress 2010, Stuttgart V0.01 2010-11-29 Agenda > Definition: Measurement and Calibration Hardware Customer Requirements Vector Product Strategy

More information

32-Bit TC1791. Data Sheet. Microcontrollers. Microcontroller. 32-Bit Single-Chip Microcontroller V

32-Bit TC1791. Data Sheet. Microcontrollers. Microcontroller. 32-Bit Single-Chip Microcontroller V 32-Bit Microcontroller TC1791 32-Bit Single-Chip Microcontroller Data Sheet V 1.1 2014-05 Microcontrollers Edition 2014-05 Published by Infineon Technologies AG 81726 Munich, Germany 2014 Infineon Technologies

More information

FPGA Adaptive Software Debug and Performance Analysis

FPGA Adaptive Software Debug and Performance Analysis white paper Intel Adaptive Software Debug and Performance Analysis Authors Javier Orensanz Director of Product Management, System Design Division ARM Stefano Zammattio Product Manager Intel Corporation

More information

4. Hardware Platform: Real-Time Requirements

4. Hardware Platform: Real-Time Requirements 4. Hardware Platform: Real-Time Requirements Contents: 4.1 Evolution of Microprocessor Architecture 4.2 Performance-Increasing Concepts 4.3 Influences on System Architecture 4.4 A Real-Time Hardware Architecture

More information

32-Bit TC1767. Data Sheet. Microcontrollers. 32-Bit Single-Chip Microcontroller V

32-Bit TC1767. Data Sheet. Microcontrollers. 32-Bit Single-Chip Microcontroller V 32-Bit TC1767 32-Bit Single-Chip Microcontroller Data Sheet V1.4 2012-07 Microcontrollers Edition 2012-07 Published by Infineon Technologies AG 81726 Munich, Germany 2012 Infineon Technologies AG All Rights

More information

Hello, and welcome to this presentation of the STM32L4 System Configuration Controller.

Hello, and welcome to this presentation of the STM32L4 System Configuration Controller. Hello, and welcome to this presentation of the STM32L4 System Configuration Controller. 1 Please note that this presentation has been written for STM32L47x/48x devices. The key differences with other devices

More information

The Challenges of System Design. Raising Performance and Reducing Power Consumption

The Challenges of System Design. Raising Performance and Reducing Power Consumption The Challenges of System Design Raising Performance and Reducing Power Consumption 1 Agenda The key challenges Visibility for software optimisation Efficiency for improved PPA 2 Product Challenge - Software

More information

Chapter 5. Introduction ARM Cortex series

Chapter 5. Introduction ARM Cortex series Chapter 5 Introduction ARM Cortex series 5.1 ARM Cortex series variants 5.2 ARM Cortex A series 5.3 ARM Cortex R series 5.4 ARM Cortex M series 5.5 Comparison of Cortex M series with 8/16 bit MCUs 51 5.1

More information

Memory Access Time in TriCore 1 TC1M Based Systems

Memory Access Time in TriCore 1 TC1M Based Systems Application Note, V 1.1, June 2004 Access Time in TriCore 1 TC1M Based Systems TC1M AP32065 Microcontrollers Access Time in TriCore 1 TC1M Based Systems Revision History: 2004-06 V 1.1 Previous Version:-

More information

XMEGA Series Of AVR Processor. Presented by: Manisha Biyani ( ) Shashank Bolia (

XMEGA Series Of AVR Processor. Presented by: Manisha Biyani ( ) Shashank Bolia ( XMEGA Series Of AVR Processor Presented by: Manisha Biyani (200601217) Shashank Bolia (200601200 Existing Microcontrollers Problems with 8/16 bit microcontrollers: Old and inefficient architecture. Most

More information

Proven 8051 Microcontroller Technology, Brilliantly Updated

Proven 8051 Microcontroller Technology, Brilliantly Updated Proven 8051 Microcontroller Technology, Brilliantly Updated By: Tom David, Principal Design Engineer, Silicon Labs Introduction The proven 8051 core received a welcome second wind when its architecture

More information

Remote Keyless Entry In a Body Controller Unit Application

Remote Keyless Entry In a Body Controller Unit Application 38 Petr Cholasta Remote Keyless Entry In a Body Controller Unit Application Many of us know this situation. When we leave the car, with a single click of a remote control we lock and secure it until we

More information

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it 1 The C8051F91x/0x product family is designed to dramatically increase battery lifetime which is the number one requirement for most battery powered applications. The C8051F91x has the industry s lowest

More information

Hello, and welcome to this presentation of the STM32 Flash memory interface. It covers all the new features of the STM32F7 Flash memory.

Hello, and welcome to this presentation of the STM32 Flash memory interface. It covers all the new features of the STM32F7 Flash memory. Hello, and welcome to this presentation of the STM32 Flash memory interface. It covers all the new features of the STM32F7 Flash memory. 1 STM32F7 microcontrollers embed up to 2 Mbytes of Flash memory.

More information

UAD2 + Universal Access Device2 plus

UAD2 + Universal Access Device2 plus UAD2 + Universal Access Device2 plus The access to the whole choice of C166, XC166, XC2000, XE166, C166CBC, C166S V2, TriCore, PowerPC, ST30, STR7, ARM7, ARM9, ARM11, XScale, SH-2A derivatives is supported

More information

MICROPROCESSOR BASED SYSTEM DESIGN

MICROPROCESSOR BASED SYSTEM DESIGN MICROPROCESSOR BASED SYSTEM DESIGN Lecture 5 Xmega 128 B1: Architecture MUHAMMAD AMIR YOUSAF VON NEUMAN ARCHITECTURE CPU Memory Execution unit ALU Registers Both data and instructions at the same system

More information

Test and Verification Solutions. ARM Based SOC Design and Verification

Test and Verification Solutions. ARM Based SOC Design and Verification Test and Verification Solutions ARM Based SOC Design and Verification 7 July 2008 1 7 July 2008 14 March 2 Agenda System Verification Challenges ARM SoC DV Methodology ARM SoC Test bench Construction Conclusion

More information

Chapter Seven Morgan Kaufmann Publishers

Chapter Seven Morgan Kaufmann Publishers Chapter Seven Memories: Review SRAM: value is stored on a pair of inverting gates very fast but takes up more space than DRAM (4 to 6 transistors) DRAM: value is stored as a charge on capacitor (must be

More information

LEON4: Fourth Generation of the LEON Processor

LEON4: Fourth Generation of the LEON Processor LEON4: Fourth Generation of the LEON Processor Magnus Själander, Sandi Habinc, and Jiri Gaisler Aeroflex Gaisler, Kungsgatan 12, SE-411 19 Göteborg, Sweden Tel +46 31 775 8650, Email: {magnus, sandi, jiri}@gaisler.com

More information

Performance Optimization for an ARM Cortex-A53 System Using Software Workloads and Cycle Accurate Models. Jason Andrews

Performance Optimization for an ARM Cortex-A53 System Using Software Workloads and Cycle Accurate Models. Jason Andrews Performance Optimization for an ARM Cortex-A53 System Using Software Workloads and Cycle Accurate Models Jason Andrews Agenda System Performance Analysis IP Configuration System Creation Methodology: Create,

More information

Overview of Microcontroller and Embedded Systems

Overview of Microcontroller and Embedded Systems UNIT-III Overview of Microcontroller and Embedded Systems Embedded Hardware and Various Building Blocks: The basic hardware components of an embedded system shown in a block diagram in below figure. These

More information

New Generation of CAN Controllers Optimized for 8-bit MCUs

New Generation of CAN Controllers Optimized for 8-bit MCUs New Generation of CAN Controllers Optimized for 8-bit MCUs Paul Kinowski, Bertrand Conan ST Microelectronics, Rousset, France With the introduction of OSEK and the increasing number of ECUs in car s body,

More information

Course Introduction. Purpose: Objectives: Content: Learning Time:

Course Introduction. Purpose: Objectives: Content: Learning Time: Course Introduction Purpose: This course provides an overview of the Renesas SuperH series of 32-bit RISC processors, especially the microcontrollers in the SH-2 and SH-2A series Objectives: Learn the

More information

Renesas 78K/78K0R/RL78 Family In-Circuit Emulation

Renesas 78K/78K0R/RL78 Family In-Circuit Emulation _ Technical Notes V9.12.225 Renesas 78K/78K0R/RL78 Family In-Circuit Emulation This document is intended to be used together with the CPU reference manual provided by the silicon vendor. This document

More information

Power Aware Architecture Design for Multicore SoCs

Power Aware Architecture Design for Multicore SoCs Power Aware Architecture Design for Multicore SoCs EDPS Monterey Patrick Sheridan Synopsys Virtual Prototyping April 2015 Low Power SoC Design Multi-disciplinary system problem Must manage energy consumption

More information

Introduction to ARM LPC2148 Microcontroller

Introduction to ARM LPC2148 Microcontroller Introduction to ARM LPC2148 Microcontroller Dr.R.Sundaramurthy Department of EIE Pondicherry Engineering College Features of LPC2148 in a Nut Shell CPU = ARM 7 Core Word Length = 32 Bit ROM = 512 KB RAM

More information

ARM Cortex core microcontrollers 3. Cortex-M0, M4, M7

ARM Cortex core microcontrollers 3. Cortex-M0, M4, M7 ARM Cortex core microcontrollers 3. Cortex-M0, M4, M7 Scherer Balázs Budapest University of Technology and Economics Department of Measurement and Information Systems BME-MIT 2018 Trends of 32-bit microcontrollers

More information

The CoreConnect Bus Architecture

The CoreConnect Bus Architecture The CoreConnect Bus Architecture Recent advances in silicon densities now allow for the integration of numerous functions onto a single silicon chip. With this increased density, peripherals formerly attached

More information

32 bit Micro Experimenter Board Description and Assembly manual

32 bit Micro Experimenter Board Description and Assembly manual 32 bit Micro Experimenter Board Description and Assembly manual Thank you for purchasing the KibaCorp 32 bit Micro Experimenter. KibaCorp is dedicated to Microcontroller education for the student, hobbyist

More information

Chapter 15 ARM Architecture, Programming and Development Tools

Chapter 15 ARM Architecture, Programming and Development Tools Chapter 15 ARM Architecture, Programming and Development Tools Lesson 07 ARM Cortex CPU and Microcontrollers 2 Microcontroller CORTEX M3 Core 32-bit RALU, single cycle MUL, 2-12 divide, ETM interface,

More information

TMS320C6678 Memory Access Performance

TMS320C6678 Memory Access Performance Application Report Lit. Number April 2011 TMS320C6678 Memory Access Performance Brighton Feng Communication Infrastructure ABSTRACT The TMS320C6678 has eight C66x cores, runs at 1GHz, each of them has

More information

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction.

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction. AVR XMEGA TM Product Introduction 32-bit AVR UC3 AVR Flash Microcontrollers The highest performance AVR in the world 8/16-bit AVR XMEGA Peripheral Performance 8-bit megaavr The world s most successful

More information

DQ8051. Revolutionary Quad-Pipelined Ultra High performance 8051 Microcontroller Core

DQ8051. Revolutionary Quad-Pipelined Ultra High performance 8051 Microcontroller Core DQ8051 Revolutionary Quad-Pipelined Ultra High performance 8051 Microcontroller Core COMPANY OVERVIEW Digital Core Design is a leading IP Core provider and a System-on-Chip design house. The company was

More information

AVR Microcontrollers Architecture

AVR Microcontrollers Architecture ก ก There are two fundamental architectures to access memory 1. Von Neumann Architecture 2. Harvard Architecture 2 1 Harvard Architecture The term originated from the Harvard Mark 1 relay-based computer,

More information

Performance Tuning on the Blackfin Processor

Performance Tuning on the Blackfin Processor 1 Performance Tuning on the Blackfin Processor Outline Introduction Building a Framework Memory Considerations Benchmarks Managing Shared Resources Interrupt Management An Example Summary 2 Introduction

More information

Systems in Silicon. Converting Élan SC400/410 Design to Élan SC520

Systems in Silicon. Converting Élan SC400/410 Design to Élan SC520 Converting Élan SC400/410 Design to Élan SC520 1 Élan SC400/410 Block Diagram Am486 Core 8K Cache Parallel Port Mobile Logic Blocks PCMCIA (2) (2) PIO 16550 UART SW Compatibility Blocks PIC DMA PIT (2)

More information

Architectural Differences nc. DRAM devices are accessed with a multiplexed address scheme. Each unit of data is accessed by first selecting its row ad

Architectural Differences nc. DRAM devices are accessed with a multiplexed address scheme. Each unit of data is accessed by first selecting its row ad nc. Application Note AN1801 Rev. 0.2, 11/2003 Performance Differences between MPC8240 and the Tsi106 Host Bridge Top Changwatchai Roy Jenevein risc10@email.sps.mot.com CPD Applications This paper discusses

More information

FlexRay The Hardware View

FlexRay The Hardware View A White Paper Presented by IPextreme FlexRay The Hardware View Stefan Schmechtig / Jens Kjelsbak February 2006 FlexRay is an upcoming networking standard being established to raise the data rate, reliability,

More information

Designing, developing, debugging ARM Cortex-A and Cortex-M heterogeneous multi-processor systems

Designing, developing, debugging ARM Cortex-A and Cortex-M heterogeneous multi-processor systems Designing, developing, debugging ARM and heterogeneous multi-processor systems Kinjal Dave Senior Product Manager, ARM ARM Tech Symposia India December 7 th 2016 Topics Introduction System design Software

More information

Computer System Overview OPERATING SYSTEM TOP-LEVEL COMPONENTS. Simplified view: Operating Systems. Slide 1. Slide /S2. Slide 2.

Computer System Overview OPERATING SYSTEM TOP-LEVEL COMPONENTS. Simplified view: Operating Systems. Slide 1. Slide /S2. Slide 2. BASIC ELEMENTS Simplified view: Processor Slide 1 Computer System Overview Operating Systems Slide 3 Main Memory referred to as real memory or primary memory volatile modules 2004/S2 secondary memory devices

More information

The MPC500 Family of 32-bit Embedded Controllers from Motorola. Rudan Bettelheim MCU Marketing Manager 32-bit Embedded Controller Division, SPS

The MPC500 Family of 32-bit Embedded Controllers from Motorola. Rudan Bettelheim MCU Marketing Manager 32-bit Embedded Controller Division, SPS The MPC500 Family of 32-bit Embedded Controllers from Motorola Rudan Bettelheim MCU Marketing Manager 32-bit Embedded Controller Division, SPS Application Examples Robotics The Xerox Palo Alto Research

More information

Fujitsu System Applications Support. Fujitsu Microelectronics America, Inc. 02/02

Fujitsu System Applications Support. Fujitsu Microelectronics America, Inc. 02/02 Fujitsu System Applications Support 1 Overview System Applications Support SOC Application Development Lab Multimedia VoIP Wireless Bluetooth Processors, DSP and Peripherals ARM Reference Platform 2 SOC

More information

RISC-V Core IP Products

RISC-V Core IP Products RISC-V Core IP Products An Introduction to SiFive RISC-V Core IP Drew Barbier September 2017 drew@sifive.com SiFive RISC-V Core IP Products This presentation is targeted at embedded designers who want

More information

NXP Unveils Its First ARM Cortex -M4 Based Controller Family

NXP Unveils Its First ARM Cortex -M4 Based Controller Family NXP s LPC4300 MCU with Coprocessor: NXP Unveils Its First ARM Cortex -M4 Based Controller Family By Frank Riemenschneider, Editor, Electronik Magazine At the Electronica trade show last fall in Munich,

More information

Computer System Overview

Computer System Overview Computer System Overview Operating Systems 2005/S2 1 What are the objectives of an Operating System? 2 What are the objectives of an Operating System? convenience & abstraction the OS should facilitate

More information

Reminder. Course project team forming deadline. Course project ideas. Friday 9/8 11:59pm You will be randomly assigned to a team after the deadline

Reminder. Course project team forming deadline. Course project ideas. Friday 9/8 11:59pm You will be randomly assigned to a team after the deadline Reminder Course project team forming deadline Friday 9/8 11:59pm You will be randomly assigned to a team after the deadline Course project ideas If you have difficulty in finding team mates, send your

More information

High-Performance 32-bit

High-Performance 32-bit High-Performance 32-bit Microcontroller with Built-in 11-Channel Serial Interface and Two High-Speed A/D Converter Units A 32-bit microcontroller optimal for digital home appliances that integrates various

More information

William Stallings Computer Organization and Architecture 8th Edition. Chapter 5 Internal Memory

William Stallings Computer Organization and Architecture 8th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 8th Edition Chapter 5 Internal Memory Semiconductor Memory The basic element of a semiconductor memory is the memory cell. Although a variety of

More information

S2C K7 Prodigy Logic Module Series

S2C K7 Prodigy Logic Module Series S2C K7 Prodigy Logic Module Series Low-Cost Fifth Generation Rapid FPGA-based Prototyping Hardware The S2C K7 Prodigy Logic Module is equipped with one Xilinx Kintex-7 XC7K410T or XC7K325T FPGA device

More information

ATmega128. Introduction

ATmega128. Introduction ATmega128 Introduction AVR Microcontroller 8-bit microcontroller released in 1997 by Atmel which was founded in 1984. The AVR architecture was conceived by two students (Alf-Egil Bogen, Vergard-Wollen)

More information

Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Ali Karimpour Associate Professor Ferdowsi University of Mashhad AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Main reference: Christopher T. Kilian, (2001), Modern Control Technology: Components and Systems Publisher: Delmar

More information

Smart cards and smart objects communication protocols: Looking to the future. ABSTRACT KEYWORDS

Smart cards and smart objects communication protocols: Looking to the future. ABSTRACT KEYWORDS Smart cards and smart objects communication protocols: Looking to the future. Denis PRACA Hardware research manager, Gemplus research Lab, France Anne-Marie PRADEN Silicon design program manager, Gemplus

More information

Combining Arm & RISC-V in Heterogeneous Designs

Combining Arm & RISC-V in Heterogeneous Designs Combining Arm & RISC-V in Heterogeneous Designs Gajinder Panesar, CTO, UltraSoC gajinder.panesar@ultrasoc.com RISC-V Summit 3 5 December 2018 Santa Clara, USA Problem statement Deterministic multi-core

More information

Chapter 6 Storage and Other I/O Topics

Chapter 6 Storage and Other I/O Topics Department of Electr rical Eng ineering, Chapter 6 Storage and Other I/O Topics 王振傑 (Chen-Chieh Wang) ccwang@mail.ee.ncku.edu.tw ncku edu Feng-Chia Unive ersity Outline 6.1 Introduction 6.2 Dependability,

More information

XC2000 Family AP Application Note. Microcontrollers. XC2236N Drive Card Description V1.0,

XC2000 Family AP Application Note. Microcontrollers. XC2236N Drive Card Description V1.0, XC2000 Family AP16179 Application Note V1.0, 2010-07 Microcontrollers Edition 2010-07 Published by Infineon Technologies AG 81726 Munich, Germany 2010 Infineon Technologies AG All Rights Reserved. LEGAL

More information

The ARM Cortex-A9 Processors

The ARM Cortex-A9 Processors The ARM Cortex-A9 Processors This whitepaper describes the details of the latest high performance processor design within the common ARM Cortex applications profile ARM Cortex-A9 MPCore processor: A multicore

More information

AN4777 Application note

AN4777 Application note Application note Implications of memory interface configurations on low-power STM32 microcontrollers Introduction The low-power STM32 microcontrollers have a rich variety of configuration options regarding

More information

Computer and Hardware Architecture II. Benny Thörnberg Associate Professor in Electronics

Computer and Hardware Architecture II. Benny Thörnberg Associate Professor in Electronics Computer and Hardware Architecture II Benny Thörnberg Associate Professor in Electronics Parallelism Microscopic vs Macroscopic Microscopic parallelism hardware solutions inside system components providing

More information

TRACE32. Product Overview

TRACE32. Product Overview TRACE32 Product Overview Preprocessor Product Portfolio Lauterbach is the world s leading manufacturer of complete, modular microprocessor development tools with 35 years experience in the field of embedded

More information

EEMBC s Automotive/Industrial Microprocessor Benchmarks. June 4, 2004

EEMBC s Automotive/Industrial Microprocessor Benchmarks. June 4, 2004 EEMBC s Automotive/Industrial Microprocessor Benchmarks June 4, 2004 EEMBC s Automotive/Industrial Benchmark Suite 16 different algorithms used in automotive applications Angle-to-time conversion Basic

More information

Department of Computer Science, Institute for System Architecture, Operating Systems Group. Real-Time Systems '08 / '09. Hardware.

Department of Computer Science, Institute for System Architecture, Operating Systems Group. Real-Time Systems '08 / '09. Hardware. Department of Computer Science, Institute for System Architecture, Operating Systems Group Real-Time Systems '08 / '09 Hardware Marcus Völp Outlook Hardware is Source of Unpredictability Caches Pipeline

More information

EE 354 Fall 2015 Lecture 1 Architecture and Introduction

EE 354 Fall 2015 Lecture 1 Architecture and Introduction EE 354 Fall 2015 Lecture 1 Architecture and Introduction Note: Much of these notes are taken from the book: The definitive Guide to ARM Cortex M3 and Cortex M4 Processors by Joseph Yiu, third edition,

More information

DoCD IP Core. DCD on Chip Debug System v. 6.02

DoCD IP Core. DCD on Chip Debug System v. 6.02 2018 DoCD IP Core DCD on Chip Debug System v. 6.02 C O M P A N Y O V E R V I E W Digital Core Design is a leading IP Core provider and a System-on-Chip design house. The company was founded in 1999 and

More information

Generic Model of I/O Module Interface to CPU and Memory Interface to one or more peripherals

Generic Model of I/O Module Interface to CPU and Memory Interface to one or more peripherals William Stallings Computer Organization and Architecture 7 th Edition Chapter 7 Input/Output Input/Output Problems Wide variety of peripherals Delivering different amounts of data At different speeds In

More information

The Design and Implementation of a Low-Latency On-Chip Network

The Design and Implementation of a Low-Latency On-Chip Network The Design and Implementation of a Low-Latency On-Chip Network Robert Mullins 11 th Asia and South Pacific Design Automation Conference (ASP-DAC), Jan 24-27 th, 2006, Yokohama, Japan. Introduction Current

More information

RZ Embedded Microprocessors

RZ Embedded Microprocessors Next Generation HMI Solutions RZ Embedded Microprocessors www.renesas.eu 2013.11 The RZ Family Embedded Microprocessors The RZ is a new family of embedded microprocessors that retains the ease-of-use of

More information

Microchip Serial EEPROMs

Microchip Serial EEPROMs Questions: Microchip Serial EEPROMs Serial EEPROM advantages? Which EEPROM bus is best? Package options? Design tools? Pin limited? 2008 Microchip Technology Incorporated. All Rights Reserved. EEPROM Overview

More information

Latches. IT 3123 Hardware and Software Concepts. Registers. The Little Man has Registers. Data Registers. Program Counter

Latches. IT 3123 Hardware and Software Concepts. Registers. The Little Man has Registers. Data Registers. Program Counter IT 3123 Hardware and Software Concepts Notice: This session is being recorded. CPU and Memory June 11 Copyright 2005 by Bob Brown Latches Can store one bit of data Can be ganged together to store more

More information

Cache Justification for Digital Signal Processors

Cache Justification for Digital Signal Processors Cache Justification for Digital Signal Processors by Michael J. Lee December 3, 1999 Cache Justification for Digital Signal Processors By Michael J. Lee Abstract Caches are commonly used on general-purpose

More information

XE166 Family AP Application Note. Microcontrollers. X E D r i v e C a r d H a r d w a r e D e s c r i p t i o n Board REV.

XE166 Family AP Application Note. Microcontrollers. X E D r i v e C a r d H a r d w a r e D e s c r i p t i o n Board REV. XE166 Family AP16160 X E 1 6 4 D r i v e C a r d H a r d w a r e D e s c r i p t i o n Application Note V1.0, 2009-03 Microcontrollers Edition 2009-03 Published by Infineon Technologies AG 81726 Munich,

More information

A Scalable Multiprocessor for Real-time Signal Processing

A Scalable Multiprocessor for Real-time Signal Processing A Scalable Multiprocessor for Real-time Signal Processing Daniel Scherrer, Hans Eberle Institute for Computer Systems, Swiss Federal Institute of Technology CH-8092 Zurich, Switzerland {scherrer, eberle}@inf.ethz.ch

More information

Combining the Power of DAVE and SIMULINK

Combining the Power of DAVE and SIMULINK Combining the Power of DAVE and SIMULINK From a High Level Model to Embedded Implementation Pedro Costa Infineon Munich, Germany pedro.costa@infineon.com Abstract In a modern real-time control system,

More information

Approximately half the power consumption of earlier Renesas Technology products and multiple functions in a 14-pin package

Approximately half the power consumption of earlier Renesas Technology products and multiple functions in a 14-pin package Renesas Technology to Release R8C/Mx Series of Flash MCUs with Power Consumption Among the Lowest in the Industry and Powerful On-Chip Peripheral Functions Approximately half the power consumption of earlier

More information

CPU offloading using SoC fabric Avnet Silica & Enclustra Seminar Getting started with Xilinx Zynq SoC Fribourg, April 26, 2017

CPU offloading using SoC fabric Avnet Silica & Enclustra Seminar Getting started with Xilinx Zynq SoC Fribourg, April 26, 2017 1 2 3 Introduction The next few slides give a short introduction of what CPU offloading is and how it can help improving system performance. 4 What is Offloading? Offloading means taking load from one

More information

New STM32 F7 Series. World s 1 st to market, ARM Cortex -M7 based 32-bit MCU

New STM32 F7 Series. World s 1 st to market, ARM Cortex -M7 based 32-bit MCU New STM32 F7 Series World s 1 st to market, ARM Cortex -M7 based 32-bit MCU 7 Keys of STM32 F7 series 2 1 2 3 4 5 6 7 First. ST is first to sample a fully functional Cortex-M7 based 32-bit MCU : STM32

More information

Embedded Systems: Architecture

Embedded Systems: Architecture Embedded Systems: Architecture Jinkyu Jeong (Jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu ICE3028: Embedded Systems Design, Fall 2018, Jinkyu Jeong (jinkyu@skku.edu)

More information

Novel Intelligent I/O Architecture Eliminating the Bus Bottleneck

Novel Intelligent I/O Architecture Eliminating the Bus Bottleneck Novel Intelligent I/O Architecture Eliminating the Bus Bottleneck Volker Lindenstruth; lindenstruth@computer.org The continued increase in Internet throughput and the emergence of broadband access networks

More information

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their S08 Highlighted Features Why Do I Need a Slave LIN Interface Controller (SLIC)? Design Challenges Slave synchronization Slave synchronizing to LIN messaging requires a cost versus resource trade-off. Your

More information

Classification of Semiconductor LSI

Classification of Semiconductor LSI Classification of Semiconductor LSI 1. Logic LSI: ASIC: Application Specific LSI (you have to develop. HIGH COST!) For only mass production. ASSP: Application Specific Standard Product (you can buy. Low

More information

Migrating to Cortex-M3 Microcontrollers: an RTOS Perspective

Migrating to Cortex-M3 Microcontrollers: an RTOS Perspective Migrating to Cortex-M3 Microcontrollers: an RTOS Perspective Microcontroller devices based on the ARM Cortex -M3 processor specifically target real-time applications that run several tasks in parallel.

More information

Techniques for Optimizing Performance and Energy Consumption: Results of a Case Study on an ARM9 Platform

Techniques for Optimizing Performance and Energy Consumption: Results of a Case Study on an ARM9 Platform Techniques for Optimizing Performance and Energy Consumption: Results of a Case Study on an ARM9 Platform BL Standard IC s, PL Microcontrollers October 2007 Outline LPC3180 Description What makes this

More information

Hardware Design. MicroBlaze 7.1. This material exempt per Department of Commerce license exception TSU Xilinx, Inc. All Rights Reserved

Hardware Design. MicroBlaze 7.1. This material exempt per Department of Commerce license exception TSU Xilinx, Inc. All Rights Reserved Hardware Design MicroBlaze 7.1 This material exempt per Department of Commerce license exception TSU Objectives After completing this module, you will be able to: List the MicroBlaze 7.1 Features List

More information

Real-Time Debugging Highly Integrated Embedded Wireless Devices

Real-Time Debugging Highly Integrated Embedded Wireless Devices Real-Time Debugging Highly Integrated Embedded Wireless Devices David Ruimy Gonzales, Senior Member of Technical Staff Brian Branson, Design Manager Motorola M CORE TM Technology Center Austin, Texas Introduction

More information

QUESTION BANK UNIT-I. 4. With a neat diagram explain Von Neumann computer architecture

QUESTION BANK UNIT-I. 4. With a neat diagram explain Von Neumann computer architecture UNIT-I 1. Write the basic functional units of computer? (Nov/Dec 2014) 2. What is a bus? What are the different buses in a CPU? 3. Define multiprogramming? 4.List the basic functional units of a computer?

More information

Quick Reference Card. Timing and Stack Verifiers Supported Platforms. SCADE Suite 6.3

Quick Reference Card. Timing and Stack Verifiers Supported Platforms. SCADE Suite 6.3 Timing and Stack Verifiers Supported Platforms SCADE Suite 6.3 About Timing and Stack Verifiers supported platforms Timing and Stack Verifiers Supported Platforms SCADE Suite Timing Verifier and SCADE

More information

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info.

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info. A FPGA based development platform as part of an EDK is available to target intelop provided IPs or other standard IPs. The platform with Virtex-4 FX12 Evaluation Kit provides a complete hardware environment

More information

The S6000 Family of Processors

The S6000 Family of Processors The S6000 Family of Processors Today s Design Challenges The advent of software configurable processors In recent years, the widespread adoption of digital technologies has revolutionized the way in which

More information

A Cache Hierarchy in a Computer System

A Cache Hierarchy in a Computer System A Cache Hierarchy in a Computer System Ideally one would desire an indefinitely large memory capacity such that any particular... word would be immediately available... We are... forced to recognize the

More information

Growth outside Cell Phone Applications

Growth outside Cell Phone Applications ARM Introduction Growth outside Cell Phone Applications ~1B units shipped into non-mobile applications Embedded segment now accounts for 13% of ARM shipments Automotive, microcontroller and smartcards

More information