
SystemC::Vregs::Type - Type object

use SystemC::Vregs;

This package contains a blessed hash object for each class and register definition.

These fields may be specified with the new() function, and accessed via the self hash: $self->{field}.
String with whatever base classes this class should inherit from.
Hash with references to SystemC::Vregs::Bit objects, for the fields inside this class.
Name of the object.
Reference to the package (SystemC::Vregs) object self is a member of.

These fields are valid only after check() is called.
Reference to a SystemC::Vregs::Type object for the base class of this object (if any.)

Creates a new type object.
Checks the object for errors, and parses to create derived fields.

Vregs is part of the http://www.veripool.org/ free Verilog software tool suite. The latest version is available from CPAN and from http://www.veripool.org/vregs. /www.veripool.org/>.
Copyright 2001-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.

Wilson Snyder <wsnyder@wsnyder.org>
