Skip to content

Commit 13b1268

Browse files
committed
Version bump
1 parent 7c0f8d9 commit 13b1268

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+117
-117
lines changed

Diff for: Changes

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The contributors that suggested a given feature are shown in []. [by ...]
44
indicates the contributor was also the author of the fix; Thanks!
55

66

7-
* Verilog-Perl 3.481 devel
7+
* Verilog-Perl 3.482 2024-01-22
88

99
*** Support IEEE 1800-2023 language keywords. (No other 2023 support yet.)
1010

@@ -1487,7 +1487,7 @@ DESCRIPTION: Documentation on change history for this package
14871487

14881488
This uses outline mode in Emacs. See C-h m [M-x describe-mode].
14891489

1490-
Copyright 2001-2022 by Wilson Snyder. This program is free software;
1490+
Copyright 2001-2024 by Wilson Snyder. This program is free software;
14911491
you can redistribute it and/or modify it under the terms of either the GNU
14921492
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
14931493

Diff for: EditFiles.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use vars qw($VERSION $Debug);
1313
######################################################################
1414
#### Configuration Section
1515

16-
$VERSION = '3.481';
16+
$VERSION = '3.482';
1717

1818
#######################################################################
1919
# CONSTRUCTORS
@@ -382,7 +382,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
382382
software tool suite. The latest version is available from CPAN and from
383383
L<https://www.veripool.org/verilog-perl>.
384384
385-
Copyright 2006-2022 by Wilson Snyder. This package is free software; you
385+
Copyright 2006-2024 by Wilson Snyder. This package is free software; you
386386
can redistribute it and/or modify it under the terms of either the GNU
387387
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
388388

Diff for: Getopt.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Cwd;
1616
######################################################################
1717
#### Configuration Section
1818

19-
$VERSION = '3.481';
19+
$VERSION = '3.482';
2020

2121
# Basenames we should ignore when recursing directories,
2222
# Because they contain large files of no relevance
@@ -814,7 +814,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
814814
software tool suite. The latest version is available from CPAN and from
815815
L<https://www.veripool.org/verilog-perl>.
816816
817-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
817+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
818818
can redistribute it and/or modify it under the terms of either the GNU
819819
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
820820

Diff for: Language.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
119119
software tool suite. The latest version is available from CPAN and from
120120
L<https://www.veripool.org/verilog-perl>.
121121
122-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
122+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
123123
can redistribute it and/or modify it under the terms of either the GNU
124124
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
125125
@@ -151,7 +151,7 @@ use Carp;
151151
######################################################################
152152
#### Configuration Section
153153

154-
$VERSION = '3.481';
154+
$VERSION = '3.482';
155155

156156
######################################################################
157157
#### Internal Variables

Diff for: META.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- #YAML:1.0
22
name: Verilog-Perl
3-
version: 3.481
3+
version: 3.482
44
version_from: Language.pm
55
abstract: Verilog language utilities and parsing
66
license: perl

Diff for: Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DESCRIPTION: Perl ExtUtils: Type 'perl Makefile.PL' to create a Makefile for this package
22
#
3-
# Copyright 2000-2022 by Wilson Snyder. This program is free software;
3+
# Copyright 2000-2024 by Wilson Snyder. This program is free software;
44
# you can redistribute it and/or modify it under the terms of either the GNU
55
# Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
66

Diff for: Netlist.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use base qw(Verilog::Netlist::Subclass);
1414
use strict;
1515
use vars qw($Debug $Verbose $VERSION);
1616

17-
$VERSION = '3.481';
17+
$VERSION = '3.482';
1818

1919
######################################################################
2020
#### Error Handling
@@ -698,7 +698,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
698698
software tool suite. The latest version is available from CPAN and from
699699
L<https://www.veripool.org/verilog-perl>.
700700
701-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
701+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
702702
can redistribute it and/or modify it under the terms of either the GNU
703703
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
704704

Diff for: Netlist/Cell.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::Cell::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.481';
14+
$VERSION = '3.482';
1515

