0
29kviews
Compare Between Concurrent & Sequential Statements
written 6.7 years ago by | modified 2.7 years ago by |
Subject: Digital System Design
Topic: Introduction to VHDL
Difficulty: High
ADD COMMENT
EDIT
1 Answer
written 6.7 years ago by | modified 2.7 years ago by |
Subject: Digital System Design
Topic: Introduction to VHDL
Difficulty: High
written 6.5 years ago by |
Concurrent Statements | Sequential Statements |
---|---|
Can appear outside of a Process Block | Can only appear inside of a Process Block |
All the statements inside a architecture block are concurrent statements | The statement are,inside a Process block |
Simple signal assignment statement | Sequential Variable assignment statement |
process, component instance, concurrent signal assignment | if, for, switch-case, signal assignment |