Scroll to navigation

Netlist::PinSelection(3pm) User Contributed Perl Documentation Netlist::PinSelection(3pm)

NAME

Verilog::Netlist::PinSelection - Nets attached to a Verilog Cell's Pins

DESCRIPTION

Verilog::Netlist::PinSelection objects are used by Verilog::Netlist::Pin to define ranges of nets attached to the respective pin of a cell.

ACCESSORS

$self->netname
Name of the respective net, or, if use_pinselects is disabled, the string representation of the whole pin value. In the case of a sized constant only the part following the ' is stored while the width is encoded in the msb and lsb fields.
$self->lsb
Least significant bit of the underlying net within the selection.
$self->msb
Most significant bit of the underlying net within the selection.

MEMBER FUNCTIONS

$self->bracketed_msb_lsb
Returns the common string representation of a vectored net, e.g. netA[15:8].

DISTRIBUTION

Verilog-Perl is part of the <https://www.veripool.org/> free Verilog EDA software tool suite. The latest version is available from CPAN and from <https://www.veripool.org/verilog-perl>.

Copyright 2000-2024 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.

AUTHORS

Stefan Tauner <tauner@technikum-wien.at> Wilson Snyder <wsnyder@wsnyder.org>

# =head1 SEE ALSO

# Verilog-Perl, # Verilog::Netlist # Verilog::Netlist::Pin

2024-03-07 perl v5.38.2