GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Netlist::PinSelection(3) User Contributed Perl Documentation Netlist::PinSelection(3)

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

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

$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.

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

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-2021 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.

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

# =head1 SEE ALSO

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

2021-04-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.