NAME

SystemC::Vregs::Output::Layout - Outputting .vregs files

SYNOPSIS

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

DESCRIPTION

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

METHODS

new()

Create and return a new output class.

write

Creates a file for use with vregs_read.

DISTRIBUTION

Vregs is part of the http://www.veripool.com/ free Verilog software tool suite. The latest version is available from CPAN and from http://www.veripool.com/vregs.html. /www.veripool.com/>.

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