Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Computer Organization and Architecture a. Compute for the number of dies you would get per 200cm wafer (diameter) b. Compute the die yield (in %)
Computer Organization and Architecture
a. Compute for the number of dies you would get per 200cm wafer (diameter) b. Compute the die yield (in \%) assuming a defect density of 0.5 defect per cm2, a wafer yield of 90% and alpha of 6 . c. Compute for the number of good die based from the computation of a \& b above. d. Compute for the cost of die before testing and packaging e. Compute for the cost of testing die f. Compute for the total cost of each die (cost of die, testing \& packaging) assuming the final test yield is 100%. 2. Understanding CPU performance Equation The PIC32 microcontroller employs Harvard Architecture which allows 1 clock cycle execution for each instruction and 2 clock cycles for any branch instruction. Although this PIC version doesn't have math processor in it but can perform add and subtract natively (i.e. 1 clock cycle). It uses software libraries to perform other math operations such as multiply and divide. Each multiply instruction takes up 60 clock cycles to and each divide instructions takes up 145 clock cycle to execute. Later, PIC 38 microcontrollers came out with the same architecture which also allows 1 clock cycle execution for each instruction and 2 clock cycles for any branch instruction. This time, the PIC38 version has a built-in math processor which allows multiply and divides operation to be done Later, PIC38 microcontrollers came out with the same architecture which also allows 1 clock cycle execution for each instruction and 2 clock cycles for any branch instruction. This time, the PIC38 version has a built-in math processor which allows multiply and divides operation to be done natively. Program X (its specification is shown below) is loaded into the two microcontroller versions. a. What is the total number of clock cycle of program X if it is loaded in PIC32? b. What is the CPI of program X if PICB8 is used? Practice Set (CPU Performance Equation \& IC Costing) Closes February 15, 2023 5:00 PM Instructions Kindly refer to our lecture. Understand the question careft Attached your solutions Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started