VHDP LanguageDeclarations and AssignmentsConstantOn this pageConstantDefinitionUsed as parameter in Main and Component or as parameter for the whole project in Package. Can be used like a Signal but is read only.DeclarationStructure:CONSTANT <Name> : <Type> := <value>;Example:CONSTANT Width : NATURAL := 8;