Home »
MCQs »
VHDL MCQs
What is the difference between parameters and constants in VHDL?
33. What is the difference between parameters and constants?
- Parameters are similar to constants except that their values can be altered at instantiation
- Parameters are similar to constants except that their values cannot be altered at instantiation
Answer: A) Parameters are similar to constants except that their values can be altered at instantiation.
Explanation:
Parameters are similar to constants except that their values can be altered at instantiation or through generics.