Search
Documents
Verilog::Netlist::File - File containing Verilog code (Displayed)
|
Verilog::Netlist::File - File containing Verilog code
Verilog::Netlist::File - File containing Verilog code
use Verilog::Netlist;
my $nl = new Verilog::Netlist;
my $fileref = $nl->read_file (filename=>'filename');
Verilog::Netlist::File allows Verilog files to be read and written.
See also Verilog::Netlist::Subclass for additional accessors and methods.
- $self->basename
-
The filename of the file with any path and . suffix stripped off.
- $self->name
-
The filename of the file.
See also Verilog::Netlist::Subclass for additional accessors and methods.
- $self->read
-
Generally called as $netlist->read_file. Pass a hash of parameters. Reads
the filename=> parameter, parsing all instantiations, ports, and signals,
and creating Verilog::Netlist::Module structures.
- $self->dump
-
Prints debugging information for this file.
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. |
|