© 2000 Morgan Kaufman Overheads for Computers as Components1 Design methodologies zA procedure for designing a system. zUnderstanding your methodology.

Slides:



Advertisements
Similar presentations
Arquitetura de Computadores I
Advertisements

ECOE 560 Design Methodologies and Tools for Software/Hardware Systems Spring 2004 Serdar Taşıran.
© 2008 Wayne Wolf Overheads for Computers as Components 2nd ed. System design techniques Design methodologies. Requirements and specification. 1.
Objectives Explain the purpose and various phases of the traditional systems development life cycle (SDLC) Explain when to use an adaptive approach to.
© 2000 Morgan Kaufman Overheads for Computers as Components System design techniques zDesign methodologies. zRequirements and specification.
© 2000 Morgan Kaufman Overheads for Computers as Components Introduction zWhat are embedded systems? zChallenges in embedded computing system design.
임베디드 ( 내장형 ) 시스템 z 교과서 y Computers as components Morgan Kaufmann by Wayne Wolf xwww.mkp.com/embedwww.mkp.com/embed y Surviving the SoC revolution KAP.
© 2008 Wayne Wolf Overheads for Computers as Components, 2nd ed. Introduction What are embedded computing systems? Challenges in embedded computing system.
Today’s Lecture What is the embedded system?
CS4101 嵌入式系統概論 Design and Development 金仲達教授 國立清華大學資訊工程學系 Slides from Computers as Components: Principles of Embedded Computing System Design, Wayne Wolf,
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Embedded Computing Design & Co-design of Embedded Systems Maziar Goudarzi.
Lesson-12 Information System Development-2
SWE Introduction to Software Engineering
Software Engineering General Project Management Software Requirements
Define Embedded Systems Small (?) Application Specific Computer Systems.
Embedded Systems Introduction to Embedded Software C.-Z. Yang Sept.-Dec
Software Requirements
CAD/CAM Design Process and the role of CAD. Design Process Engineering and manufacturing together form largest single economic activity of western civilization.
Introduction to Embedded Systems Introduction to Embedded Systems.
Embedded Computer Systems Chapter1: Embedded Computing Eng. Husam Y. Alzaq Islamic University of Gaza.
1 ECE 354 Slides modified from Moritz/Koren/Burleson/Kundu, UMass ; Wolf, Computers as Components, Morgan Kaufman, 2005 Embedded Systems.
FPGA-Based Arcade Emulation Danny Funk, Cory Mohling, Tony Milosch, David Gartner, John Alexander Advisor: Philip Jones Client: Joseph Zambreno.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Codesign of Embedded Systems1 Introduction to Embedded Systems Part of HW/SW Codesign of Embedded Systems Course (CE )
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
Lesson 7 Guide for Software Design Description (SDD)
CIS 321—IS Analysis & Design Chapter 1: The World of the Modern Systems Analyst.
Introduction to Embedded System Xiaoming JU
1 3-General Purpose Processors: Altera Nios II 2 Altera Nios II processor A 32-bit soft core processor from Altera Comes in three cores: Fast, Standard,
Computers as Components: Principles of Embedded Computing System Design Xiaoming JU
ITEC 3220M Using and Designing Database Systems
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 26 Slide 1 Software cost estimation 1.
Software Requirements Presented By Dr. Shazzad Hosain.
 Chapter 6 Architecture 1. What is Architecture?  Overall Structure of system  First Stage in Design process 2.
 Dr. Syed Noman Hasany.  Review of known methodologies  Analysis of software requirements  Real-time software  Software cost, quality, testing and.
GEOREMINDERS ANDROID APPLICATION BY: ADRIENNE KECK.
High Performance Embedded Computing © 2007 Elsevier Lecture 3: Design Methodologies Embedded Computing Systems Mikko Lipasti, adapted from M. Schulte Based.
1 Analysis Extracting from Use Cases to Create Diagrams.
High Performance Embedded Computing © 2007 Elsevier Chapter 1, part 2: Embedded Computing High Performance Embedded Computing Wayne Wolf.
1 Systems Analysis and Design in a Changing World, Thursday, January 18, 2007.
1 Introduction to Software Engineering Lecture 1.
1 Computer Graphics Week2 –Creating a Picture. Steps for creating a picture Creating a model Perform necessary transformation Lighting and rendering the.
Cost Estimation. Problem Our ability to realistically plan and schedule projects depends on our ability to estimate project costs and development efforts.
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
CASE (Computer-Aided Software Engineering) Tools Software that is used to support software process activities. Provides software process support by:- –
Architecture View Models A model is a complete, simplified description of a system from a particular perspective or viewpoint. There is no single view.
Software Engineering Saeed Akhtar The University of Lahore.
© 2000 Morgan Kaufman Overheads for Computers as Components Accelerators zAccelerated systems. zSystem design: yperformance analysis; yscheduling and.
© 2000 Morgan Kaufman Overheads for Computers as Components Host/target design  Use a host system to prepare software for target system: target system.
1 Week 6 Software Engineering Fall Term 2015 Marymount University School of Business Administration Professor Suydam.
CSC480 Software Engineering Lecture 7 September 16, 2002.
Software Engineering, COMP201 Slide 1 Software Requirements BY M D ACHARYA Dept of Computer Science.
Introduction to ABAP/4 A dvanced B usiness A pplication P rogram – Release 4 Why Use ABAP? –Programming language of SAP –Main purpose is to provide additional.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
LECTURE 5 Nangwonvuma M/ Byansi D. Components, interfaces and integration Infrastructure, Middleware and Platforms Techniques – Data warehouses, extending.
1 Software Requirements Descriptions and specifications of a system.
Recap More and more physical things will be augmented or embedded with computing Things become “smarter” Computing becomes ubiquitous An embedded system.
System Design, Implementation and Review
Classifications of Software Requirements
Computer Architecture & Operations I
School of Business Administration
System design techniques
CS4101 Introduction to Embedded Systems Design and Implementation
FORMAL SYSTEM DEVELOPMENT METHODOLOGIES
UNIT 5 EMBEDDED SYSTEM DEVELOPMENT
UNIT 5 EMBEDDED SYSTEM DEVELOPMENT
Design Challenge.
Presentation transcript:

