Debug and Trace for Multicore SoCs How to build an efficient and effective debug and trace system for complex, multicore SoCs
|
|
|
- Rosalyn Casey
- 9 years ago
- Views:
Transcription
1 Debug and Trace for Multicore SoCs How to build an efficient and effective debug and trace system for complex, multicore SoCs William Orme September 2008 Abstract As SoC designs become ever more complex with levels of system integration increasing, multifunctional, multicore SoC are now the fastest growing section of ASIC/ASSP design starts. Hence, designers are faced with three debug and trace options: i. Bury your head in the ground, hope it will all be alright (it won't! Software will take forever to get qualified, products will be less reliable and perform worse than the competition). ii. Follow the old route used for simple, single core designs (massive and unnecessary cost iii. in gates, pins and tools and no overall system visibility). Use a joined up SoC debug and trace IP and tools solution that gives the software developer just what he had before (nice n' easy) but utilizing massive amounts of improvements "under the hood (work ARM has already done for designers). This article will discuss how to implement debug and trace solutions for simpler single core systems and more complex multicore solutions, explaining the trade-off decisions between device costs (silicon area and pin count) and debug and optimization functionality. The article will show the resulting benefits to the developer by example of ARM CoreSight IP on-chip. Keeping visibility despite rising complexity The embedded community, those that put microprocessors in everyday things such as cars, phones, cameras, TVs, MP3 players, printers as well as the communications infrastructure the public doesn t get to see, knows how important it is that these products should just work and preferably better than the competitors products. But as the SoC systems behind these continue to increase in complexity that simple goal gets harder and harder. The challenge increases with the rise of multicore systems. To get systems to work well means giving engineers, all the way along the design and test cycle, visibility in to what their systems are doing. At the modeling stage visibility is provided in the modeling tool, however, once you move to a physical implementation the designer must include mechanisms to provide visibility. Choosing which mechanism to provide should be a direct response to the needs of the different engineers doing hardware bring-up, low level system software, RTOS and OS porting, application development, system integration, performance optimization, production test, in-field maintenance, returns failure analysis, etc. All need to be satisfied and although their respective tools may handle and present the data in different ways, they all rely on getting debug and trace data from the target SoC. Making trade off decisions The easy answer is to fit everything, give full visibility to everything happening on-chip in real time. Most processors offer good debug and trace capabilities as do the interconnect fabrics and if you have custom cores they can have custom debug capabilities added. A system such as the ARM CoreSight Architecture (Fig. 1) can be used to integrate all these together, handling many of the issues of multicore SoCs. However, the costs in IP design time or licensing fees,
2 silicon area, pins and tools may need strong justification to fit in to tight budgets. This article takes you through the options and reasons for fitting each element so that you, the ASIC designer or product specifier, can decide what is obligatory or highly beneficial and what is only a-nice-tohave or simply not needed for the engineers (listed above) working on your product over its lifetime. Run control debug Fig.1 An SoC using the CoreSight Architecture Almost all SoC designs will need to enable basic run control debug, where the core can be halted at any instruction or data access and system state examined and changed if required. This traditionally uses the JTAG port. However, the number of pins can now be reduced to two, using technology such as the ARM Serial Wire Debug (one bi-directional data pin plus an externally provided clock overlaid on TMS and TCK). Where boundary scan test is not employed or separate debug and test JTAG ports are implemented this can save 2-5 pins (TDO, TDI, ntrst, nsrst and RTCLK). Where boundary scan test is employed, the redundant pins can be reassigned when not in test mode. Where re-assignment occurs to pins for a trace port this does not even cast a test shadow. For multicore SoCs where cores are placed in multiple clock and power domains (mainly for energy management) a traditional JTAG daisy-chain should be replaced with a system able to maintain debug communications between the debug tool and the target, despite any individual core being powered down or in sleep mode. The CoreSight Debug Access Port (DAP) is an
3 example of a bridge between the external debug clock and multiple domains for cores in the SoC (Fig. 2). This has the secondary advantage of being able to maintain debug communications with any core at the highest frequency supported rather the slowest frequency of all cores on a JTAG daisy-chain. For those requiring ultra fast code download or access to memory-mapped peripheral registers while the core is running, the ASIC designer should connect up a direct memory access from the DAP to the system interconnect, so that the debug tool can become a bus master on the system bus. For remote debug of in-field products or large batch testing where a debug tool seat per device under test is unrealistic, the designer can also connect the DAP into a processor s peripheral map allowing the target resident software to set up its own debug and trace configurations. Fig.2 Debug Connectivity for Multicore SoC A common criteria for the debug of embedded systems is to be able to debug from reset and through partial power cycles. This requires careful design of power domains and reset signals. Critically, reset of the debug control register should be separated from that of the functional (nondebug) system. Power-down can be handled in different ways such as ignoring power-down signals when debugging or maintaining the debug logic in different power domains which are not powered down while debugging. For multicore systems where there is any form of inter process communication or shared memory the ability to stop and start all cores synchronously is extremely valuable. To ensure this synchronization is within a few cycles, a cross trigger matrix should be fitted (Fig. 2). If on the
4 other hand the cores have widely separated and non-interfering tasks it may be sufficient to synchronize stopping and starting of cores with the debug tools, which will inevitably lead to 100s of cycles of skid between cores stopping. Synchronous starting of cores can be achieved with either a cross-triggering mechanism or via the TAP controller of each core. Fitting multiple debug ports, one for each core, has obvious silicon and pin overheads, and leaves the synchronization and power-down issue to be managed by the tools (which most likely they don t). This approach only has merit where completely different cores with separate tool chains are employed and the re-engineering cost of sharing a single debug port with a single JTAG emulator box are substantial higher than the costs of duplicating debug ports and debug tool seats. This may be sufficient where two separate systems co-reside on the same piece of silicon, but debugging both systems simultaneously is rare. An example might be an MCU plus a dedicated DSP or data engine, where the DSP or data engine is not re-programmed by applications, but a set of fixed functions developed independently. How to size your trace subsystem After run-control debug, trace is the next most important debug feature, by which I mean the passive recording of the system execution while it is executing. This is obligatory in hard realtime, electro-mechanical systems where halting the control system is just not an option, e.g. hard disk drives and engine/motor control systems. However, it is also highly beneficial for debugging any system that reacts with another system (e.g. the real world) in a data dependent or asynchronous manner. And that covers just about any complex embedded system! Trace allows the capture of errant corner cases that system validation pre-tapeout just could not cover. Three other very important usage cases for trace are: performance optimization of an application; efficiency of software and system development; and accountability hard evidence as to the cause, and thus responsibility for, a product failure. Choosing the level of trace has the largest impact on the cost of implementing the on-chip debug system. The good news is that for multicore SoCs the cost per CPU can actually be reduced. The first question to ask is: who is going to use the trace data and with what tool? Software trace The simplest and cheapest form of trace is that generated by the software executing on the cores themselves. Traditionally this data was written to an area of system memory, while a separate task emptied and sent back the data to the debug tools via any available communication channel, the ARM Debug Comms Channel (DCC) over JTAG being a common choice. Recent optimizations on this approach write to a peripheral such as the CoreSight Instrumentation Trace Macrocell (ITM) (Fig. 3) which streams the trace data direct to a trace buffer, with the benefit of minimizing, and making deterministic, the number of cycles taken to instrument the code. It also provides a higher bandwidth channel to allow more instrumentation points and enables very deep off-chip buffers. The biggest drawbacks of this approach are the intrusiveness on the application execution time and limited trace bandwidth. However, it is a good approach where all the target resident software and the debug tools to interpret the trace data have been written with this mechanism in mind. For multi-processing systems, instrumentation trace has the advantage of understanding its own context (e.g. which thread am I?) and can add a higher level semantic that is extremely useful to a software application developer. Additionally, the processor has access to registers, such as the Performance Monitor Unit (PMU) of an ARM core, which can provide valuable system performance profiling data. Given the relatively low implementation costs and high potential benefits, instrumentation trace is an obvious candidate to fit in any multicore SoCs.
5 Hardware Trace Fig.3 Multiple Trace Sources Combined with a CoreSight Trace Funnel Where more detail is required or code instrumentation is not adopted, hardware trace, such as ARM Embedded Trace Macrocells (ETM ) is extremely popular (uptake amongst licensees of both ARM11 and Cortex families of processors is >90%). Hardware trace, by which I mean logic that watches the address, data and control signals within the SoC compresses that information and emits to a trace buffer, itself can be subdivided in to three main categories: program/instruction trace; data trace; and bus (or interconnect fabric) trace. Each of these functions has different usage models and different costs. Program trace is highly valuable for both hardware and software debugging and the main source data required for many profiling tools. In terms of implementation costs program only trace macrocells can be quite small, the ARM Cortex-M3 processor has a program trace only ETM of ~7K gates, and the data compresses well, requiring only ~1 bit/instruction/cpu thus the bandwidth requirements for a trace port are not too high, even for a 4xCPU multicore SoC with 500 MHz - 1GHz CPU clock. Where on-chip trace buffers are implemented, a 4K RAM can hold over 30,000 lines of assembler code execution, that s a lot of code for an embedded developer to review! Additionally profiling tools, such as the ARM RealView Profiler, can continuously process program trace data in real-time for cores up to 450 MHz for runs off several hours, even days, if required. The addition of cycle-accurate instruction trace, useful for close correlation of the interaction of multiple processors, increases the bandwidth to ~4 bits/instruction, substantially increasing the required frequency and width of a trace port.
6 However, there are some classes of bug, where it is necessary to see the data (data addresses and/or data values). Many process control algorithms are driven by the data and watching parameters over time is important. Some, difficult to replicate system bugs are the result of data coherency errors (in hardware, system configuration or software) where a trace of the data values, or who has accessed a shared location and when, can soon track down the problem. Several debug tools contain a powerful feature where all windows of the debugger, including processor register and memory values, can be re-created from the trace data, allowing a programmer to step forwards (or backwards) through code actually executed in real-time in the real environment, showing it real (mis)behavior. Unfortunately, the cost of implementing data trace is the highest of all: trace macrocells need to be larger, data is more difficult to compress (data trace from an ARM ETM typically requires 1-2 bytes/instruction); trace buffers need to be larger and trace ports faster. However, the upside of higher levels of SoC integration is that the gates required can be squeezed in to ever smaller areas, so even high performance, multicore systems can have data trace capabilities if required. Multiple on-chip trace buffers can be implemented or trace ports using high speed PHYs can now support multiple gigabit lanes. Today s technology supports up to 6 lanes at 6 Gbit/s, enough for full, cycle-accurate simultaneous program and data trace of three ARM cores running at ~600 MHz. Sizing the trace port, is another key task for the ASIC designer and another trade-off decision derived from understanding the cost of implementation versus the level of trace functionality (described above). For multicore SoCs the best approach may be a combination of solutions. For example by fitting three parallel Trace Funnels any subset of trace data may be sent to one of three destinations: a very high bandwidth interface to on-chip trace buffers; a medium bandwidth trace port to a very deep off-chip buffer; a very narrow (even single pin) interface for continuous monitoring. This gives a trace solution that can provide for almost any usage case from hardware fault analysis where the instruction-by-instruction code and data is recorded over a period of 1000s of cycles, through software debug and profiling of multicore code over trillions of instructions, to a high-level application-generated trace available even from the most connectivitychallenged end product. Multiple Trace Sources As with debug ports, fitting multiple trace ports, one for each core, has obvious silicon and pin overheads. One solution is to use a CoreSight Trace Funnel that combines multiple, asynchronous, heterogeneous trace streams into one for output via a single trace port or trace buffer (Fig. 3). This provides better visibility, a higher bandwidth port or deeper buffer, for single core use as well as while reducing the implementation overhead (area, pins and tools) substantially when simultaneous trace of multiple cores is required. Furthermore this is an ideal mechanism for extending support to any source of trace data. Other sources of trace data may come from trace macrocells for DSPs, bus monitors, embedded logic analyzers or in-silicon validation logic, such as synthesized assertions. The essence of the system is to provide a data path from trace data generation through to a file on the developer s workstation for use by the tool that configures and displays the data for the respective trace generator, Copyright 2008 ARM Limited. All rights reserved. The ARM logo is a registered trademark of ARM Ltd. All other trademarks are the property of their respective owners and are acknowledged
ARM Ltd 110 Fulbourn Road, Cambridge, CB1 9NJ, UK. *[email protected]
Serial Wire Debug and the CoreSight TM Debug and Trace Architecture Eddie Ashfield, Ian Field, Peter Harrod *, Sean Houlihane, William Orme and Sheldon Woodhouse ARM Ltd 110 Fulbourn Road, Cambridge, CB1
CoreSight SoC enabling efficient design of custom debug and trace subsystems for complex SoCs
CoreSight SoC enabling efficient design of custom debug and trace subsystems for complex SoCs Key steps to create a debug and trace solution for an ARM SoC Mayank Sharma, Technical Marketing Engineer,
Trace Port Analysis for ARM7-ETM and ARM9-ETM Microprocessors
Trace Port Analysis for ARM7-ETM and ARM9-ETM Microprocessors Product Overview Introduction Quickly and accurately determine the root cause of your team s most difficult hardware, software, and system
Which ARM Cortex Core Is Right for Your Application: A, R or M?
Which ARM Cortex Core Is Right for Your Application: A, R or M? Introduction The ARM Cortex series of cores encompasses a very wide range of scalable performance options offering designers a great deal
Development With ARM DS-5. Mervyn Liu FAE Aug. 2015
Development With ARM DS-5 Mervyn Liu FAE Aug. 2015 1 Support for all Stages of Product Development Single IDE, compiler, debug, trace and performance analysis for all stages in the product development
What is a System on a Chip?
What is a System on a Chip? Integration of a complete system, that until recently consisted of multiple ICs, onto a single IC. CPU PCI DSP SRAM ROM MPEG SoC DRAM System Chips Why? Characteristics: Complex
EMUL ARM. ARM Connections. 2003 Nohau Corporation. All rights reserved worldwide.
EMUL ARM ARM Connections 2003 Nohau Corporation. All rights reserved worldwide. Nohau By ICE Technology EMUL-ARM: ARM Connections 2 (8) Contents 1 INTRODUCTION... 3 2 CONNECTIONS... 4 20-Pin JTAG Connection
Designing VM2 Application Boards
Designing VM2 Application Boards This document lists some things to consider when designing a custom application board for the VM2 embedded controller. It is intended to complement the VM2 Datasheet. A
ARM Webinar series. ARM Based SoC. Abey Thomas
ARM Webinar series ARM Based SoC Verification Abey Thomas Agenda About ARM and ARM IP ARM based SoC Verification challenges Verification planning and strategy IP Connectivity verification Performance verification
White Paper Utilizing Leveling Techniques in DDR3 SDRAM Memory Interfaces
White Paper Introduction The DDR3 SDRAM memory architectures support higher bandwidths with bus rates of 600 Mbps to 1.6 Gbps (300 to 800 MHz), 1.5V operation for lower power, and higher densities of 2
Architectures, Processors, and Devices
Architectures, Processors, and Devices Development Article Copyright 2009 ARM Limited. All rights reserved. ARM DHT 0001A Development Article Copyright 2009 ARM Limited. All rights reserved. Release Information
Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah
(DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de [email protected] NIOS II 1 1 What is Nios II? Altera s Second Generation
ES_LPC4357/53/37/33. Errata sheet LPC4357/53/37/33. Document information
Rev. 1.1 8 August 2012 Errata sheet Document information Info Keywords Abstract Content LPC4357FET256; LPC4357FET180; LPC4357FBD208; LPC4353FET256; LPC4353FET180; LPC4353FBD208; LPC4337FET256; LPC4337FET180;
National CR16C Family On-Chip Emulation. Contents. Technical Notes V9.11.75
_ V9.11.75 Technical Notes National CR16C Family On-Chip Emulation Contents Contents... 1 1 Introduction... 2 2 Emulation options... 3 2.1 Hardware Options... 3 2.2 Initialization Sequence... 4 2.3 JTAG
Better Trace for Better Software
Better Trace for Better Software Introducing the new ARM CoreSight System Trace Macrocell and Trace Memory Controller Roberto Mijat Senior Software Solutions Architect Synopsis The majority of engineering
Testing of Digital System-on- Chip (SoC)
Testing of Digital System-on- Chip (SoC) 1 Outline of the Talk Introduction to system-on-chip (SoC) design Approaches to SoC design SoC test requirements and challenges Core test wrapper P1500 core test
CoreSight. Technology. System Design Guide. Copyright 2004, 2007, 2010 ARM Limited. All rights reserved. ARM DGI 0012D (ID062610)
CoreSight Technology System Design Guide Copyright 2004, 2007, 2010 ARM Limited. All rights reserved. ARM DGI 0012D () CoreSight Technology System Design Guide Copyright 2004, 2007, 2010 ARM Limited. All
Embedded Development Tools
Embedded Development Tools Software Development Tools by ARM ARM tools enable developers to get the best from their ARM technology-based systems. Whether implementing an ARM processor-based SoC, writing
Tools For Debugging JTAG and Power Issues on DaVinci and OMAP devices. Ning Kang & Dr. Madhav Vij Texas Instruments Software Development Organization
Tools For Debugging JTAG and Power Issues on DaVinci and OMAP devices Ning Kang & Dr. Madhav Vij Texas Instruments Software Development Organization Agenda JTAG Challenges for Multi-core Devices ICEPick
Pre-tested System-on-Chip Design. Accelerates PLD Development
Pre-tested System-on-Chip Design Accelerates PLD Development March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com 1 Pre-tested
Hitex Germany. Application Note. ARM Debugging - Startup Behaviour after Reset
Hitex Germany Head Quarters Greschbachstr. 12 76229 Karlsruhe Germany +049-721-9628-0 Fax +049-721-9628-149 E-mail: [email protected] WEB: www.hitex.de Hitex UK Warwick University Science Park Coventry CV47EZ
Agenda. Michele Taliercio, Il circuito Integrato, Novembre 2001
Agenda Introduzione Il mercato Dal circuito integrato al System on a Chip (SoC) La progettazione di un SoC La tecnologia Una fabbrica di circuiti integrati 28 How to handle complexity G The engineering
Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging
Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging In some markets and scenarios where competitive advantage is all about speed, speed is measured in micro- and even nano-seconds.
Using the CoreSight ITM for debug and testing in RTX applications
Using the CoreSight ITM for debug and testing in RTX applications Outline This document outlines a basic scheme for detecting runtime errors during development of an RTX application and an approach to
All Programmable Logic. Hans-Joachim Gelke Institute of Embedded Systems. Zürcher Fachhochschule
All Programmable Logic Hans-Joachim Gelke Institute of Embedded Systems Institute of Embedded Systems 31 Assistants 10 Professors 7 Technical Employees 2 Secretaries www.ines.zhaw.ch Research: Education:
A New Paradigm for Synchronous State Machine Design in Verilog
A New Paradigm for Synchronous State Machine Design in Verilog Randy Nuss Copyright 1999 Idea Consulting Introduction Synchronous State Machines are one of the most common building blocks in modern digital
Software based Finite State Machine (FSM) with general purpose processors
Software based Finite State Machine (FSM) with general purpose processors White paper Joseph Yiu January 2013 Overview Finite state machines (FSM) are commonly used in electronic designs. FSM can be used
SAN Conceptual and Design Basics
TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer
XMC Modules. XMC-6260-CC 10-Gigabit Ethernet Interface Module with Dual XAUI Ports. Description. Key Features & Benefits
XMC-6260-CC 10-Gigabit Interface Module with Dual XAUI Ports XMC module with TCP/IP offload engine ASIC Dual XAUI 10GBASE-KX4 ports PCIe x8 Gen2 Description Acromag s XMC-6260-CC provides a 10-gigabit
The Advanced JTAG Bridge. Nathan Yawn [email protected] 05/12/09
The Advanced JTAG Bridge Nathan Yawn [email protected] 05/12/09 Copyright (C) 2008-2009 Nathan Yawn Permission is granted to copy, distribute and/or modify this document under the terms of the
AN10850. LPC1700 timer triggered memory to GPIO data transfer. Document information. LPC1700, GPIO, DMA, Timer0, Sleep Mode
LPC1700 timer triggered memory to GPIO data transfer Rev. 01 16 July 2009 Application note Document information Info Keywords Abstract Content LPC1700, GPIO, DMA, Timer0, Sleep Mode This application note
ZigBee Technology Overview
ZigBee Technology Overview Presented by Silicon Laboratories Shaoxian Luo 1 EM351 & EM357 introduction EM358x Family introduction 2 EM351 & EM357 3 Ember ZigBee Platform Complete, ready for certification
Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.
Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.
Switch Fabric Implementation Using Shared Memory
Order this document by /D Switch Fabric Implementation Using Shared Memory Prepared by: Lakshmi Mandyam and B. Kinney INTRODUCTION Whether it be for the World Wide Web or for an intra office network, today
Linux. Reverse Debugging. Target Communication Framework. Nexus. Intel Trace Hub GDB. PIL Simulation CONTENTS
Android NEWS 2016 AUTOSAR Linux Windows 10 Reverse ging Target Communication Framework ARM CoreSight Requirements Analysis Nexus Timing Tools Intel Trace Hub GDB Unit Testing PIL Simulation Infineon MCDS
Making Multicore Work and Measuring its Benefits. Markus Levy, president EEMBC and Multicore Association
Making Multicore Work and Measuring its Benefits Markus Levy, president EEMBC and Multicore Association Agenda Why Multicore? Standards and issues in the multicore community What is Multicore Association?
Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com
Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and
Quiz for Chapter 6 Storage and Other I/O Topics 3.10
Date: 3.10 Not all questions are of equal difficulty. Please review the entire quiz first and then budget your time carefully. Name: Course: Solutions in Red 1. [6 points] Give a concise answer to each
Application Note: AN00141 xcore-xa - Application Development
Application Note: AN00141 xcore-xa - Application Development This application note shows how to create a simple example which targets the XMOS xcore-xa device and demonstrates how to build and run this
MAX II ISP Update with I/O Control & Register Data Retention
MAX II ISP Update with I/O Control & Register Data Retention March 2006, ver 1.0 Application Note 410 Introduction MAX II devices support the real-time in-system mability (ISP) feature that allows you
Architekturen und Einsatz von FPGAs mit integrierten Prozessor Kernen. Hans-Joachim Gelke Institute of Embedded Systems Professur für Mikroelektronik
Architekturen und Einsatz von FPGAs mit integrierten Prozessor Kernen Hans-Joachim Gelke Institute of Embedded Systems Professur für Mikroelektronik Contents Überblick: Aufbau moderner FPGA Einblick: Eigenschaften
Chapter 1 Computer System Overview
Operating Systems: Internals and Design Principles Chapter 1 Computer System Overview Eighth Edition By William Stallings Operating System Exploits the hardware resources of one or more processors Provides
Chapter 2 Basic Structure of Computers. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan
Chapter 2 Basic Structure of Computers Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan Outline Functional Units Basic Operational Concepts Bus Structures Software
Computer Systems Structure Input/Output
Computer Systems Structure Input/Output Peripherals Computer Central Processing Unit Main Memory Computer Systems Interconnection Communication lines Input Output Ward 1 Ward 2 Examples of I/O Devices
Overview of the Cortex-M3
CHAPTER Overview of the Cortex-M3 2 In This Chapter Fundamentals 11 Registers 12 Operation Modes 14 The Built-In Nested Vectored Interrupt Controller 15 The Memory Map 16 The Bus Interface 17 The MPU 18
JTAG Applications. Product Life-Cycle Support. Software Debug. Integration & Test. Figure 1. Product Life Cycle Support
JTAG Applications While it is obvious that JTAG based testing can be used in the production phase of a product, new developments and applications of the IEEE-1149.1 standard have enabled the use of JTAG
Lizy Kurian John Electrical and Computer Engineering Department, The University of Texas as Austin
BUS ARCHITECTURES Lizy Kurian John Electrical and Computer Engineering Department, The University of Texas as Austin Keywords: Bus standards, PCI bus, ISA bus, Bus protocols, Serial Buses, USB, IEEE 1394
MicroBlaze Debug Module (MDM) v3.2
MicroBlaze Debug Module (MDM) v3.2 LogiCORE IP Product Guide Vivado Design Suite Table of Contents IP Facts Chapter 1: Overview Feature Summary..................................................................
USER GUIDE EDBG. Description
USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel
SoC IP Interfaces and Infrastructure A Hybrid Approach
SoC IP Interfaces and Infrastructure A Hybrid Approach Cary Robins, Shannon Hill ChipWrights, Inc. ABSTRACT System-On-Chip (SoC) designs incorporate more and more Intellectual Property (IP) with each year.
PCI Express IO Virtualization Overview
Ron Emerick, Oracle Corporation Author: Ron Emerick, Oracle Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and
The functionality and advantages of a high-availability file server system
The functionality and advantages of a high-availability file server system This paper discusses the benefits of deploying a JMR SHARE High-Availability File Server System. Hardware and performance considerations
The new 32-bit MSP432 MCU platform from Texas
Technology Trend MSP432 TM microcontrollers: Bringing high performance to low-power applications The new 32-bit MSP432 MCU platform from Texas Instruments leverages its more than 20 years of lowpower leadership
PEX 8748, PCI Express Gen 3 Switch, 48 Lanes, 12 Ports
, PCI Express Gen 3 Switch, 48 Lanes, 12 Ports Highlights General Features o 48-lane, 12-port PCIe Gen 3 switch - Integrate d 8.0 GT/s SerDes o 27 x 27mm 2, 676-pin BGA package o Typical Power: 8.0 Watts
Deeply Embedded Real-Time Hypervisors for the Automotive Domain Dr. Gary Morgan, ETAS/ESC
Deeply Embedded Real-Time Hypervisors for the Automotive Domain Dr. Gary Morgan, ETAS/ESC 1 Public ETAS/ESC 2014-02-20 ETAS GmbH 2014. All rights reserved, also regarding any disposal, exploitation, reproduction,
COMPUTER HARDWARE. Input- Output and Communication Memory Systems
COMPUTER HARDWARE Input- Output and Communication Memory Systems Computer I/O I/O devices commonly found in Computer systems Keyboards Displays Printers Magnetic Drives Compact disk read only memory (CD-ROM)
Outline. Introduction. Multiprocessor Systems on Chip. A MPSoC Example: Nexperia DVP. A New Paradigm: Network on Chip
Outline Modeling, simulation and optimization of Multi-Processor SoCs (MPSoCs) Università of Verona Dipartimento di Informatica MPSoCs: Multi-Processor Systems on Chip A simulation platform for a MPSoC
ELEC 5260/6260/6266 Embedded Computing Systems
ELEC 5260/6260/6266 Embedded Computing Systems Spring 2016 Victor P. Nelson Text: Computers as Components, 3 rd Edition Prof. Marilyn Wolf (Georgia Tech) Course Topics Embedded system design & modeling
Development of Embedded Board for OMAP4460
Development of Embedded Board for OMAP4460 Subodh Raj M S 1, Rajesh M 2 M.Tech Student, Embedded Systems Group, NIELIT, Kozhikode, Kerala, India 1 Scientist/ Engineer-C, Embedded Systems Group, NIELIT,
A New, High-Performance, Low-Power, Floating-Point Embedded Processor for Scientific Computing and DSP Applications
1 A New, High-Performance, Low-Power, Floating-Point Embedded Processor for Scientific Computing and DSP Applications Simon McIntosh-Smith Director of Architecture 2 Multi-Threaded Array Processing Architecture
A New Chapter for System Designs Using NAND Flash Memory
A New Chapter for System Designs Using Memory Jim Cooke Senior Technical Marketing Manager Micron Technology, Inc December 27, 2010 Trends and Complexities trends have been on the rise since was first
Am186ER/Am188ER AMD Continues 16-bit Innovation
Am186ER/Am188ER AMD Continues 16-bit Innovation 386-Class Performance, Enhanced System Integration, and Built-in SRAM Problem with External RAM All embedded systems require RAM Low density SRAM moving
Design and Verification of Nine port Network Router
Design and Verification of Nine port Network Router G. Sri Lakshmi 1, A Ganga Mani 2 1 Assistant Professor, Department of Electronics and Communication Engineering, Pragathi Engineering College, Andhra
Link Aggregation and its Applications
Link Aggregation White Paper Link Aggregation and its Applications Asante 47709 Fremont Blvd Fremont, CA 94538 USA SALES 408-435-8388 TECHNICAL SUPPORT 408-435-8388: Worldwide www.asante.com/support [email protected]
Distribution One Server Requirements
Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and
Operating system Dr. Shroouq J.
3 OPERATING SYSTEM STRUCTURES An operating system provides the environment within which programs are executed. The design of a new operating system is a major task. The goals of the system must be well
Figure 1. 8-Bit USB Debug Adapter
8-BIT USB DEBUG ADAPTER USER S GUIDE 1. Introduction The 8-bit USB Debug Adapter (UDA) provides the interface between the PC s USB port and the Silicon Labs 8-bit target device s in-system debug/programming
Developing Embedded Applications with ARM Cortex TM -M1 Processors in Actel IGLOO and Fusion FPGAs. White Paper
Developing Embedded Applications with ARM Cortex TM -M1 Processors in Actel IGLOO and Fusion FPGAs White Paper March 2009 Table of Contents Introduction......................................................................
ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-17: Memory organisation, and types of memory
ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-17: Memory organisation, and types of memory 1 1. Memory Organisation 2 Random access model A memory-, a data byte, or a word, or a double
RTOS Debugger for ecos
RTOS Debugger for ecos TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents... RTOS Debugger... RTOS Debugger for ecos... 1 Overview... 2 Brief Overview of Documents for New Users... 3
ARM Cortex-R Architecture
ARM Cortex-R Architecture For Integrated Control and Safety Applications Simon Craske, Senior Principal Engineer October, 2013 Foreword The ARM architecture continuously evolves to support deployment of
HARDWARE ACCELERATION IN FINANCIAL MARKETS. A step change in speed
HARDWARE ACCELERATION IN FINANCIAL MARKETS A step change in speed NAME OF REPORT SECTION 3 HARDWARE ACCELERATION IN FINANCIAL MARKETS A step change in speed Faster is more profitable in the front office
AN4664 Application note
Application note SPC56ELxx Automotive MCU multicore architectures and getting started Introduction This document provides an introduction to the world of multi-core MCU architectures and programming and
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.
DsPIC HOW-TO GUIDE Creating & Debugging a Project in MPLAB
DsPIC HOW-TO GUIDE Creating & Debugging a Project in MPLAB Contents at a Glance 1. Introduction of MPLAB... 4 2. Development Tools... 5 3. Getting Started... 6 3.1. Create a Project... 8 3.2. Start MPLAB...
1 Organization of Operating Systems
COMP 730 (242) Class Notes Section 10: Organization of Operating Systems 1 Organization of Operating Systems We have studied in detail the organization of Xinu. Naturally, this organization is far from
Using Altera MAX Series as Microcontroller I/O Expanders
2014.09.22 Using Altera MAX Series as Microcontroller I/O Expanders AN-265 Subscribe Many microcontroller and microprocessor chips limit the available I/O ports and pins to conserve pin counts and reduce
Production Flash Programming Best Practices for Kinetis K- and L-series MCUs
Freescale Semiconductor Document Number:AN4835 Application Note Rev 1, 05/2014 Production Flash Programming Best Practices for Kinetis K- and L-series MCUs by: Melissa Hunter 1 Introduction This application
ARM Cortex-A9 MPCore Multicore Processor Hierarchical Implementation with IC Compiler
ARM Cortex-A9 MPCore Multicore Processor Hierarchical Implementation with IC Compiler DAC 2008 Philip Watson Philip Watson Implementation Environment Program Manager ARM Ltd Background - Who Are We? Processor
Von der Hardware zur Software in FPGAs mit Embedded Prozessoren. Alexander Hahn Senior Field Application Engineer Lattice Semiconductor
Von der Hardware zur Software in FPGAs mit Embedded Prozessoren Alexander Hahn Senior Field Application Engineer Lattice Semiconductor AGENDA Overview Mico32 Embedded Processor Development Tool Chain HW/SW
MPSoC Designs: Driving Memory and Storage Management IP to Critical Importance
MPSoC Designs: Driving Storage Management IP to Critical Importance Design IP has become an essential part of SoC realization it is a powerful resource multiplier that allows SoC design teams to focus
find model parameters, to validate models, and to develop inputs for models. c 1994 Raj Jain 7.1
Monitors Monitor: A tool used to observe the activities on a system. Usage: A system programmer may use a monitor to improve software performance. Find frequently used segments of the software. A systems
Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit
Unit A451: Computer systems and programming Section 2: Computing Hardware 1/5: Central Processing Unit Section Objectives Candidates should be able to: (a) State the purpose of the CPU (b) Understand the
PowerPC Microprocessor Clock Modes
nc. Freescale Semiconductor AN1269 (Freescale Order Number) 1/96 Application Note PowerPC Microprocessor Clock Modes The PowerPC microprocessors offer customers numerous clocking options. An internal phase-lock
Complete Integrated Development Platform. 2013 Copyright Atmel Corporation
Complete Integrated Development Platform 2013 Copyright Atmel Corporation MCU Developer s Challenge 80% increase in SW in next MCU project Top Engineering Concern: Hitting Schedules More complex end user
Silabs Ember Development Tools
Silabs Ember Development Tools Presented by Silicon Laboratories Shaoxian Luo 1 Development Tools Desktop Network Analyzer Debug Adapter Packet Trace Port Desktop Network Analyzer provides a macroscopic
Network connectivity controllers
Network connectivity controllers High performance connectivity solutions Factory Automation The hostile environment of many factories can have a significant impact on the life expectancy of PCs, and industrially
Rapid System Prototyping with FPGAs
Rapid System Prototyping with FPGAs By R.C. Coferand Benjamin F. Harding AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO Newnes is an imprint of
Power Reduction Techniques in the SoC Clock Network. Clock Power
Power Reduction Techniques in the SoC Network Low Power Design for SoCs ASIC Tutorial SoC.1 Power Why clock power is important/large» Generally the signal with the highest frequency» Typically drives a
Figure 1 FPGA Growth and Usage Trends
White Paper Avoiding PCB Design Mistakes in FPGA-Based Systems System design using FPGAs is significantly different from the regular ASIC and processor based system design. In this white paper, we will
Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to:
55 Topic 3 Computer Performance Contents 3.1 Introduction...................................... 56 3.2 Measuring performance............................... 56 3.2.1 Clock Speed.................................
What is LOG Storm and what is it useful for?
What is LOG Storm and what is it useful for? LOG Storm is a high-speed digital data logger used for recording and analyzing the activity from embedded electronic systems digital bus and data lines. It
Analysis of Hardware and Software Approaches to Embedded In-Circuit Emulation of Microprocessors
Analysis of Hardware and Software Approaches to Embedded In-Circuit Emulation of Microprocessors Hsin-Ming Chen, Chung-Fu Kao and Ing-Jer Huang Dept. of Computer Science and Engineering National Sun Yat-Sen
Low Power AMD Athlon 64 and AMD Opteron Processors
Low Power AMD Athlon 64 and AMD Opteron Processors Hot Chips 2004 Presenter: Marius Evers Block Diagram of AMD Athlon 64 and AMD Opteron Based on AMD s 8 th generation architecture AMD Athlon 64 and AMD
Selecting the Right MCU Can Squeeze Nanoamps out of Your Next Internet of Things Application
Selecting the Right MCU Can Squeeze Nanoamps out of Your Next Internet of Things Application www.silabs.com Introduction Industry leaders predict that the number of connected devices for the Internet of
Wind River ICE 2. Table of Contents. Key Features
Wind River ICE 2 Developers working with complex 32- and 64-bit multicore systems-on-chip (SoCs) require development tools that leverage the key debug and analysis capabilities built into these devices.
