NAME

SystemC::Vregs::Output::Param - Dump Vregs into Perl Parameters format

SYNOPSIS

SystemC::Vregs::Output::Param->new->write(pack=>$VregsPackageObject, filename=>$fn);

DESCRIPTION

This package dumps vregs format into a perl parameters file. It is called by the Vregs package.

METHODS

new()

Create and return a new output class.

$self->write(pack=>vregsPackage, filename=>filename)

Creates the output file.

DISTRIBUTION

Copyright 2001-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

vreg, SystemC::Vregs