IPKISS Canvas - Python API
API functions for interacting with the IPKISS Canvas. The Canvas guide gives in-depth information on the usage.
Visualizing an IPKISS design in Canvas
An IPKISS design can be schematically shown in Canvas using the to_canvas
method.
Exporting libraries and PDKs
|
Export JSON file for a library (directory with an all.py file). |
|
Export JSON file for a PDK library with a <pdk_path>/ipkiss/<pdk_name> folder structure |
|
Export the terms for a cell into schematic JSON datastructure |
|
Extract and serialize parameters from a cell and its specified view, cast into IPKISS GUI models. |
Symbol image identifiers used by the IPKISS GUI |
|
Importing schematics into an IPKISS cell
|
Load a design from IPKISS Canvas and returns the instances, links and external_terms. |