Introduction to VerilogHDL_module_1_part2
Introduction to VerilogHDL_module_1_part2
Y V Appa Rao
2024-2025
Outline
Introduction
Concurrency
HDLs use statements that execute concurrently since they
must model real hardware in which all the subsystems are in
operation at the same time
General-purpose computer languages can’t describe
concurrently operating hardware, as they are executed
sequentially
To model Combinational logic, it is essential to simulate the
execution of several parts of the circuit at the same
time-Concurrential execution
To model Sequential logic, it is necessary incorporate edge
sensitive ”always”block, to describe Synchronous behavior of
the circuit
Verilog assignments
References