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

NAME

VerilogGrammar - Parsing HUGE gate level verilog files a little bit at a time.

SYNOPSIS

        use VerilogGrammar;
        my $p = VerilogGrammar->new('filename.v');
        $p->SourceText;

DESCRIPTION

This module is intended to be an example module that uses Parse::Nibbler.

EXPORT

None.

AUTHOR

# Copyright (c) 2001 Greg London. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself.

contact the author via http://www.greglondon.com

SEE ALSO

Parse::Nibbler