1Vregs::Output::Class(3)User Contributed Perl DocumentatioVnregs::Output::Class(3)
2
3
4
6 SystemC::Vregs::Output::Class - Outputting Vregs Code
7
9 SystemC::Vregs::Output::Class->new->write_class_h(pack=>$VregsPackageObject,
10 filename=>$fn);
11
13 This package contains additional SystemC::Vregs methods. These methods
14 are used to output various types of files.
15
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
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
37 Wilson Snyder <wsnyder@wsnyder.org>
38
40 vreg, SystemC::Vregs
41
42
43
44perl v5.32.0 2020-07-28 Vregs::Output::Class(3)