Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


tssi2mti

The tssi2mti command is used to convert a vector file in Fluence Technology (formerly TSSI) Standard Events Format into a sequence of force and run 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 Fluence Technology 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, run, write tssi


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase