Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Module 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.