Home
last modified time | relevance | path

Searched refs:GSimSwitch (Results 1 – 5 of 5) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dsimulate.h58 } GSimSwitch; typedef
123 int SimInterface_lookupGate(SimInterface*,const char*,GSimModule **M,GCElement **g,GSimSwitch **ss);
H A Dsimulate.c236 GSimSwitch *new_GSimSwitch(char *wname,char *gname,GCElement *g) in new_GSimSwitch()
238 GSimSwitch *ss = (GSimSwitch*)ob_malloc(sizeof(GSimSwitch),"GSimSwitch"); in new_GSimSwitch()
483 GCElement **r_g,GSimSwitch **r_ss) in SimInterface_lookupGate()
489 GSimSwitch *ss; in SimInterface_lookupGate()
517 ss = (GSimSwitch*) SHash_find(M->switches,g->ename); in SimInterface_lookupGate()
589 GSimSwitch *ss = (GSimSwitch*) HashElem_obj(E); in SimInterface_changeCurrentModule()
598 GSimSwitch *ss = (GSimSwitch*) HashElem_obj(E); in SimInterface_changeCurrentModule()
873 GSimSwitch *ss = SHash_find(es->smod->switches,g->ename); in SimInterface_setSwitch()
951 GSimSwitch *ss = (GSimSwitch*) HashElem_obj(E); in GSimModule_initSwitches()
H A Ddip.c215 GSimSwitch *ss = SHash_find(es->smod->switches,g->ename); in Dip_SimHitFunc()
H A Dswitch.c281 GSimSwitch *ss = SHash_find(es->smod->switches,g->ename); in Switch_SimHitFunc()
H A Dtclfuncs.c2267 GSimSwitch *ss; in gat_setDip()