Home
last modified time | relevance | path

Searched refs:t_nBits (Results 1 – 3 of 3) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c273 gc = GValue_getColor(V,T->t_nBits); in GTrace_drawTransValue()
309 if (isTransition(S,V,T->t_nBits)) { in GTrace_updateTransition()
312 gc = GValue_getColor(V->v_next,T->t_nBits); in GTrace_updateTransition()
314 if (T->t_nBits > 1) { in GTrace_updateTransition()
349 GC gc = GValue_getColor(V,T->t_nBits); in GTrace_updateValue()
401 if (T->t_nBits == 1) { in GTrace_updateValue()
415 if (T->t_nBits == 1) { in GTrace_updateValue()
645 if (T->t_nBits > 1) in GTrace_draw()
1342 T->t_nBits = nBits; in new_GTrace()
H A Dscope.h68 int t_nBits; /* Number of bits of signal */ member
H A Dtraceprint.c365 unsigned tt = (T->t_nBits == 1) ? transition_type(pV->v_code,V->v_code) : 0x3; in GPrint_outputTrace()