Re: hi please clarify my doubts

2006-02-14 Thread Marilyn Sander
Devaraja, Is this a question about vperl? You speak of generating verilog code. Is the instantiation you speak of the instantiation of your block that is defined in verilog? What do you mean by "the instantiation part of the perl script"? --Marilyn Tom Phoenix wrote On 02/14/06 09:49,: > On 2/

Re: hi please clarify my doubts

2006-02-14 Thread Tom Phoenix
On 2/13/06, DEVARAJA AP <[EMAIL PROTECTED]> wrote: >i wrote a perlscript to generate a verilog code with instantiations .in > this > after instantiation, the ports getting as eg > module_name name(.a(a),.b(b),...) > > but for connection sakeif want to connect a t

hi please clarify my doubts

2006-02-13 Thread DEVARAJA AP
HI i wrote a perlscript to generate a verilog code with instantiations .in this after instantiation, the ports getting as eg module_name name(.a(a),.b(b),...) but for connection sakeif want to connect a to some k and b to some p (say).here we wanted to ch