1Netlist::File(3) User Contributed Perl Documentation Netlist::File(3)
2
3
4
6 Verilog::Netlist::File - File containing Verilog code
7
9 use Verilog::Netlist;
10
11 my $nl = new Verilog::Netlist;
12 my $fileref = $nl->read_file (filename=>'filename');
13
15 Verilog::Netlist::File allows Verilog::Netlist objects to be read and
16 written in Verilog format.
17
19 See also Verilog::Netlist::Subclass for additional accessors and
20 methods.
21
22 $self->basename
23 The filename of the file with any path and . suffix stripped off.
24
25 $self->name
26 The filename of the file.
27
29 See also Verilog::Netlist::Subclass for additional accessors and
30 methods.
31
32 $self->read
33 Generally called as $netlist->read_file. Pass a hash of
34 parameters. Reads the filename=> parameter, parsing all
35 instantiations, ports, and signals, and creating
36 Verilog::Netlist::Module structures.
37
38 $self->dump
39 Prints debugging information for this file.
40
42 Verilog-Perl is part of the <http://www.veripool.org/> free Verilog EDA
43 software tool suite. The latest version is available from CPAN and
44 from http://www.veripool.org/verilog-perl
45 <http://www.veripool.org/verilog-perl>.
46
47 Copyright 2000-2009 by Wilson Snyder. This package is free software;
48 you can redistribute it and/or modify it under the terms of either the
49 GNU Lesser General Public License Version 3 or the Perl Artistic
50 License Version 2.0.
51
53 Wilson Snyder <wsnyder@wsnyder.org>
54
56 Verilog-Perl, Verilog::Netlist::Subclass Verilog::Netlist
57
58
59
60perl v5.12.0 2009-07-20 Netlist::File(3)