Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dmodule.h181 #define ModuleInst_getPath(mc) (mc)->mc_path macro
H A Dsystask.c114 const char *path = ModuleInst_getPath(mi); in string_expand()
297 path = ModuleInst_getPath(VGThread_getModCtx(t)); in SysTask_sprintfSSVec()
1552 printf("%lld: %s[%s] %s\n",now, ModuleInst_getPath(mi), ModuleDecl_getName(m), syscall);
1598 errorRun(ERR_TIMING, ModuleInst_getPath(mi), ModuleDecl_getName(m), syscall); in reportTimingViolation()
H A Dspecify.c273 scope = new_Scope(ModuleInst_getPath(mi),ModuleInst_getScope(mi),mi); in Specify_generateTasks()