English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Language Interfaces : Verilog : Verilog::Netlist
 Verilog::Netlist::File 

Search

 

Documents

Verilog::Netlist::File - File containing Verilog code (Displayed)

Verilog::Netlist::File - File containing Verilog code



NAME

Verilog::Netlist::File - File containing Verilog code


SYNOPSIS

  use Verilog::Netlist;
  my $nl = new Verilog::Netlist;
  my $fileref = $nl->read_file (filename=>'filename');


DESCRIPTION

Verilog::Netlist::File allows Verilog files to be read and written.


ACCESSORS

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.


MEMBER FUNCTIONS

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.


SEE ALSO

the Verilog::Netlist::Subclass manpage the Verilog::Netlist manpage


AUTHORS

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.
   

©Copyright Nicholas Reynolds 2004