1Vregs::Subclass(3) User Contributed Perl Documentation Vregs::Subclass(3)
2
3
4
6 SystemC::Vregs::Subclass - Common base class
7
9 use SystemC::Vregs;
10
12 new Creates a new blessed object.
13
14 warn
15 Prints a warning message, using the name field if it exists.
16 Errors are held until exit_if_error is called.
17
18 exit_if_error
19 Exits if any warnings have been found.
20
21 clean_sentence.
22 Finds the first sentence in a paragraph. Used to extract
23 description lines from the description columns.
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-2009 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 SystemC::Vregs
40
41
42
43perl v5.12.0 2009-05-19 Vregs::Subclass(3)