The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

SystemPerl is part of the http://www.veripool.org/ free SystemC software tool suite. The latest version is available from CPAN and from http://www.veripool.org/systemperl.

Copyright 2005-2014 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 Version 3 or the Perl Artistic License Version 2.0.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

SystemC::Netlist