vtrace(1) - Linux man page

Name

vtrace - read log files to check for errors and create Dinotrace cursors

Synopsis

vtrace <filename.log[.gz]>

Description

Vtrace reads the log files requested and optionally creates a Dinotrace or Simvision file that places cursors at appropriate error or warning points. The exit status will tell if any error or warnings were encountered in the file.

Arguments

vtrace takes the following arguments:

--help
Displays this message and program version and exits.
--append
Appends warning and error summary to end of the log file.
--dino name
Filename to write a Dinotrace config file to.
--simvision name
Filename to write a Simvision config file to.
--stderr
Shows errors and warnings in the log file onto stderr.
--warnfatal
Returns fatal exit status on warnings
--warnfinish
Returns fatal exit status if a magic line indicating test completion is missing.

Distribution

Log-Detect is part of the <http://www.veripool.org/> free EDA software tool suite. The latest version is available from CPAN and from <http://www.veripool.org/>.

Copyright 2000-2009 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 Version 3 or the Perl Artistic License Version 2.0.

Authors

Wilson Snyder <wsnyder@wsnyder.org>

See Also

Log::Detect