.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Netlist::PinSelection 3pm" .TH Netlist::PinSelection 3pm 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Verilog::Netlist::PinSelection \- Nets attached to a Verilog Cell's Pins .SH DESCRIPTION .IX Header "DESCRIPTION" Verilog::Netlist::PinSelection objects are used by Verilog::Netlist::Pin to define ranges of nets attached to the respective pin of a cell. .SH ACCESSORS .IX Header "ACCESSORS" .ie n .IP $self\->netname 4 .el .IP \f(CW$self\fR\->netname 4 .IX Item "$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. .ie n .IP $self\->lsb 4 .el .IP \f(CW$self\fR\->lsb 4 .IX Item "$self->lsb" Least significant bit of the underlying net within the selection. .ie n .IP $self\->msb 4 .el .IP \f(CW$self\fR\->msb 4 .IX Item "$self->msb" Most significant bit of the underlying net within the selection. .SH "MEMBER FUNCTIONS" .IX Header "MEMBER FUNCTIONS" .ie n .IP $self\->bracketed_msb_lsb 4 .el .IP \f(CW$self\fR\->bracketed_msb_lsb 4 .IX Item "$self->bracketed_msb_lsb" Returns the common string representation of a vectored net, e.g. netA[15:8]. .SH DISTRIBUTION .IX Header "DISTRIBUTION" Verilog-Perl is part of the free Verilog EDA software tool suite. The latest version is available from CPAN and from . .PP 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. .SH AUTHORS .IX Header "AUTHORS" Stefan Tauner Wilson Snyder .PP # =head1 SEE ALSO .PP # Verilog-Perl, # Verilog::Netlist # Verilog::Netlist::Pin