UG1165 (V2020.1) June 10, 2020 Revision History

Total Page:16

File Type:pdf, Size:1020Kb

UG1165 (V2020.1) June 10, 2020 Revision History See all versions of this document Zynq-7000 SoC: Embedded Design Tutorial A Hands-On Guide to Effective Embedded System Design UG1165 (v2020.1) June 10, 2020 Revision History Revision History The following table shows the revision history for this document. Section Revision Summary 06/10/2020 Version 2020.1 Whole document. Updated GUI screenshots. Creating a Platform Project in the Vitis Software Platform Updated New Application Project settings. with an XSA from Vivado Running the Standalone CDMA Application Using the Vitis Updated New Application Project settings. Software Platform Building an Application and Running it on the Target Board Updated New Application Project settings. Using the Vitis Software Platform Example Design: Debugging the Linux Application Using the Updated New Application Project settings. Vitis Software Platform Create the First Stage Boot Loader Executable File Updated New Application Project settings. Loading Modules and Executing Applications Updated New Application Project settings. Creating the Hello World Linux Application to Exercise the Updated New Application Project settings. OS Aware Debugging Feature 12/05/2019 Version 2019.2 General updates Added support for the Vitis™ software platform. 06/06/2018 Version 2017.3 General updates Verified for 2017.3 version of Vivado® Design Suite, Xilinx® SDK, and PetaLinux Tools. UG1165 (v2020.1) June 10, 2020Send Feedback www.xilinx.com Zynq-7000 SoC: Embedded Design Tutorial 2 Table of Contents Revision History...............................................................................................................2 Chapter 1: Introduction.............................................................................................. 5 About This Guide......................................................................................................................... 5 How Zynq Devices Simplify Embedded Processor Design..................................................... 7 How the Vivado Tools Expedite the Design Process............................................................... 8 What You Need to Set Up Before Starting............................................................................... 8 Chapter 2: Using the Zynq SoC Processing System....................................12 Embedded System Configuration........................................................................................... 12 Example Project: Creating a New Embedded Project with Zynq SoC................................. 12 Synthesizing the Design, Running Implementation, and Generating the Bitstream....... 19 Exporting a Hardware Platform.............................................................................................. 20 Creating a Platform Project in the Vitis Software Platform with an XSA from Vivado......21 Example Project: Running the "Hello World" Application................................................... 25 Additional Information............................................................................................................. 28 Chapter 3: Using the GP Port in Zynq Devices..............................................29 Adding IP in PL to the Zynq SoC Processing System............................................................ 29 Standalone Application Software for the Design.................................................................. 43 Chapter 4: Debugging with the Vitis Software Platform....................... 45 Xilinx System Debugger........................................................................................................... 45 Debugging Software Using the Vitis Software Platform...................................................... 47 Chapter 5: Using the HP Slave Port with AXI CDMA IP............................ 50 Integrating AXI CDMA with the Zynq SoC PS HP Slave Port................................................ 50 Standalone Application Software for the Design.................................................................. 55 Linux OS Based Application Software for the CDMA System...............................................58 Running Linux CDMA Application Using the Vitis Software Platform.................................60 Chapter 6: Linux Booting and Debug in the Vitis Software Platform.........................................................................................................................72 UG1165 (v2020.1) June 10, 2020Send Feedback www.xilinx.com Zynq-7000 SoC: Embedded Design Tutorial 3 Requirements............................................................................................................................ 72 Booting Linux on a Zynq SoC Board....................................................................................... 73 Chapter 7: Creating Custom IP and Device Driver for Linux................91 Requirements............................................................................................................................ 91 Creating Peripheral IP.............................................................................................................. 92 Integrating Peripheral IP with PS GP Master Port................................................................ 97 Linux-Based Device Driver Development.............................................................................100 Loading Module into Running Kernel and Application Execution.................................... 101 Chapter 8: Software Profiling Using the Vitis Software Platform... 106 Profiling an Application in the Vitis Software Platform with System Debugger............. 106 Additional Design Support Options...................................................................................... 108 Chapter 9: Linux OS Aware Debugging Using the Vitis Software Platform.......................................................................................................................109 Setting Up Linux OS Aware Debugging ...............................................................................109 Debugging Linux Processes and Threads Using OS Aware Debug ................................. 112 Appendix A: Additional Resources and Legal Notices........................... 120 Xilinx Resources.......................................................................................................................120 Solution Centers...................................................................................................................... 120 Documentation Navigator and Design Hubs...................................................................... 120 Design Files for This Tutorial................................................................................................. 121 References................................................................................................................................121 Training Resources..................................................................................................................122 Please Read: Important Legal Notices................................................................................. 123 UG1165 (v2020.1) June 10, 2020Send Feedback www.xilinx.com Zynq-7000 SoC: Embedded Design Tutorial 4 Chapter 1: Introduction Chapter 1 Introduction About This Guide This document provides an introduction to using the Xilinx® Vivado® Design Suite flow for using the Zynq®-7000 SoC device. The examples are targeted for the Xilinx ZC702 Rev 1.0 evaluation board and the tools used are the Vivado® Design Suite and the Vitis™ unified software platform. The examples in this document were created using the Xilinx tools running on Windows 7, 64-bit operating system, and PetaLinux on Linux 64-bit operating system. Other versions of the tools running on other Window installs might provide varied results. These examples focus on introducing you to the following aspects of embedded design. Note: The sequence mentioned in the tutorial steps for booting Linux on the hardware is specific to the PetaLinux tools released for 2020.1, which must be installed on the Linux host machine for exercising the Linux portions of this document. Document Audience and Scope The purpose of this guide is to empower software application developers, system software designers, and system hardware designers by providing the following: • Tutorials for creating a system with the Zynq-7000 SoC processing system (PS) and the programmable logic (PL) • Tutorials on booting the Linux OS on the Zynq SoC board and application development with PetaLinux tools • Tutorials on debugging in the Vitis integrated design environment (IDE) • System design examples Example Project The best way to learn a tool is to use it. So, this guide provides opportunities for you to work with the tools under discussion. Specifications for sample projects are given in the example sections, along with an explanation of what is happening behind the scenes. Each chapter and examples are meant to showcase different aspects of embedded design. The example takes you through the entire flow to complete the learning and then moves on to another topic. UG1165 (v2020.1) June 10, 2020Send Feedback www.xilinx.com Zynq-7000 SoC: Embedded Design Tutorial 5 Chapter 1: Introduction Additional Documentation Vivado Design Suite, System Edition Xilinx offers a broad range of development system tools, collectively called the Vivado Design Suite. Various Vivado Design Suite editions can be used for embedded system development. In this guide, you will use the System
Recommended publications
  • Efficient Checker Processor Design
    Efficient Checker Processor Design Saugata Chatterjee, Chris Weaver, and Todd Austin Electrical Engineering and Computer Science Department University of Michigan {saugatac,chriswea,austin}@eecs.umich.edu Abstract system works to increase test space coverage by proving a design is correct, either through model equivalence or assertion. The approach is significantly more efficient The design and implementation of a modern micro- than simulation-based testing as a single proof can ver- processor creates many reliability challenges. Design- ify correctness over large portions of a design’s state ers must verify the correctness of large complex systems space. However, complex modern pipelines with impre- and construct implementations that work reliably in var- cise state management, out-of-order execution, and ied (and occasionally adverse) operating conditions. In aggressive speculation are too stateful or incomprehen- our previous work, we proposed a solution to these sible to permit complete formal verification. problems by adding a simple, easily verifiable checker To further complicate verification, new reliability processor at pipeline retirement. Performance analyses challenges are materializing in deep submicron fabrica- of our initial design were promising, overall slowdowns tion technologies (i.e. process technologies with mini- due to checker processor hazards were less than 3%. mum feature sizes below 0.25um). Finer feature sizes However, slowdowns for some outlier programs were are generally characterized by increased complexity, larger. more exposure to noise-related faults, and interference In this paper, we examine closely the operation of the from single event radiation (SER). It appears the current checker processor. We identify the specific reasons why advances in verification (e.g., formal verification, the initial design works well for some programs, but model-based test generation) are not keeping pace with slows others.
    [Show full text]
  • What Knowledge Is of Most Worth in Engineering Design Education?
    Integrated Design: What Knowledge is of Most Worth in Engineering Design Education? Richard Devon Sven Bilén 213 Hammond 213 Hammond Pennsylvania State University Pennsylvania State University PA 16802 PA 16802 [email protected] sbilé[email protected] Alison McKay Alan de Pennington Dep’t. of Mechanical Engineering Dep’t. of Mechanical Engineering University of Leeds University of Leeds Leeds LS2 9JT, UK Leeds LS2 9JT, UK [email protected] [email protected] Patrick Serrafero Javier Sánchez Sierra Ecole Centrale de Lyon Esc. Sup. de Ingenieros de Tecnun 17 Chemin du Petit Bois Universidad de Navarra F-69130 Lyon-Ecully, France 20018 San Sebastián, Spain [email protected] [email protected] Abstract This paper is based on the premise that the design ideas and methods that cut across most fields of engineering, herein called integrated design, have grown rapidly in the last two or three decades and that integrated design now has the status of cumulative knowledge. This is old news for many, but a rather limited approach to teaching design knowledge is still common in the United States and perhaps elsewhere. In many engineering departments in the United States, students are only required to have a motivational and experiential introductory design course that is followed several years later by an experiential and discipline-specific capstone course [1]. Some limitations of the capstone approach, such as too little and too late, have been noted [2]. In some departments, and for some students, another experiential design course may be taken as an elective. A few non-design courses have an experiential design project added following a design across the curriculum approach.
    [Show full text]
  • Argentina Argentine Argentinien Report Q169 in the Name of The
    Argentina Argentine Argentinien Report Q169 in the name of the Argentinean Group by Ernesto O'FARRELL and Gustavo P. GIAY Criminal law sanctions with regard to the infringement of intellectual property rights 2. Substantive Law 2.1 Penal sanctions have been in force since long before the TRIPS Treaty was adopted by Argentina. A special Law improving penal sanctions related with infringement of software has been enacted after TRIPS. 2.2 Regarding trademarks, a special intentional element is not necessary, because the Law presumes that dealers are expected to keep accurate records of their commercial opera- tions, and should be able to prove the source from which they obtained the infringing goods, so that the owner of the trademark may prosecute the party or parties responsible for the infringement. This point of view has been ratified by a quite recent Supreme Court decision in re Sandys Confezioni S.P.A. (S. 350-XXII, March 13, 1990). With respect to copyright and patents, the courts normally require that the culprit has had a reasonable opportunity to be aware of the rights protected that he has infringed, which is almost equivalent to the requirement of an intentional element. In general, the burden of proof has to be assumed by plaintiff, except, with respect to trademarks and patents, when the culprit refuses to give proof and information regarding: a) the name and address of whoever sold or deliver the infringing goods, when such transaction took place, as well as to exhibit the respective invoices; b) the amount of units manufactured or sold and their price, as well as to exhibit the sale invoices.
    [Show full text]
  • Design Patent Infringement: Post- Egyptian Goddess
    DESIGN PATENT INFRINGEMENT: POST- EGYPTIAN GODDESS Marta Kowalczyk* I. INTRODUCTION The United States Court of Appeals for the Federal Circuit overturned de- sign patent precedent in its en banc decision in Egyptian Goddess, Inc. v. Swisa Inc.1 Prior to Egyptian Goddess, courts had been applying a two-prong test to determine design patent infringement. Egyptian Goddess eliminated one of those prongs: the point of novelty test.2 The Federal Circuit in Egyptian God- dess instead only focused on one test, the ordinary observer test, to determine design patent infringement.3 The Federal Circuit not only held the ordinary observer test to be the sole test in determining design patent infringement but also modified this test.4 This recent development discusses the rejection of the point of novelty test and the modification of the ordinary observer test in Egyptian Goddess.5 Part II briefly overviews design patent law prior to Egyptian Goddess, focusing on the evolution of the two-prong test of design patent infringement. Part III discusses the facts and analysis of Egyptian Goddess. Part IV reviews case law post-Egyptian Goddess and comments on the effects of Egyptian Goddess on design patent infringement law. Part V provides concluding remarks on the future of design patent law post-Egyptian Goddess. II. DESIGN PATENT LAW PRE-EGYPTIAN GODDESS Prior to Egyptian Goddess, design patent holders were required to satisfy two separate tests in order to succeed in a design patent infringement claim: the ordinary-observer test and the point of novelty test. This Part discusses the framework of the aforementioned tests.
    [Show full text]
  • Three-Dimensional Integrated Circuit Design: EDA, Design And
    Integrated Circuits and Systems Series Editor Anantha Chandrakasan, Massachusetts Institute of Technology Cambridge, Massachusetts For other titles published in this series, go to http://www.springer.com/series/7236 Yuan Xie · Jason Cong · Sachin Sapatnekar Editors Three-Dimensional Integrated Circuit Design EDA, Design and Microarchitectures 123 Editors Yuan Xie Jason Cong Department of Computer Science and Department of Computer Science Engineering University of California, Los Angeles Pennsylvania State University [email protected] [email protected] Sachin Sapatnekar Department of Electrical and Computer Engineering University of Minnesota [email protected] ISBN 978-1-4419-0783-7 e-ISBN 978-1-4419-0784-4 DOI 10.1007/978-1-4419-0784-4 Springer New York Dordrecht Heidelberg London Library of Congress Control Number: 2009939282 © Springer Science+Business Media, LLC 2010 All rights reserved. This work may not be translated or copied in whole or in part without the written permission of the publisher (Springer Science+Business Media, LLC, 233 Spring Street, New York, NY 10013, USA), except for brief excerpts in connection with reviews or scholarly analysis. Use in connection with any form of information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed is forbidden. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. Printed on acid-free paper Springer is part of Springer Science+Business Media (www.springer.com) Foreword We live in a time of great change.
    [Show full text]
  • Design Patent Claim Construction: Navigating Written Description
    Presenting a live 90-minute webinar with interactive Q&A Design Patent Claim Construction: Navigating Written Description, Ornamentality, Functionality and More Drafting Claims to Withstand Scrutiny and Avoiding Claim Limitation Attack THURSDAY, AUGUST 10, 2017 1pm Eastern | 12pm Central | 11am Mountain | 10am Pacific Today’s faculty features: Christopher V. Carani, Shareholder, McAndrews Held & Malloy, Chicago Robert S. Katz, Esq., Banner & Witcoff, Washington, D.C. Nathan B. Sabri, Partner, Morrison & Foerster, San Francisco The audio portion of the conference may be accessed via the telephone or by using your computer's speakers. Please refer to the instructions emailed to registrants for additional information. If you have any questions, please contact Customer Service at 1-800-926-7926 ext. 10. Tips for Optimal Quality FOR LIVE EVENT ONLY Sound Quality If you are listening via your computer speakers, please note that the quality of your sound will vary depending on the speed and quality of your internet connection. If the sound quality is not satisfactory, you may listen via the phone: dial 1-866-819-0113 and enter your PIN when prompted. Otherwise, please send us a chat or e-mail [email protected] immediately so we can address the problem. If you dialed in and have any difficulties during the call, press *0 for assistance. Viewing Quality To maximize your screen, press the F11 key on your keyboard. To exit full screen, press the F11 key again. Continuing Education Credits FOR LIVE EVENT ONLY In order for us to process your continuing education credit, you must confirm your participation in this webinar by completing and submitting the Attendance Affirmation/Evaluation after the webinar.
    [Show full text]
  • Introduction to ASIC Design
    ’14EC770 : ASIC DESIGN’ An Introduction Application - Specific Integrated Circuit Dr.K.Kalyani AP, ECE, TCE. 1 VLSI COMPANIES IN INDIA • Motorola India – IC design center • Texas Instruments – IC design center in Bangalore • VLSI India – ASIC design and FPGA services • VLSI Software – Design of electronic design automation tools • Microchip Technology – Offers VLSI CMOS semiconductor components for embedded systems • Delsoft – Electronic design automation, digital video technology and VLSI design services • Horizon Semiconductors – ASIC, VLSI and IC design training • Bit Mapper – Design, development & training • Calorex Institute of Technology – Courses in VLSI chip design, DSP and Verilog HDL • ControlNet India – VLSI design, network monitoring products and services • E Infochips – ASIC chip design, embedded systems and software development • EDAIndia – Resource on VLSI design centres and tutorials • Cypress Semiconductor – US semiconductor major Cypress has set up a VLSI development center in Bangalore • VDAT 2000 – Info on VLSI design and test workshops 2 VLSI COMPANIES IN INDIA • Sandeepani – VLSI design training courses • Sanyo LSI Technology – Semiconductor design centre of Sanyo Electronics • Semiconductor Complex – Manufacturer of microelectronics equipment like VLSIs & VLSI based systems & sub systems • Sequence Design – Provider of electronic design automation tools • Trident Techlabs – Power systems analysis software and electrical machine design services • VEDA IIT – Offers courses & training in VLSI design & development • Zensonet Technologies – VLSI IC design firm eg3.com – Useful links for the design engineer • Analog Devices India Product Development Center – Designs DSPs in Bangalore • CG-CoreEl Programmable Solutions – Design services in telecommunications, networking and DSP 3 Physical Design, CAD Tools. • SiCore Systems Pvt. Ltd. 161, Greams Road, ... • Silicon Automation Systems (India) Pvt. Ltd. ( SASI) ... • Tata Elxsi Ltd.
    [Show full text]
  • Understanding Performance Numbers in Integrated Circuit Design Oprecomp Summer School 2019, Perugia Italy 5 September 2019
    Understanding performance numbers in Integrated Circuit Design Oprecomp summer school 2019, Perugia Italy 5 September 2019 Frank K. G¨urkaynak [email protected] Integrated Systems Laboratory Introduction Cost Design Flow Area Speed Area/Speed Trade-offs Power Conclusions 2/74 Who Am I? Born in Istanbul, Turkey Studied and worked at: Istanbul Technical University, Istanbul, Turkey EPFL, Lausanne, Switzerland Worcester Polytechnic Institute, Worcester MA, USA Since 2008: Integrated Systems Laboratory, ETH Zurich Director, Microelectronics Design Center Senior Scientist, group of Prof. Luca Benini Interests: Digital Integrated Circuits Cryptographic Hardware Design Design Flows for Digital Design Processor Design Open Source Hardware Integrated Systems Laboratory Introduction Cost Design Flow Area Speed Area/Speed Trade-offs Power Conclusions 3/74 What Will We Discuss Today? Introduction Cost Structure of Integrated Circuits (ICs) Measuring performance of ICs Why is it difficult? EDA tools should give us a number Area How do people report area? Is that fair? Speed How fast does my circuit actually work? Power These days much more important, but also much harder to get right Integrated Systems Laboratory The performance establishes the solution space Finally the cost sets a limit to what is possible Introduction Cost Design Flow Area Speed Area/Speed Trade-offs Power Conclusions 4/74 System Design Requirements System Requirements Functionality Functionality determines what the system will do Integrated Systems Laboratory Finally the cost sets a limit
    [Show full text]
  • Digital Design Flow Techniques and Circuit Design for Thin-Film Transistors
    Printed by Tryckeriet i E-huset, Lund 2020 Printed by Tryckeriet SUMAN BALAJI Digital Design Flow Techniques and Circuit Design for Thin-Film Transistors SUMAN BALAJI MASTER´S THESIS Digital Design Flow Techniques and Circuit Design for Thin-Film Transistors for Thin-Film Design and Circuit Flow Design Techniques Digital DEPARTMENT OF ELECTRICAL AND INFORMATION TECHNOLOGY FACULTY OF ENGINEERING | LTH | LUND UNIVERSITY Series of Master’s theses Department of Electrical and Information Technology LUND 2020 LU/LTH-EIT 2020-770 http://www.eit.lth.se Digital Design Flow Techniques and Circuit Design for Thin-Film Transistors Suman Balaji [email protected] Department of Electrical and Information Technology Lund University Academic Supervisor: Joachim Rodrigues Supervisor: Hikmet Celiker Examiner: Pietro Andreani June 18, 2020 © 2020 Printed in Sweden Tryckeriet i E-huset, Lund Abstract Thin-Film Transistor (TFT) technology refers to process and manufacture tran- sistors, circuits, Integrated circuits (ICs) using thin-film organic or metal-oxide semiconductors on different substrates, such as flexible plastic foils and rigid glass substrates. TFT technology is attractive and used for applications requiring flexible, ultra- thin ICs to enable seamless integration into devices. TFT technology shows great potential to be an enabling technology for Internet of Things (IoT) applications. TFT is currently used and a dominant technology for switching circuits in flat- panel displays and are the main candidates for IoT applications in the near future because of its flexible structure, low cost. It is possible to design different kinds of Application-specific integrated circuits (ASIC) with flexible TFTs. Logic gates are considered as the basic building blocks of a digital circuit.
    [Show full text]
  • The Effects of Globalization on the Fashion Industry– Maísa Benatti
    ACKNOLEDGMENTS Thank you my dear parents for raising me in a way that I could travel the world and have experienced different cultures. My main motivation for this dissertation was my curiosity to understand personal and professional connections throughout the world and this curiosity was awakened because of your emotional and financial incentives on letting me live away from home since I was very young. Mae and Ingo, thank you for not measuring efforts for having me in Portugal. I know how hard it was but you´d never said no to anything I needed here. Having you both in my life makes everything so much easier. I love you more than I can ever explain. Pai, your time here in Portugal with me was very important for this masters, thank you so much for showing me that life is not a bed of roses and that I must put a lot of effort on the things to make them happen. I could sew my last collection because of you, your patience and your words saying “if it was easy, it wouldn´t be worth it”. Thank you to my family here in Portugal, Dona Teresinha, Sr. Eurico, Erica, Willian, Felipe, Daniel, Zuleica, Emanuel, Vitória and Artur, for understanding my absences in family gatherings because of the thesis and for always giving me support on anything I need. Dona Teresinha and Sr. Eurico, thank you a million times for helping me so much during this (not easy) year of my life. Thank you for receiving me at your house as if I were your child.
    [Show full text]
  • Chapter 6: Design and Design Frameworks: Investing in KBC and Economic Performance
    323 | DESIGN AND DESIGN FRAMEWORKS: INVESTMENT IN KBC AND ECONOMIC PERFORMANCE CHAPTER 6. DESIGN AND DESIGN FRAMEWORKS: INVESTMENT IN KBC AND ECONOMIC PERFORMANCE This chapter addresses the nature and the economic impact of design by looking at design-related intellectual property and how businesses protect their knowledge based capital. The chapter reviews the nature and various definitions of design and how design-related IP, specifically registered designs, relates to other formal IP mechanisms such as patents, trademarks, and copyright. It looks at the primary areas of design activity in a subset of OECD countries and investigates the similarities and differences of the constituent design IP regimes as well as the various treaties governing international design IP regulation. The review continues with an examination of how design-related IP functions in comparison to and in conjunction with other formal and informal IP protection mechanisms and what factors motivate firms to choose and appropriate combinations of protection mechanisms. By examining historical patterns of design registrations in a variety of ways, this chapter identifies trends, at the national level, of how firms perceive the importance of design-related IP. Analysis of national origins of registrations in both the European Community and the United States provides an indicator of the activity of those countries’ businesses relative to their proximities to the markets. It explores the existence of possible alternative indicators for design activity and of industry-specific variations across the sample set. The chapter concludes with a review of input and output measures as stated in the limited set of studies that have endeavoured to establish or quantify the value and/or benefit of design and design-related IP.
    [Show full text]
  • An Automated Flow for Integrating Hardware IP Into the Automotive Systems Engineering Process
    An Automated Flow for Integrating Hardware IP into the Automotive Systems Engineering Process Jan-Hendrik Oetjens Ralph Görgen Joachim Gerlach Wolfgang Nebel Robert Bosch GmbH OFFIS Institute Robert Bosch GmbH Carl v. Ossietzky University AE/EIM3 R&D Division Transportation AE/EIM3 Embedded Hardware-/ Postfach 1342 Escherweg 2 Postfach 1342 Software-Systems 72703 Reutlingen 26121 Oldenburg 72703 Reutlingen 26111 Oldenburg Jan-Hendrik.Oetjens Ralph.Goergen Joachim.Gerlach nebel@informatik. @de.bosch.com @offis.de @de.bosch.com uni-oldenburg.de Abstract during system integration is possible in an earlier stage of the systems engineering process. This contribution shows and discusses the require- Most of the companies’ system development processes ments and constraints that an industrial engineering follow – at least, in their basic principals – the well- process defines for the integration of hardware IP into known V model [1]. In our specific case, there is running the system development flow. It describes the developed an additional boundary through that V model. It partitions strategy for automating the step of making hardware de- the process steps into tasks to be done within our semi- scriptions available in a MATLAB/Simulink based system conductor division and tasks to be done within the corre- modeling and validation environment. It also explains the sponding system divisions (see Figure 1). The prior men- transformation technique on which that strategy is based. tioned acts as a supplier of the hardware parts of the over- An application of the strategy is shown in terms of an all system for the latter. Such boundaries also exist in industrial automotive electronic hardware IP block.
    [Show full text]