Vous êtes sur la page 1sur 1

VLSI Design process

Part 1
Typical digital design as follows:
1.specification of the subject
2.architecture of the the selected subject(which xplains internal circuit
details)
3.RTL coding based on vhdl(RTL:register transfer level)
4.RTL verification(we are verifying by simulating waveforms of the
circuit)
Part 2
Synthesis (which is nothing but fabrication of the developed circuit)
VERILOG HARDWARE DESCRIPTION LANGUAGE
All modern digital designs starts with a designer writing the description
language of ic on VHDL or verilog.
Or we can say that verilog is a pgrm that describes a hardware or ic. Or
it is hardware description language used in electronic design to
describe digital systems.
In simple verilog is the c programming of VLSI
So in verilog we used to describe abt the Wallace tree multiplier and we
verify the waveforms of input and output by using simulation
softwares. This is our main goal of the miniproject.

Vous aimerez peut-être aussi