Verilog is a Hardware Description Language( HDL ),
introduced in 1985 by Gateway Design Systems. We can use Verilog
to the design of ASICs and FPGAs
in order to make digital circuits.
Note: This is an incomplete tutorial. We will
complete it as soon as possible.
Table of Contents:
-
Overview of Verilog
-
Verilog Primitives
-
User Defined Primitives
-
Identifiers and Keywords
-
Verilog Data types
-
Verilog Operators
-
Asynchronous counter example: initial and
always blocks
-
begin-end and fork-join
-
Blocking and non-blocking assignments
-
if-else statements
-
Looping statements
-
Coding styles: Multiplexer examples.
-
-under construction-
Related Contents in Other websites:
Prev. :
TOC
Ch: 1. 2.
3. 4.
5. 6.
7. 8.
9. 10.
11. 12. 13.
Next |