samb31 has asked for the wisdom of the Perl Monks concerning the following question:
I tried Verilog-Perl module but I am facing an issue
to get comment "My comment" after the port definition:
input in; //My comments
It seems that $pt->comment() return undef where $pt is a Verilog::Netlist::Port.
I am using Verilog-Perl-3.312
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Verilog-Perl get verilog comment
by toolic (Bishop) on Oct 29, 2011 at 17:02 UTC | |
by samb31 (Initiate) on Oct 29, 2011 at 19:53 UTC |