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/
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
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