Many parts of VITO can be customized. The following parameters may be adjusted:
Files:The first four are only created when the `-d' option is used.
Identifier Prefixes:These are used when creating new identifiers. They consist of prefix strings which are prepended to existing identifiers.
IdentifiersThese identifiers are expected to match the source code exactly and/or will be output exactly as specified.
Parameter Default value
-----------------------------
OUTFILE v.out
STMTFILE v.stmt
ARCHFILE v.arch
CFFILE (empty string)
WIREPRE s_
TWIREPRE sT_
TEMPPRE tmp_
FFMODULE (unused but reserved for future use)
FFOUTPUT ff_
QUALPRE qual_
RESET reset
CLOCK sysclk
ATEVENT @(posedge sysclk)
NEWWIREPRE new_
RESETEDGE @(posedge sysclk or posedge reset)
RESETCOND reset
TAILFILE v.tail