1Vregs::Output::Defines(U3s)er Contributed Perl DocumentatViroengs::Output::Defines(3)
2
3
4
6 SystemC::Vregs::Output::Defines - Dump Vregs into Defines header format
7
9 SystemC::Vregs::Output::Defines->new->write(pack=>$VregsPackageObject,
10 filename=>$fn);
11
13 This package dumps vregs format into a header file for various
14 languages. It is called by the Vregs package.
15
17 new()
18 Create and return a new output class.
19
20 $self->write(pack=>vregsPackage, filename=>filename)
21 Creates a C++, Verilog, or Perl header file with defines. The
22 language parameter is used along with SystemC::Vregs::Language to
23 produce the definitions in a language appropriate way.
24
26 Vregs is part of the <http://www.veripool.org/> free Verilog software
27 tool suite. The latest version is available from CPAN and from
28 <http://www.veripool.org/vregs>. /www.veripool.org/>.
29
30 Copyright 2001-2010 by Wilson Snyder. This package is free software;
31 you can redistribute it and/or modify it under the terms of either the
32 GNU Lesser General Public License Version 3 or the Perl Artistic
33 License Version 2.0.
34
36 Wilson Snyder <wsnyder@wsnyder.org>
37
39 vreg, SystemC::Vregs
40
41
42
43perl v5.32.1 2021-01-27 Vregs::Output::Defines(3)