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 agowell..that's not a helpful answer to a VHDL beginner :(
"Duty" is defined as type NATURAL in the package. how can I pass the value from the top level entity? What type the "n" should be is my question. (n should vary its value at the top level entity - in a loop)