1Vregs::Output::Latex(3)User Contributed Perl DocumentatioVnregs::Output::Latex(3)
2
3
4
6 SystemC::Vregs::Output::Latex - Outputting .tex files
7
9 SystemC::Vregs::Output::Latex->new->write(pack=>$VregsPackageObject,
10 filename=>$fn);
11
13 This package dumps registers in Latex table format, suitable for
14 printing. It is called by the Vregs package.
15
17 new()
18 Create and return a new output class.
19
20 write
21 Creates the latex file.
22
24 Vregs is part of the <http://www.veripool.org/> free Verilog software
25 tool suite. The latest version is available from CPAN and from
26 <http://www.veripool.org/vregs>. /www.veripool.org/>.
27
28 Copyright 2001-2010 by Wilson Snyder. This package is free software;
29 you can redistribute it and/or modify it under the terms of either the
30 GNU Lesser General Public License Version 3 or the Perl Artistic
31 License Version 2.0.
32
34 Wilson Snyder <wsnyder@wsnyder.org>
35
37 vreg, SystemC::Vregs
38
39
40
41perl v5.28.0 2012-06-19 Vregs::Output::Latex(3)