NAME

SystemC::Vregs::Type - Type object

SYNOPSIS

use SystemC::Vregs;

DESCRIPTION

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

FIELDS

These fields may be specified with the new() function, and accessed via the self hash: $self->{field}.

inherits

String with whatever base classes this class should inherit from.

fields

Hash with references to SystemC::Vregs::Bit objects, for the fields inside this class.

name

Name of the object.

pack

Reference to the package (SystemC::Vregs) object self is a member of.

DERRIVED FIELDS

These fields are valid only after check() is called.

inherits_typeref

Reference to a SystemC::Vregs::Type object for the base class of this object (if any.)

METHODS
new

Creates a new type object.

check

Checks the object for errors, and parses to create derrived fields.

SEE ALSO

SystemC::Vregs

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 268:

'=item' outside of any '=over'

Around line 321:

You forgot a '=back' before '=head1'