Altera_Forum
Honored Contributor
12 years agoModule parameters
Hi.
I'm trying to create a module which has some parameters passed to it. This is the way I declare the module: module AAA#( parameter X= 11, parameter Y= 9 ) some of the input / output wires depand on these parameters. When testing the code, I get an error: "Too many inharited module instance parameters". I do not have access to the test bench code. I would appreciate any help or comments. Thanks.