I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-08-14 03:58:47.207847-07 by raz
module usage
Hi, I'm kind of new in the block .. how can I access info which is printed by PrecompiledParser.pm from a perl script. such as my %verilog_net; my %verilog_reg; my %verilog_port; my %verilog_input; my %verilog_inout; my %verilog_output; my %verilog_msb; my %verilog_lsb; my %verilog_instances; my %verilog_functions; my %verilog_parameters; actually the more intersting info is 'always' block info such as inputs/outputs/sensitivity list/clock/rest
Direct Responses: Write a response