Search
Documents
Verilog::Netlist::Net - Net for a Verilog Module (Displayed)
|
Verilog::Netlist::Net - Net for a Verilog Module
Verilog::Netlist::Net - Net for a Verilog Module
use Verilog::Netlist;
...
my $net = $module->find_net ('signalname');
print $net->name;
Verilog::Netlist creates a net for every sc_signal declaration in the
current module.
See also Verilog::Netlist::Subclass for additional accessors and methods.
- $self->array
-
Any array (vector) declaration for the net. This is for multidimensional
signals, for the width of a signal, use msb/lsb/width.
- $self->comment
-
Any comment the user placed on the same line as the net.
- $self->module
-
Reference to the Verilog::Netlist::Module the net is in.
- $self->lsb
-
The least significant bit number of the net.
- $self->msb
-
The most significant bit number of the net.
- $self->name
-
The name of the net.
- $self->type
-
The C++ type of the net.
- $self->width
-
The width of the net in bits.
See also Verilog::Netlist::Subclass for additional accessors and methods.
- $self->lint
-
Checks the net for errors. Normally called by Verilog::Netlist::lint.
- $self->dump
-
Prints debugging information for this net.
- $self->dump_drivers
-
Prints debugging information for this net, and all pins driving the net.
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. |
|