Technical data

VSIM function descriptions
480
-
VHDL Foreign Language Interface and Verilog PLI ModelSim EE/PLUS Reference Manual
long mti_TickLength(typeID type)
Returns the value of type'LENGTH.
long mti_TickRight(typeID type)
Returns the value of type'RIGHT.
void mti_TraceActivate PROTO((void))
Turns trace back on if trace was suspended.
void mti_TraceOff()
Turns off foreign interface tracing and initiates a dump of callback-related information to
the replay files.
void mti_TraceOn(int level, char *tag)
Optional way to turn on FLI/PLI tracing. NOT RECOMMENDED.
void mti_TraceSkipID(int n)
Used when replaying a foreign interface trace to increment or decrement the symbol
generator to keep it in synch with the original trace. The argument
n
is a positive or negative
integer indicating how much to increment or decrement the symbol table naming sequence.
void mti_TraceSuspend PROTO((void))
If trace is on, turns off trace output.
void mti_WriteProjectEntry(char *key, char *val)
Writes an entry into the <whatever>.ini project file, in the form:
key = val