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?

  1. Guarded
  2. Pure
  3. Impure
  4. Transport

Answer: B) Pure

Explanation:

In function declarations, Pure specifies that the function has no side effects and depends only on the input arguments.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.