1Std(3)                User Contributed Perl Documentation               Std(3)
2
3
4

NAME

6       Verilog::Std - SystemVerilog Built-in std Package Definition
7

SYNOPSIS

9       Internally used by Verilog::SigParser, etc.
10
11          use Verilog::Std;
12          print Verilog::Std::std;
13

DESCRIPTION

15       Verilog::Std contains the built-in "std" package required by the
16       SystemVerilog standard.
17

FUNCTIONS

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

DISTRIBUTION

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
29       Copyright 2009-2019 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

AUTHORS

35       Wilson Snyder <wsnyder@wsnyder.org>
36

SEE ALSO

38       Verilog-Perl
39
40
41
42perl v5.30.0                      2019-09-13                            Std(3)
Impressum