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 <https://www.veripool.org/> free Verilog
26 EDA software tool suite. The latest version is available from CPAN and
27 from <https://www.veripool.org/verilog-perl>.
28
29 Copyright 2009-2021 by Wilson Snyder. This package is free software;
30 you can redistribute it and/or modify it under the terms of either the
31 GNU Lesser General Public License Version 3 or the Perl Artistic
32 License Version 2.0.
33
35 Wilson Snyder <wsnyder@wsnyder.org>
36
38 Verilog-Perl
39
40
41
42perl v5.34.0 2022-01-21 Std(3)