Tutorials:Cadence:VerilogHDL

From EDA Wiki
Revision as of 15:38, 2 November 2010 by Mhall24 (talk | contribs) (Created page with "= Verilog Hardware Description Language = Verilog is a description language that describes the behavior of a logic circuit at gate level. It can also be used for simulation of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Verilog Hardware Description Language

Verilog is a description language that describes the behavior of a logic circuit at gate level. It can also be used for simulation of a logic designs. It does not just simulate the function of the circuit but also the delays for switching each gate.

The first step in running a Verilog simulation is to create the behavioral or functional model files for the circuit that you wish to simulate. From the schematic file you can then run the simulation of the total design you have created. The last step is to evaluate the results from the input and output waveforms.

This section will enable you to create a Verilog file for your design (an example considered here is that of an inverter). You will also simulate this inverter using Cadence.