ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Embedded Systems  >>  VLSI
 
 


 

 
 86 Family interview questions  86 Family Interview Questions
 VLSI interview questions  VLSI Interview Questions
 DSP interview questions  DSP Interview Questions
 Embedded Systems AllOther interview questions  Embedded Systems AllOther Interview Questions
Question
Differences between blocking and Non-blocking statements in
Verilog?
 Question Submitted By :: Markus
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Differences between blocking and Non-blocking statements in Verilog?
Answer
# 1
Blocking statements are executed on after another 
represented by '='

Ex. lets take two variables
reg A:0;
reg B:1;
initial
begin
A = B;
B = A;
end

Ans  
A = 1
B = 1

Non Blocking
instructions are executed concurrently 
represented by '=>'

Ex. lets take two variables
reg A:0;
reg B:1;
initial
begin
A = B;
B = A;
end

Ans  
A = 1
B = 0
 
Is This Answer Correct ?    0 Yes 0 No
Amit Malik
 
  Re: Differences between blocking and Non-blocking statements in Verilog?
Answer
# 2
cp mistake in 1st one.
-----------------------------------

Blocking statements are executed on after another 
represented by '='

Ex. lets take two variables
reg A:0;
reg B:1;
initial
begin
A = B;
B = A;
end

Ans  
A = 1
B = 1

Non Blocking
instructions are executed concurrently 
represented by '<='

Ex. lets take two variables
reg A:0;
reg B:1;
initial
begin
A <= B;
B <= A;
end

Ans  
A = 1
B = 0
 
Is This Answer Correct ?    1 Yes 0 No
Amit Malik
 
 
 
  Re: Differences between blocking and Non-blocking statements in Verilog?
Answer
# 3
Yes,the explanation is ok but after a particular time
units,the value of B must be equal to 1 no?
 
Is This Answer Correct ?    0 Yes 0 No
Remya
 

 
 
 
Other VLSI Interview Questions
 
  Question Asked @ Answers
 
Give the various techniques you know to minimize power consumption?  3
Implement D flip-flop with a couple of latches? Write a VHDL Code for a D flip-flop? Intel3
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ? Intel2
For a 0.18um and 0.8um technology MOSFET, which has a higher cutoff frequency?  1
How to find the read failiure probablity in SRAM?  1
Suppose you have a combinational circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal? (You can't resize the combinational circuit transistors)  3
What are the different limitations in increasing the power supply to reduce delay?  1
What happens to delay if we include a resistance at the output of a CMOS circuit?  1
What is SPICE? Intel1
What happens to delay if you increase load capacitance?  2
What is FPGA? Intel2
A circuit has 1 input X and 2 outputs A and B. If X = HIGH for 4 clock ticks, A = 1. If X = LOW for 4 clock ticks, B = 1. Draw a state diagram for this Spec? Intel1
What is the most complicated/valuable program you written in C/C++? Intel6
what is body effect?  1
What is Fowler-Nordheim Tunneling? Intel1
Differences between DRAM and SRAM? Intel4
What is charge sharing? Intel1
Explain the concept of a Clock Divider Circuit? Write a VHDL code for the same? Intel1
What are the limitations in increasing the power supply to reduce delay?  1
For f = AB+CD if B is S-a-1, what r the test vectors needed to detect the fault? Intel1
 
For more VLSI Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com