HCT::HCT - HCT core.
Prints help information and exit.
Detail information about options can be found here: http://hct.sourceforge.net/doc/usage.html
Prints project version and exit.
Set up the signal handlers for either parent or child. Each signal correspond to special subroutine that should handle it:
signalname ==> subroutine signalname_signal
All previous handlers of the captured signals will be saved into %OLD_SIG
.
Replaces __DIE__
signal.
Replaces __WARN__
signal.
Puts captured signals back. Previous signals will be loaded from %OLD_SIG
.
Redirects STDOUT
. For instance when user wants to save output data in a file it will be redirected to HCT::OUTPUT_FILE
.
The previous STDOUT
handler will be saved into $OLD_STDOUT
.
Closes current STDOUT
handler and loads previous.
Gets common and special options.
Builds and returns TARGETLIST.
The TARGETLIST is an hash-array reference that consist of TARGETLIST_ITEM's. TARGET_ITEM structure:
$TARGETLIST_ITEM = { $BATCH_NAME => $BATCH_CONTENT }; $BATCH_CONTENT = { $LANGUAGE => { $DIRECTORY => [$FILE] } };
Initializes the tool: captures signals for handling, initializes HDL's, gets common and special options, captures STDOUT
if needed.
This document is part of HCT, the Hardware Complexity Tool.
Generated: Fri Jul 17 10:38:47 2009