© 2000 Morgan Kaufman Overheads for Computers as Components1 Design methodologies zA procedure for designing a system. zUnderstanding your methodology helps you ensure you didn’t skip anything. zCompilers, software engineering tools, computer-aided design (CAD) tools, etc., can be used to: yhelp automate methodology steps; ykeep track of the methodology itself.

© 2000 Morgan Kaufman Overheads for Computers as Components2 Design goals zPerformance. yOverall speed, deadlines. zFunctionality and user interface. zManufacturing cost. zPower consumption. zOther requirements (physical size, etc.)

© 2000 Morgan Kaufman Overheads for Computers as Components3 Levels of abstraction requirements specification architecture component design system integration

© 2000 Morgan Kaufman Overheads for Computers as Components4 Top-down vs. bottom-up zTop-down design: ystart from most abstract description; ywork to most detailed. zBottom-up design: ywork from small components to big system. zReal design uses both techniques.

© 2000 Morgan Kaufman Overheads for Computers as Components5 Stepwise refinement zAt each level of abstraction, we must: yanalyze the design to determine characteristics of the current state of the design; yrefine the design to add detail.

© 2000 Morgan Kaufman Overheads for Computers as Components6 Requirements zPlain language description of what the user wants and expects to get. zMay be developed in several ways: ytalking directly to customers; ytalking to marketing representatives; yproviding prototypes to users for comment.

© 2000 Morgan Kaufman Overheads for Computers as Components7 Functional vs. non- functional requirements zFunctional requirements: youtput as a function of input. zNon-functional requirements: ytime required to compute output; ysize, weight, etc.; ypower consumption; yreliability; yetc.

© 2000 Morgan Kaufman Overheads for Computers as Components8 Our requirements form

© 2000 Morgan Kaufman Overheads for Computers as Components9 Example: GPS moving map requirements zMoving map obtains position from GPS, paints map from local database. lat: lon: I-78 Scotch Road

© 2000 Morgan Kaufman Overheads for Computers as Components10 GPS moving map needs zFunctionality: For automotive use. Show major roads and landmarks. zUser interface: At least 400 x 600 pixel screen. Three buttons max. Pop-up menu. zPerformance: Map should scroll smoothly. No more than 1 sec power-up. Lock onto GPS within 15 seconds. zCost: $500 street price = approx. $100 cost of goods sold.

© 2000 Morgan Kaufman Overheads for Computers as Components11 GPS moving map needs, cont’d. zPhysical size/weight: Should fit in dashboard. zPower consumption: Current draw comparable to CD player.

© 2000 Morgan Kaufman Overheads for Computers as Components12 GPS moving map requirements form

© 2000 Morgan Kaufman Overheads for Computers as Components13 Specification zA more precise description of the system: yshould not imply a particular architecture; yprovides input to the architecture design process. zMay include functional and non-functional elements. zMay be executable or may be in mathematical form for proofs.

© 2000 Morgan Kaufman Overheads for Computers as Components14 GPS specification zShould include: yWhat is received from GPS; ymap data; yuser interface; yoperations required to satisfy user requests; ybackground operations needed to keep the system running.

© 2000 Morgan Kaufman Overheads for Computers as Components15 Architecture design zWhat major components go satisfying the specification? zHardware components: yCPUs, peripherals, etc. zSoftware components: ymajor programs and their operations. zMust take into account functional and non-functional specifications.

© 2000 Morgan Kaufman Overheads for Computers as Components16 GPS moving map block diagram GPS receiver search engine renderer user interface database display

© 2000 Morgan Kaufman Overheads for Computers as Components17 GPS moving map hardware architecture GPS receiver CPU panel I/O display frame buffer memory

© 2000 Morgan Kaufman Overheads for Computers as Components18 GPS moving map software architecture position database search renderer timer user interface pixels

© 2000 Morgan Kaufman Overheads for Computers as Components19 Designing hardware and software components zMust spend time architecting the system before you start coding. zSome components are ready-made, some can be modified from existing designs, others must be designed from scratch.

© 2000 Morgan Kaufman Overheads for Computers as Components20 System integration zPut together the components. yMany bugs appear only at this stage. zHave a plan for integrating components to uncover bugs quickly, test as much functionality as early as possible.

© 2000 Morgan Kaufman Overheads for Computers as Components21 Summary zEmbedded computers are all around us. yMany systems have complex embedded hardware and software. zEmbedded systems pose many design challenges: design time, deadlines, power, etc. zDesign methodologies help us manage the design process.