Search
Documents
Verilog::Pli::IO - Verilog PLI I/O rerouting (Displayed)
|
Verilog::Pli::IO - Verilog PLI I/O rerouting
Verilog::Pli::IO - Verilog PLI I/O rerouting
use Verilog::Pli::IO;
tie(*VOUT,'Verilog::Pli::IO');
print VOUT "This will go to screen and any sim logs.\n";
Verilog::Pli::IO->tie_stdout();
print "As will this.\n";
printf STDERR "And %s", "this.\n";
This package allows a file to be outputted through the Verilog
PLI io_printf function, thus logging output on the screen as well as
in any log files.
- Verilog::Pli::IO::tie_stdout ()
-
Connect STDOUT and STDERR to use the PLI printing handles.
- PRINT
=item PRINTF
-
Standard handle methods.
Verilog::Pli
The latest version is available from CPAN or
http://veripool.com/verilog-perl.
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. |
|