1616
structs('new',
1717
'Verilog::Netlist::Cell::Struct'
@@ -303,7 +303,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
303303
software tool suite. The latest version is available from CPAN and from
304304
L<https://www.veripool.org/verilog-perl>.
305305
306-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
306+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
307307
can redistribute it and/or modify it under the terms of either the GNU
308308
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
309309

Diff for: Netlist/ContAssign.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::ContAssign::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.481';
14+
$VERSION = '3.482';
1515

1616
structs('new',
1717
'Verilog::Netlist::ContAssign::Struct'
@@ -133,7 +133,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
133133
software tool suite. The latest version is available from CPAN and from
134134
L<https://www.veripool.org/verilog-perl>.
135135
136-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
136+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
137137
can redistribute it and/or modify it under the terms of either the GNU
138138
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
139139

Diff for: Netlist/Defparam.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::Defparam::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.481';
14+
$VERSION = '3.482';
1515

1616
structs('new',
1717
'Verilog::Netlist::Defparam::Struct'
@@ -133,7 +133,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
133133
software tool suite. The latest version is available from CPAN and from
134134
L<https://www.veripool.org/verilog-perl>.
135135
136-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
136+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
137137
can redistribute it and/or modify it under the terms of either the GNU
138138
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
139139

Diff for: Netlist/File.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use strict;
1212
@ISA = qw(Verilog::Netlist::File::Struct
1313
Verilog::Netlist::Subclass);
1414

15-
$VERSION = '3.481';
15+
$VERSION = '3.482';
1616

1717
structs('new',
1818
'Verilog::Netlist::File::Struct'
@@ -561,7 +561,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
561561
software tool suite. The latest version is available from CPAN and from
562562
L<https://www.veripool.org/verilog-perl>.
563563
564-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
564+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
565565
can redistribute it and/or modify it under the terms of either the GNU
566566
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
567567

Diff for: Netlist/Interface.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use strict;
1414
@ISA = qw(Verilog::Netlist::Interface::Struct
1515
Verilog::Netlist::Subclass);
1616

17-
$VERSION = '3.481';
17+
$VERSION = '3.482';
1818

1919
structs('new',
2020
'Verilog::Netlist::Interface::Struct'
@@ -395,7 +395,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
395395
software tool suite. The latest version is available from CPAN and from
396396
L<https://www.veripool.org/verilog-perl>.
397397
398-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
398+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
399399
can redistribute it and/or modify it under the terms of either the GNU
400400
Lesser General Public License Version 3 or the Perl Artistic License
401401
Version 2.0.

Diff for: Netlist/Logger.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require Exporter;
77
use vars qw($VERSION);
88
use strict;
99

10-
$VERSION = '3.481';
10+
$VERSION = '3.482';
1111

1212
# We don't use Verilog::Netlist::Subclass, as this is called from it!
1313

@@ -167,7 +167,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
167167
software tool suite. The latest version is available from CPAN and from
168168
L<https://www.veripool.org/verilog-perl>.
169169
170-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
170+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
171171
can redistribute it and/or modify it under the terms of either the GNU
172172
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
173173

Diff for: Netlist/ModPort.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use strict;
1212
@ISA = qw(Verilog::Netlist::ModPort::Struct
1313
Verilog::Netlist::Subclass);
1414

15-
$VERSION = '3.481';
15+
$VERSION = '3.482';
1616

1717
structs('new',
1818
'Verilog::Netlist::ModPort::Struct'
@@ -275,7 +275,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
275275
software tool suite. The latest version is available from CPAN and from
276276
L<https://www.veripool.org/verilog-perl>.
277277
278-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
278+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
279279
can redistribute it and/or modify it under the terms of either the GNU
280280
Lesser General Public License Version 3 or the Perl Artistic License
281281
Version 2.0.

Diff for: Netlist/Module.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use strict;
1717
@ISA = qw(Verilog::Netlist::Module::Struct
1818
Verilog::Netlist::Subclass);
1919

20-
$VERSION = '3.481';
20+
$VERSION = '3.482';
2121

2222
structs('new',
2323
'Verilog::Netlist::Module::Struct'
@@ -533,7 +533,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
533533
software tool suite. The latest version is available from CPAN and from
534534
L<https://www.veripool.org/verilog-perl>.
535535
536-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
536+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
537537
can redistribute it and/or modify it under the terms of either the GNU
538538
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
539539

Diff for: Netlist/Net.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::Net::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.481';
14+
$VERSION = '3.482';
1515

1616
my %_Type_Widths = (
1717
'bit' => 1,
@@ -408,7 +408,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
408408
software tool suite. The latest version is available from CPAN and from
409409
L<https://www.veripool.org/verilog-perl>.
410410
411-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
411+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
412412
can redistribute it and/or modify it under the terms of either the GNU
413413
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
414414

Diff for: Netlist/Pin.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use strict;
1717
@ISA = qw(Verilog::Netlist::Pin::Struct
1818
Verilog::Netlist::Subclass);
1919

20-
$VERSION = '3.481';
20+
$VERSION = '3.482';
2121

2222
structs('_new_base',
2323
'Verilog::Netlist::Pin::Struct'
@@ -384,7 +384,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
384384
software tool suite. The latest version is available from CPAN and from
385385
L<https://www.veripool.org/verilog-perl>.
386386
387-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
387+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
388388
can redistribute it and/or modify it under the terms of either the GNU
389389
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
390390

Diff for: Netlist/PinSelection.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
118118
software tool suite. The latest version is available from CPAN and from
119119
L<https://www.veripool.org/verilog-perl>.
120120
121-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
121+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
122122
can redistribute it and/or modify it under the terms of either the GNU
123123
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
124124

Diff for: Netlist/Port.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::Port::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.481';
14+
$VERSION = '3.482';
1515

1616
structs('_new_base',
1717
'Verilog::Netlist::Port::Struct'
@@ -197,7 +197,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
197197
software tool suite. The latest version is available from CPAN and from
198198
L<https://www.veripool.org/verilog-perl>.
199199
200-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
200+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
201201
can redistribute it and/or modify it under the terms of either the GNU
202202
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
203203

Diff for: Netlist/Subclass.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use base qw(Exporter);
1212
use vars qw($VERSION @EXPORT);
1313
use strict;
1414

15-
$VERSION = '3.481';
15+
$VERSION = '3.482';
1616
@EXPORT = qw(structs);
1717

1818
# Maybe in the future. For now all users of this must do it themselves
@@ -320,7 +320,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
320320
software tool suite. The latest version is available from CPAN and from
321321
L<https://www.veripool.org/verilog-perl>.
322322
323-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
323+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
324324
can redistribute it and/or modify it under the terms of either the GNU
325325
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
326326

Diff for: Parser/Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DESCRIPTION: Perl ExtUtils: Type 'perl Makefile.PL' to create a Makefile for this package
22
#
3-
# Copyright 2000-2022 by Wilson Snyder. This program is free software;
3+
# Copyright 2000-2024 by Wilson Snyder. This program is free software;
44
# you can redistribute it and/or modify it under the terms of either the GNU
55
# Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
66

Diff for: Parser/Parser.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use base qw(DynaLoader);
1414
use strict;
1515
use vars qw($VERSION $Debug);
1616

17-
$VERSION = '3.481';
17+
$VERSION = '3.482';
1818

1919
#$Debug sets the default value for debug. You're better off with the object method though.
2020

@@ -527,7 +527,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
527527
software tool suite. The latest version is available from CPAN and from
528528
L<https://www.veripool.org/verilog-perl>.
529529
530-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
530+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
531531
can redistribute it and/or modify it under the terms of either the GNU
532532
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
533533

Diff for: Parser/Parser.xs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#*
1010
#*********************************************************************
1111
#*
12-
#* Copyright 2000-2022 by Wilson Snyder. This program is free software;
12+
#* Copyright 2000-2024 by Wilson Snyder. This program is free software;
1313
#* you can redistribute it and/or modify it under the terms of either the GNU
1414
#* Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
1515
#*

Diff for: Parser/SigParser.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use base qw(Verilog::Parser);
1414
######################################################################
1515
#### Configuration Section
1616

17-
$VERSION = '3.481';
17+
$VERSION = '3.482';
1818

1919
our @_Callback_Names = qw(
2020
attribute
@@ -526,7 +526,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
526526
software tool suite. The latest version is available from CPAN and from
527527
L<https://www.veripool.org/verilog-perl>.
528528
529-
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
529+
Copyright 2000-2024 by Wilson Snyder. This package is free software; you
530530
can redistribute it and/or modify it under the terms of either the GNU
531531
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
532532

Diff for: Parser/VAst.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//*************************************************************************
33
//
4-
// Copyright 2009-2022 by Wilson Snyder. This program is free software;
4+
// Copyright 2009-2024 by Wilson Snyder. This program is free software;
55
// you can redistribute it and/or modify it under the terms of either the
66
// GNU Lesser General Public License Version 3 or the Perl Artistic License
77
// Version 2.0.

0 commit comments

Comments
 (0)