Home »
MCQs »
VHDL MCQs
In VHDL, function declarations, which of the following keyword specifies that the function has no side effects and depends only on the input arguments?
59. In VHDL, function declarations, which of the following keyword specifies that the function has no side effects and depends only on the input arguments?
- Guarded
- Pure
- Impure
- Transport
Answer: B) Pure
Explanation:
In function declarations, Pure specifies that the function has no side effects and depends only on the input arguments.