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::Outputs - Outputting Vregs Code

SYNOPSIS

    use SystemC::Vregs;

DESCRIPTION

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

METHODS

class_h_write

Creates a C++ header file with class definitions.

defs_write

Creates a C++, Verilog, or Perl header file with defines. The language parameter is used along with SystemC::Vregs::Language to produce the definitions in a language appropriate way.

param_write

Creates a Verilog header file with parameters in place of defines.

info_h_write

Creates a header file for use with c_info_write.

info_cpp_write

Creates a C++ file with information on each register. The information is then added to a map which may be used during runtime to decode register addresses into names.

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