EmbDev.net

Forum: FPGA, VHDL & Verilog Package for parametric design


von Ido (Guest)


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!

von Lothar M. (Company: Titel) (lkmiller) (Moderator)


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.

: Edited by Moderator
von Ido (Guest)


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

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.