NAME
callbackgen - Create callback functions for Verilog-Perl internals
SYNOPSIS
make
This will invoke callbackgen
DESCRIPTION
Callbackgen is an internal utility used in building Verilog::Parser.
EXTENSIONS
- //CALLBACKGEN_H_VIRTUAL
-
Creates "virtual callbackCb(...);"
- //CALLBACKGEN_H_VIRTUAL_0
-
Creates "virtual callbackCb(...) = 0;"
- //CALLBACKGEN_XS
-
Creates XS code for accepting the callback.
ARGUMENTS
- --help
-
Displays this message and program version and exits.
- --debug
-
Enable debug.
- --version
-
Print the version number and exit.
DISTRIBUTION
This is part of the http://www.veripool.org/ free Verilog EDA software tool suite. The latest version is available from CPAN and from http://www.veripool.org/.
Copyright 2008-2019 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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>