|
| iMatix home page | << | < | > | >> |
SMTVersion 2.81 |
#include "smtsimu.h" void smtsimu_smtsock_trace (Bool trace_value)
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.
{
trace_flag = trace_value;
smtsock trace (trace_value);
}
| | << | < | > | >> |
|