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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
Explain the concept of a Clock Divider Circuit? Write a VHDL
code for the same?
 Question Submitted By :: Markus
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Explain the concept of a Clock Divider Circuit? Write a VHDL code for the same?
Answer
# 1
IN SPARTAN 3E BOARD.. THE INTERNAL CLOCK FREQUENCY IS 
16MHZ... IF WE WANT TO INTERFACING THE EXT DIPLAY DEVICES
WE WON'T RUN IT WITH A NORMAL CLOCK FREQ(16 
MHZ)....THATSWHY I HAVE TO CREATED NEW CLOCK PULSE WITH THE 
FREQ OF 1HZ BY DEVIDING THE CLOCK..... TAKE THE NORMAL CLK 
AS A REFERENCE...THIS IS KNOWN AS CLOCK DIVIDER CONCEPT...

ENTITY CLK_DIV IS
    PORT(CLK: IN STD_LOGIC;
          NEWCLK:OUT STD_LOGIC);
END CLK_DIV
ARCH BEH OF CLK_DIV IS
VARIABLE COUNT:INTEGER:=0;
SIGNAL CLKN:STD_LOGIC; 
BEGIN
PROCESS(CLK)
BEGIN
IF CLK='1' AND CLK'EVENT THEN
COUNT:=COUNT+1;
IF COUNT=8000000 THEN
    NEWCLK<= NOT CLKN 
    COUNT:=0;
END PROCESS;
END BEH;
 
Is This Answer Correct ?    3 Yes 2 No
Jaya Suriya
 

 
 
 
Other VLSI Interview Questions
 
  Question Asked @ Answers
 
Implement F = AB+C using CMOS gates? Intel1
Give the expression for CMOS switching power dissipation?  2
Explain the concept of a Clock Divider Circuit? Write a VHDL code for the same? Intel1
For f = AB+CD if B is S-a-1, what r the test vectors needed to detect the fault? Intel1
What is validation? Intel1
Differences between Signals and Variables in VHDL? If the same code is written using Signals and Variables what does it synthesize to? Intel1
How many bit combinations are there in a byte? Intel4
Which gate is normally preferred while implementing circuits using CMOS logic, NAND or NOR? Why? Intel6
What are the two types of noise of MOSFET, how to eliminate them?(Thermal and Flicker). Analog-Devices2
For a single computer processor computer system, what is the purpose of a processor cache and describe its operation? Intel1
How to find the read failiure probablity in SRAM?  1
Are you familiar with the term MESI? Intel1
What is Cross Talk? Intel2
You have a driver that drives a long signal & connects to an input device. At the input device there is either overshoot, undershoot or signal threshold violations, what can be done to correct this problem? Intel3
What is charge sharing? Intel1
How does Resistance of the metal lines vary with increasing thickness and increasing length?  1
What are the limitations in increasing the power supply to reduce delay?  1
Differences between blocking and Non-blocking statements in Verilog? Intel3
What happens to delay if we include a resistance at the output of a CMOS circuit?  1
what is body effect?  1
 
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