The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SystemC::Vregs::OutputNamed - Outputting Vregs _dump Code

SYNOPSIS

    use SystemC::Vregs::OutputNamed;

DESCRIPTION

This package contains additional SystemC::Vregs methods. These methods are used to output various types of files.

METHODS

named_h_write

Creates a header file for use with dump_named_write.

named_cpp_write

Creates a C++ file which allows textual class names to be mapped to appropriate pointer types for dumping to a stream.

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.com/.

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

SystemC::Vregs::Output