The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.08

  • Simple constant expressions are now evaluated correctly. 8'h4 + 8'h3 + 8'h2 is evaluated to 8'h9 changed rules to Parser.pm to support constant expressions, and changed StdLogic.pm to support this as well. StdLogic.pm performs arithmetic operator prioritization.

Modules

A complete grammar for parsing Verilog code using perl

Provides