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


SystemPerl documentation  | view source Contained in the SystemPerl distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use SystemC::Netlist;

DESCRIPTION

Top

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

ACCESSORS

Top

$self->name

The method name.

$self->sensitive

The sensitivity list of the method.

MEMBER FUNCTIONS

Top

$self->dump

Prints debugging information for this file.

DISTRIBUTION

Top

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-2010 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

Top

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

Top

SystemC::Netlist


SystemPerl documentation  | view source Contained in the SystemPerl distribution.