Skip to content

Opening book details…

About this document

Verilog: Sequential vs Parallel Blocks by Zeeshan Mazhar is a document available to read on EtoBox.

Sequential blocks execute statements sequentially from start to finish. Parallel blocks using fork and join execute statements concurrently, which can cause race conditions. Only begin-end blocks are supported for synthesis; fork-join cannot be used in circuit descriptions but only in test fixtures. Block statements group statements and determine if they execute sequentially or concurrently.

Author
Zeeshan Mazhar
Language
EN