1Vregs::Output::Class(3)User Contributed Perl DocumentatioVnregs::Output::Class(3)
2
3
4

NAME

6       SystemC::Vregs::Output::Class - Outputting Vregs Code
7

SYNOPSIS

9       SystemC::Vregs::Output::Class->new->write_class_h(pack=>$VregsPackageObject,
10       filename=>$fn);
11

DESCRIPTION

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

METHODS

17       write_class_h
18           Creates a C++ header file with class definitions.
19
20       write_class_cpp
21           Creates a C++ implementation file to correspond with write_class_h.
22
23       write_struct_h
24           Creates a C header file with structs for class definitions.
25

DISTRIBUTION

27       Vregs is part of the <http://www.veripool.org/> free Verilog software
28       tool suite.  The latest version is available from CPAN and from
29       <http://www.veripool.org/vregs>.  /www.veripool.org/>.
30
31       Copyright 2001-2010 by Wilson Snyder.  This package is free software;
32       you can redistribute it and/or modify it under the terms of either the
33       GNU Lesser General Public License Version 3 or the Perl Artistic
34       License Version 2.0.
35

AUTHORS

37       Wilson Snyder <wsnyder@wsnyder.org>
38

SEE ALSO

40       vreg, SystemC::Vregs
41
42
43
44perl v5.30.0                      2019-07-26           Vregs::Output::Class(3)
Impressum