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 => n) and varie the value of n in another module (n is a signal type) - it doesn't allow. Is there any method of doing this? Thanks