Technical data
tssi2mti
ModelSim EE/SE Command Reference ModelSim Commands CR-159
tssi2mti
The tssi2mti command is used to convert a vector file in Summit Design Standard
Events Format into a sequence of VSIM force
(CR-87) and run (CR-139)
commands. The stimulus is written to the standard output.
The source code for tssi2mti is provided in the file tssi2mti.c in the examples
directory.
Syntax
tssi2mti
<signal_definition_file> [<sef_vector_file>]
Arguments
<signal_definition_file>
Specifies the name of the Summit Design signal definition file describing the
format and content of the vectors. Required.
<sef_vector_file>
Specifies the name of the file containing vectors to be converted. If none is
specified, standard input is used. Optional.
Examples
tssi2mti trigger.def trigger.sef > trigger.do
The command will produce a do file named trigger.do from the signal definition file
trigger.def and the vector file trigger.sef.
tssi2mti trigger.def < trigger.sef > trigger.do
This example is exactly the same as the previous one, but uses the standard input instead.
See also
force command
(CR-87), run command (CR-139), and the write tssi command (CR-
236)