You are on page 1of 4

Q1: What Is Vhdl?

A1: VHDL stands for “VHSIC Hardware Description Language.”


VHSIC, in turn, stands for “Very High Speed Integrated Circuit,” which
was a U.S. Department of Defense program.

Are Verilog/vhdl Concurrent Or Sequential Language In


Nature? Verilog/vhdl Concurrent Or Sequential Language In
Nature?
A: Verilog and VHDL both are concurrent languages. Any hardware
descriptive language is concurrent in nature.

List Out The Objects Of Vhdl?ist Out The Objects Of Vhdl?


A: Signal, Variable, Constant.

List Out The Levels Of Abstractions In Vhdl?ut The Levels Of


Abstractions In Vhdl?
A: Data flow level, Structural Level, Behavioral Level.

What Do We Need To Generate Hardware From Vhdl Model?


Do We Need To Generate Hardware From Vhdl Model?
A: We need following tools

 Simulation tool.
 Synthesis tool.
 Implementation tool.
Q10: How The

A: The VHDL language can be used for several goals like –

i) To synthesize digital circuits


ii) To verify and validate digital designs
iii) To generate test vectors to test circuits
iv) To simulate circuit

A: Synthesis represents the transformation of an abstract


description into a more detailed descrition. In general, the term
“synthesis” is used for the automated transformation of RT level
descriptions into gate level representations. Q13: What is the
difference between Concurrent & Mention what is
diCOMference between the TTL chips and CMOS chips?

TTL Chips CMOS Chips

 TTL chips for transistor  CMOS stands for


transistor logic. It uses two Complementary Metal
Bi-polar Junction Transistors Oxide Semi-conductor. It is
in the design of each logic also an integrated chip but
gate used field effect transistors
 TTL chips can consist of a in the design
substantial number of parts  CMOS has greater density
like resistors for logic gates. In a CMOS
chip, single logic gate can
 TTLS chip consumes lot comprise of as little as two
more power especially at FETs
rest. A single gate in TTL  CMOS chips consume less
chip consumes about mW of power. A single CMOS chip
power consume about 10nW of
 TTL chips can be used in power
computers  CMOS chip is used in Mobile
phones

Q16: Explain what is a sequential circuit?


A: A sequential circuit is a circuit which is created by logic gates
such that the required logic at the output depends not only on the
current input logic conditions, but also on the sequences past inputs
and outputs.

Q17: In Verilog code what does “timescale 1 ns/ 1 ps” signifies?


A: In Verilog code, the unit of time is 1 ns and the accuracy/precision
will be upto 1ps.

Q18: Explain what is the depletion region?


A: When positive voltage is transmitted across Gate, it causes the
free holes (positive charge) to be pushed back or repelled from the
region of the substrate under the Gate. When these holes are
pushed down the substrate, they leave behind a carrier depletion
region.n what is the use of defpararm?
Q20: Explain what is multiplexer?
A: A multiplexer is a combination circuit which selects one of the
many input signals and direct to the only output.

You might also like