Technical data
tssi2mti
70
-
ModelSim Command Reference ModelSim EE/PLUS Reference Manual
tssi2mti
The
tssi2mti
command is used to convert a vector file in Summit Design Standard
Events Format into a sequence of VSIM
force
(p319) and
run
(p361) 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 (p319),
run
command (p361), and the
write tssi
command (p408)