R
Ricardo
Guest
Hello,
The generic part of entity declaration. I've found that there are two
ways, like:
GENERIC ( constant value : integer := 5 )
or
GENERIC ( value : integer := 5 )
Both ways seem to work fine, for synthesis and simulation. I suppose
they are equivalent. Wich difference the "constant" do? Any comments?
Regards,
Ricardo.
The generic part of entity declaration. I've found that there are two
ways, like:
GENERIC ( constant value : integer := 5 )
or
GENERIC ( value : integer := 5 )
Both ways seem to work fine, for synthesis and simulation. I suppose
they are equivalent. Wich difference the "constant" do? Any comments?
Regards,
Ricardo.