NAME

SystemC::Netlist::Method - Methods in a file

SYNOPSIS

use SystemC::Netlist;

DESCRIPTION

SystemC::Netlist::Method contains information on a method added with SP_AUTO_METHOD.

ACCESSORS

$self->name

The method name.

$self->sensitive

The sensitivity list of the method.

MEMBER FUNCTIONS

$self->dump

Prints debugging information for this file.

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.com/.

Copyright 2005-2006 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License or the Perl Artistic License.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

SystemC::Netlist