| iMatix home page
| << | < | > | >>
SMT Logo SMT
Version 2.81

 

smtsimu_smtsock_trace

#include "smtsimu.h"
void
smtsimu_smtsock_trace (Bool trace_value)

Synopsis

Replaces the normal smtsock trace() function call. Calls the SMTSOCK agent to enable/disable tracing, then uses the same trace flag for the delay simulation. Tracing is sent to the operator console.

Source Code - (smtsimu.c)

{
    trace_flag = trace_value;
    smtsock trace (trace_value);
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation