Verilog A Language: Adapted From (The Designer'S Guide To VERILOG-AMS, Kenneth S. Kundert)
Verilog A Language: Adapted From (The Designer'S Guide To VERILOG-AMS, Kenneth S. Kundert)
VERILOG A LANGUAGE
Ahmed Edris Adapted from (THE DESIGNERS GUIDE TO
2017 VERILOG-AMS, Kenneth S. Kundert)
2 INTRODUCTION
Hardware description languages
3
(HDLs)
Programming languages developed to describe
procedures that consist of a sequence of operations
performed in a serial manner to the data in
memory or on the CPU peripheral elements.
In typical hardware systems, there are many
individual components that all operate
simultaneously.
To properly describe hardware, one must be able
to describe both the behavior of the individual
components as well as how they are interconnected.
Hardware description languages
4
Applications
Simulation:
With simulation, one applies various stimuli to an
executable model that is described using the HDL in
order to predict how it will respond.
`include disciplines.vams
inout p, n;
electrical p, n;