1Vregs::Output::CBitFielUdsse(r3)Contributed Perl DocumenVtraetgiso:n:Output::CBitFields(3)
2
3
4
6 SystemC::Vregs::Output::CBitFields - Outputting Vregs Code
7
9 SystemC::Vregs::Output::CBitFields->new->write(pack=>$VregsPackageObject,
10 filename=>$fn);
11
13 This package dumps C structures with bit fields. It is called by the
14 Vregs package.
15
16 Note that the order of packing bits into integers is compiler-specific
17 and thus unportable. You are better off using the C++ classes.
18
20 new()
21 Create and return a new output class.
22
23 write
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.1 2021-01-27 Vregs::Output::CBitFields(3)