VLSI Design and Verification Engineer
10+ VLSI Design and Verification Engineer Interview Questions and Answers
Q1. How many combinations of inverter can be made using just 1 nand gate
1 NAND gate can be used to make 2 combinations of inverter.
A NAND gate can be used to make an inverter by connecting both inputs together.
The output of the NAND gate will be the inverted input.
Thus, there are 2 possible combinations of inverter using just 1 NAND gate.
Q2. what is ring counter, Jhonson counter, Sync and Async Counters.
Ring, Johnson, Sync and Async counters are types of digital counters used in electronics.
Ring counter is a circular shift register with only one flip-flop set to 1 at a time.
Johnson counter is a modified ring counter with complemented output of the last flip-flop fed back to the input.
Sync counters use a common clock signal for all flip-flops while Async counters use individual clock signals.
Examples of Sync counters are binary, decade, and BCD counters while examples of Asyn...read more
Q3. Difference between Bocking and Non-Blocking in Verilog
Blocking waits for a process to complete before moving to the next, while non-blocking allows for concurrent execution.
Blocking assignments use '=' operator, while non-blocking use '<=' operator.
Blocking assignments are executed sequentially, while non-blocking assignments are executed concurrently.
Blocking assignments are used for combinational logic, while non-blocking assignments are used for sequential logic.
Example: Blocking - a = b; Non-blocking - a <= b;
Q4. What do you mean by universal Gates?
Universal gates are logic gates that can be used to implement any Boolean function.
Universal gates are NAND and NOR gates.
They are called universal because they can be used to implement any Boolean function.
This is because NAND and NOR gates are functionally complete.
This means that any Boolean function can be expressed using only NAND or NOR gates.
Other gates like AND, OR, and NOT gates are not functionally complete.
For example, an AND gate cannot implement a NOT function.
Un...read more
Q5. using 2:1 mux make inverter, AND Gate, OR Gate.
Using 2:1 mux, implement inverter, AND gate, OR gate.
For inverter, connect one input to select line and other input to ground
For AND gate, connect one input to select line and other input to input signal, output is inverted
For OR gate, connect one input to select line and other input to input signal, output is not inverted
Use truth tables to verify functionality
Q6. Flip-Flop Conversion (DFF to JKFF more).
Flip-flop conversion from DFF to JKFF
Determine the excitation table for JK flip-flop
Use the excitation table to derive the input equations for J and K
Replace D input with J and K inputs in DFF circuit
Verify the functionality of the converted JKFF circuit
Share interview questions and help millions of jobseekers 🌟
Q7. Explain the working of Shift Registers
Shift registers are sequential circuits that can store and shift data bits.
Shift registers are made up of flip-flops that store data bits.
Data can be shifted left or right through the register.
Shift registers can be used for serial-to-parallel or parallel-to-serial conversion.
Examples of shift registers include the Serial-in-Parallel-out (SIPO) and Parallel-in-Serial-out (PISO) registers.
Q8. Difference between Task and Functions
Tasks are concurrent and functions are sequential in execution.
Tasks can run concurrently and can communicate with each other using shared variables.
Functions are executed sequentially and return a value to the calling function.
Tasks can be used for parallel processing and can be scheduled by the operating system.
Functions are used for modular programming and can be called from other functions or tasks.
Example: A task can be used to read data from a sensor while a function ca...read more
VLSI Design and Verification Engineer Jobs
Q9. 4:1 mux using 2:1 mux
A 4:1 mux can be implemented using two 2:1 muxes.
Connect the select line of both 2:1 muxes to the same select line of the 4:1 mux.
Connect the output of one 2:1 mux to the input of the other 2:1 mux.
Connect the inputs of both 2:1 muxes to the corresponding inputs of the 4:1 mux.
The output of the 4:1 mux is the output of the second 2:1 mux.
Q10. Data Types in Verilog
Verilog supports various data types including integer, real, reg, wire, and time.
Integer data type is used for whole numbers
Real data type is used for decimal numbers
Reg data type is used for sequential logic
Wire data type is used for combinational logic
Time data type is used for simulation time
Data types can be declared using keywords like 'integer', 'real', 'reg', 'wire', and 'time'
Data types can also be declared with bit width, such as 'integer [7:0]'
Data types can be assi...read more
Q11. difference between latch and flipflop
Latch is level sensitive and stores data temporarily, while flip-flop is edge triggered and stores data permanently.
Latch is level sensitive, while flip-flop is edge triggered
Latch stores data temporarily, while flip-flop stores data permanently
Latch has a transparent latch, while flip-flop has a clocked latch
Q12. difference between task and function
Tasks are parallelizable and can be executed concurrently, while functions are sequential and executed in a linear manner.
Tasks can be executed in parallel, while functions are executed sequentially.
Tasks can have multiple entry points, while functions have only one entry point.
Tasks can have multiple exit points, while functions have only one exit point.
Tasks can be called multiple times concurrently, while functions can only be called sequentially.
Example: In SystemVerilog,...read more
Q13. What is setup time ?
Setup time is the amount of time a data input signal must be stable before the clock edge for proper operation of a flip-flop.
Setup time is the minimum time required for the input data signal to be stable before the clock edge.
It ensures that the data input is captured correctly by the flip-flop.
If the setup time is not met, the flip-flop may capture the wrong data.
Setup time violations can lead to timing issues in digital circuits.
For example, if a flip-flop has a setup time...read more
Interview Questions of Similar Designations
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month