What?s the difference between Testing & Verification?
Answer Posted / kalaiyarasan
testing: this is done in the production side of IC fabrication
Verification : This is done in the design side of IC
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Given a layout, draw its transistor level circuit. (I was given a 3 input AND gate and a 2 input Multiplexer. You can expect any simple 2 or 3 input gates)
What is the main function of metastability in vsdl?
Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
What are the different ways in which antenna violation can be prevented?
What's the price in 1K quantity?
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.
What are the changes that are provided to meet design power targets?
For a single computer processor computer system, what is the purpose of a processor cache and describe its operation?
Mention what are three regions of operation of mosfet and how are they used?
Design an 8 is to 3 encoder using 4 is to encoder?
Draw the timing diagram for a SRAM Read. What happens if we delay the enabling of Clock signal?
Implement a function with both ratioes and domino logic and merits and demerits of each logic?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
Are you familiar with the term MESI?