NAME

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

SYNOPSIS

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

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