Forum Discussion
Altera_Forum
Honored Contributor
18 years agoThe parameters should have default values :
ENTITY component IS
GENERIC
(
parameter : integer := 4
); Try to regenerate your component with the component editor. Create a new SOPC system an insert your component. Maybe it helps.