Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVHDL Generic map
Hi, Generic map( duty => 5) I got above code from one of the LPM and need to modify it in order to make the value of duty read from another module. if I make it, Generic map( duty =>...
Altera_Forum
Honored Contributor
16 years agoYou may instantiate multiple different components with different values for "duty" in your top-level entity, but the value you pass to any one component must NOT vary. Inside what kind of loop are you instantiating this component?
If this is not helpful, please state your problem more clearly and in further detail.