GENERATE

B

bir

Guest
In VHDL we use GENERATE for conditional creation of components. What do
we use in verilog for this??

Thanks
 
Verilog 2001 added similar generate into the language. Do a google for
"Verilog generate".

HTH
Ajeetha, CVC
www.noveldv.com

bir wrote:
In VHDL we use GENERATE for conditional creation of components. What do
we use in verilog for this??

Thanks
 
bir schrieb:

In VHDL we use GENERATE for conditional creation of components. What do
we use in verilog for this??
For old Verilog it is possible to do some things you can achieve with
VHDL generate by the use of Verilog parameters. But VHDL generate is
much more capable. In Verilog by the use of parameters you let the
synthesis tool do the job of optimizing unused things away.

Ralf
 

Welcome to EDABoard.com

Sponsor

Back
Top