Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dnetlist.c5207 PyObject *pyports, *pycalls, *pynewcall, *pynets, *netnum; in pyhierarchy() local
5245 pyports = PyList_New(0); in pyhierarchy()
5249 PyList_Append(pyports, netnum); in pyhierarchy()
5254 PyDict_SetItem(subckt, PyString_FromString("ports"), pyports); in pyhierarchy()
5316 pyports = PyList_New(0); in pyhierarchy()
5327 PyList_Append(pyports, netnum); in pyhierarchy()
5332 PyDict_SetItem(pynewcall, PyString_FromString("ports"), pyports); in pyhierarchy()