🔍
0 like 0 dislike

1 Answer

A design metric is a measure of a implementations features such as cost, size, performance and power.

Commonly used design metrics are:

1.NRE cost:

NRE stands for non recurring engineering cost. The one time monetary cost of Designing the system once the system is designed, any number of units can be manufactured without incurring any additional design cost . Hence the term non recurring.

2.Unit cost:

The monetary cost of manufacturing is copy of the system, excluding NRE cost.

3.Size:

The physical space required by the system. It is often measured in bytes for software and Gates or transistor for Hardware.

4.Performance:

The performance is the execution time of the system.

5.Power:

The amount of power consumed by the system, which may determine the lifetime of a battery or quilling requirements of the IC, since more power means more heat.

6.Flexibility:

The ability to change the functionality of the system without incurring heavy NRE cost.

7. Time to prototype:

The time needed to build a working version of the system, which may be bigger or more expensive than the final system implementation but it can be used to verify the system usefulness and correctness and to refine the systems functionality.

8.Time to market:

The time required to develop a system to the point that it can be release and sold to customers. The main contributors are designed time, manufacturing time, and testing time.

9.Maintainability:

The ability to modify the system after its initial release, especially by designers who did not originally designed the system.

10.Correctness:

It's our confidence that we have implemented the systems functionality correctly. We can check the functionality throughout the process of Designing the system, and we can insert test circuitry to check that manufacturing was correct.

11.Safety:

The probability that the system will not cause harm.

0 like 0 dislike

Related questions

a) Time to market b) The performance
Answer : a) Time to market :Time to market is the time from development of an embedded system to sell it to customers is called time to market. For more profit, the time to market should be ... losses due to delayed entry.b) Performance :Latency and throughput are the two main measures of performance....

View solution
0 like 0 dislike
1 answer

Differentiate general purpose processor, single purpose processor and ASIC with respect to design matrix, with suitable example.
Answer : General purpose processorGeneral purpose processor is a Programmable device.General purpose processor used in microprocessor.General purpose processor have general data path with large register ... Examples of application specific processor are embedded microcontroller, network processor and DSP....

View solution
0 like 0 dislike
1 answer


Answer : Various features of Linux that are used in embedded systems are as follows : Linux is multiuser operating system. Linux is open source and free. Linux can be ... Linux supports handling of errors. Real-time Linux supports the group scheduling functions. ...

View solution
2 like 0 dislike
1 answer

Explain the need to consider following factors in design matrix of embedded system: (i) Processor (ii) Memory (iii) Power (iv) Non- recurring engineering cost.
Answer : 1. Processor: Selection of processor depends upon amount of processing power and the register width required. Powerful 8bit, 16 bit, 32 bit & 64bit processors are available. The clock speed ... system is designed any number of units can be manufactured without incurring any additional design cost....

View solution
0 like 0 dislike
1 answer

What is watchdog timer ? Explain the implementation of time out for ATM with block diagram and program.
Answer : A special type of timer is a watchdog timer, which will reset the system after a predefined timeout. Watchdog timer reset timer every X time unit, else timer generates a signal ... be loaded into timereg. This is to prevent erroneous software from unintentionally resetting the watchdog timer. ...

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users