New Component
Definition
NewComponent adds an instance of a Component in a different Component
or in Main
In front of NewComponent stands the name
of the Component.
In the brackets, parameters from Generic can be assigned to values, constants or can be removed to use the default
value (in the example 50000000 from Component).
The I/Os can be assigned to values, constants, signals and outputs can be removed if not used
Example
NewComponent <Name>
(
CLK_Frequency => 50000000,
LED => LED,
En => '1',
);