distinguish between structures versus behaviors of a system design, with proper example

16
WELCOME TO OUR PRESENTATION

Upload: liza4051

Post on 20-Mar-2017

28 views

Category:

Engineering


2 download

TRANSCRIPT

Page 1: Distinguish between Structures versus behaviors of a system design, with proper example

WELCOME TO OUR PRESENTATION

Page 2: Distinguish between Structures versus behaviors of a system design, with proper example

OUR TOPIC ISDistinguish between Structure vs. Behavior

Page 3: Distinguish between Structures versus behaviors of a system design, with proper example

GROUP MEMBERS Irin Afroz 142-15-3746 Asif Ahmed Sajal 142-15-3710 Morium Mostary Liza 142-15-4051 Masudul Hasan Shawon142-15-3719 Suvrota Kapali Munna 142-15-3591 Md Shahin Reza 142-15-3521

Page 4: Distinguish between Structures versus behaviors of a system design, with proper example

WHAT IS STRUCTURE AND BEHAVIOUR? Structural modelling refers to that type of

modelling in which we simply interconnect the components by mapping there ports by seeing the rtl diagram whereas

Behavioral modelling uses sequential statement inside the process statement ,in it we implement the logic directly and this modelling is preferred and is the highest level of abstraction.

Page 5: Distinguish between Structures versus behaviors of a system design, with proper example

STRUCTURE VERSUS BEHAVIORS:

Page 6: Distinguish between Structures versus behaviors of a system design, with proper example

DESIGN METHODOLOGY We can fully describe a system’s structure and

behavior by means of a block diagram

Page 7: Distinguish between Structures versus behaviors of a system design, with proper example

DESIGN LEVELS The processor level, also

called the architecture, behavior, or system level

The register level, also called the register-transfer level (RTL).

The gate level, also called the logic level

Page 8: Distinguish between Structures versus behaviors of a system design, with proper example

ABSTRACTIONS FOR MODELING SYSTEM STRUCTURE

1.Components

2. Attributes

3. Relationships- parts- connectors- ports

Page 9: Distinguish between Structures versus behaviors of a system design, with proper example

CREATING A BEHAVIOR MODEL

Develop Model of System Context

Operations Concept

Requirements

Page 10: Distinguish between Structures versus behaviors of a system design, with proper example

ABSTRACTIONS FOR MODELING SYSTEM BEHAVIOR Sequence

Selection

Iteration

Page 11: Distinguish between Structures versus behaviors of a system design, with proper example

STRUCTURE VS BEHAVIOR IN LOGIC GATE

Page 12: Distinguish between Structures versus behaviors of a system design, with proper example

BEHAVIOR OF AN ARTILLERY CANNON Problem Statement: Suppose that you have

been asked to develop a system design an artillery Cannon system

The systems design will include a behavior model, a structural model, and a combined model where behavior is mapped onto the structural configuration

Page 13: Distinguish between Structures versus behaviors of a system design, with proper example

BEHAVIOR OF AN ARTILLERY CANNON Operations Context Operations Concept.

Page 14: Distinguish between Structures versus behaviors of a system design, with proper example

BEHAVIOR OF AN ARTILLERY CANNON

Inputs to System Target location, Time to commence

firing, Projectile type.

Outputs from System

Muzzle velocity for each projectile,

Proper initial flight path,

10 projectiles.

Page 15: Distinguish between Structures versus behaviors of a system design, with proper example

FIRING BEHAVIOR OF CANNON

Page 16: Distinguish between Structures versus behaviors of a system design, with proper example

SO, THIS IS BITTER SOMETHING ABOUT STRUCTURE VS.

BEHAVIOR.

THANK YOU ALL