Package for parametric design

Guest #5614379
Rate this post
useful
not useful
Hi,

I need to design & verify parametric design, such that my design & verif 
env will be instantiated twice, each time with different parameters.

I usually work with packages for my design, so all of parameters, 
structs etc are defined there.

My questions:

Is there a  way to write such package so same package will hold same 
parameter  with two different values? (different value for each 
instance)

Thanks!
Moderator (Company: Titel) #5614452
Rate this post
useful
not useful
Ido wrote:
> I need to design
In what language?

> Is there a  way to write such package so same package will hold same
> parameter  with two different values? (different value for each instance)
In VHDL there are "generics": one "universal" (=generic) description and 
two (or more) instances with different (but static) parameters.
Guest #5614456
Rate this post
useful
not useful
Lothar M. wrote:
> Ido wrote:
>> I need to design
> In what language?
> Verilog/system verilog
>> Is there a  way to write such package so same package will hold same
>> parameter  with two different values? (different value for each instance)
> In VHDL there are "generics": one "universal" (=generic) description and
> two (or more) instances with different (but static) parameters.
Is there similiar solution in verilog/system verilog?
Thanks

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now