1Std(3) User Contributed Perl Documentation Std(3)
2
3
4
6 Verilog::Std - SystemVerilog Built-in std Package Definition
7
9 Internally used by Verilog::SigParser, etc.
10
11 use Verilog::Std;
12 print Verilog::Std::std;
13
15 Verilog::Std contains the built-in "std" package required by the
16 SystemVerilog standard.
17
19 std ({standard})
20 Return the definition of the std package. Optionally pass the
21 language standard, defaulting to what
22 Verilog::Language::language_standard returns if unspecified.
23
25 Verilog-Perl is part of the <http://www.veripool.org/> free Verilog EDA
26 software tool suite. The latest version is available from CPAN and
27 from http://www.veripool.org/verilog-perl
28 <http://www.veripool.org/verilog-perl>.
29
30 Copyright 2009-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 Verilog-Perl
40
41
42
43perl v5.12.2 2010-10-25 Std(3)