Search
Documents
Verilog::Netlist::Port - Port for a Verilog Module (Displayed)
|
Verilog::Netlist::Port - Port for a Verilog Module
Verilog::Netlist::Port - Port for a Verilog Module
use Verilog::Netlist;
...
my $port = $module->find_port ('pinname');
print $port->name;
Verilog::Netlist creates a port for every connection to the outside
world in the current module.
See also Verilog::Netlist::Subclass for additional accessors and methods.
- $self->array
-
Any array declaration for the port.
- $self->comment
-
Any comment the user placed on the same line as the port.
- $self->direction
-
The direction of the port: ``in'', ``out'', or ``inout''.
- $self->module
-
Reference to the Verilog::Netlist::Module the port is in.
- $self->name
-
The name of the port.
- $self->net
-
Reference to the Verilog::Netlist::Net the port connects to. Only valid
after the netlist is linked.
- $self->type
-
The C++ type of the port.
See also Verilog::Netlist::Subclass for additional accessors and methods.
- $self->dump
-
Prints debugging information for this port.
the Verilog::Netlist::Subclass manpage
the Verilog::Netlist manpage
Wilson Snyder <wsnyder@wsnyder.org>
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|