Verilog::Netlist::Pin
Pin on a Verilog Cell
- Provided by: libverilog-perl (Version: 3.418-1)
- Report a bug
Pin on a Verilog Cell
use Verilog::Netlist;
...
my $pin = $cell->find_pin ('pinname');
print $pin->name;
A Verilog::Netlist::Pin object is created by Verilog::Netlist::Cell for for each pin connection on a cell. A Pin connects a net in the current design to a port on the instantiated cell's module.
See also Verilog::Netlist::Subclass for additional accessors and methods.
See also Verilog::Netlist::Subclass for additional accessors and methods.
Verilog-Perl is part of the <http://www.veripool.org/> free Verilog EDA software tool suite. The latest version is available from CPAN and from <http://www.veripool.org/verilog-perl>.
Copyright 2000-2016 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.
Wilson Snyder <wsnyder@wsnyder.org>
Verilog-Perl, Verilog::Netlist::Subclass Verilog::Netlist