
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.
Connect STDOUT and STDERR to use the PLI printing handles.
Standard handle methods.

The latest version is available from CPAN or http://www.veripool.com/.
Copyright 1998-2007 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License or the Perl Artistic License.

Wilson Snyder <wsnyder@wsnyder.org>
