1.

How to declare a constant in VHDL?

A. CONSTANT name : type := value;
B. CONSTANT name := value;
C. CONSTANT name := type := value;
D. CONSTANT name := type : value;
Answer» B. CONSTANT name := value;


Discussion

No Comment Found