comments on top of change_sch_path()

This commit is contained in:
stefan schippers 2024-11-03 00:23:49 +01:00
parent 94d5c44599
commit e26e03ff0b
1 changed files with 3 additions and 0 deletions

View File

@ -2143,6 +2143,9 @@ void get_sch_from_sym(char *filename, xSymbol *sym, int inst, int fallback)
dbg(1, "get_sch_from_sym(): sym->name=%s, filename=%s\n", sym->name, filename);
}
/* When descended into an i-th instance of a vector instance this function allows
* to change the path to the j-hj instance. the instnumber parameters follows the same rules
* as descend_schematic() */
int change_sch_path(int instnumber, int dr)
{
int level = xctx->currsch - 1;