Digital System Design-Module03-Basic Verilog Concepts (Cont'd)
Digital System Design-Module03-Basic Verilog Concepts (Cont'd)
• Define the logic value set and data types such as nets, registers, vectors, numbers,
simulation time, arrays, parameters, memories, and strings
• Identify useful system tasks for displaying and monitoring information, and for
stopping and finishing the simulation
• Data Types
• System Tasks
• Compiler Directives
• `include
• The `include directive allows you to include entire
contents of a Verilog source file in another Verilog file
during compilation
• Two other directives, `ifdef and `timescale, are used
frequently.