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.
SEE ALSO
SystemC::Vregs
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>