Home
last modified time | relevance | path

Searched refs:MM_ANALYZE (Results 1 – 6 of 6) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgatewin.c102 if (requestedMode == MM_SIMULATE || requestedMode == MM_ANALYZE) { in tkgate_setMajorMode()
128 case MM_ANALYZE : in tkgate_setMajorMode()
152 case MM_ANALYZE : in tkgate_setMajorMode()
545 case MM_ANALYZE : in idleGateWin()
595 case MM_ANALYZE : in idleGateWin()
1247 case MM_ANALYZE : in tkg_buttonPress()
1277 case MM_ANALYZE : in tkg_buttonDoublePress()
1483 case MM_ANALYZE : in tkg_buttonRelease()
1592 case MM_ANALYZE : in tkg_buttonMotion()
H A Dtkgate.h203 MM_ANALYZE /* Critical path analysis mode */ enumerator
H A Dcpath.c495 if (tkgate_currentMode() != MM_ANALYZE) return; in cpath_reshow()
H A Deditstate.c194 int is_simulate = (TkGate.ed->major_mode == MM_SIMULATE || TkGate.ed->major_mode == MM_ANALYZE); in env_updateMTCircuit()
H A Dtclfuncs.c2620 if (tkgate_currentMode() == MM_ANALYZE) { in gat_setpop()
2736 target_mode = MM_ANALYZE; in gat_setMajorMode()
2798 case MM_ANALYZE : in gat_getMajorMode()
H A Dedit.c1352 if (TkGate.circuit->wsel && tkgate_currentMode() == MM_ANALYZE) in EditState_selectobject()