Cells can declare schematic_function= on @gf.cell to carry symbol/port metadata for schematic-capable tooling. This PDK doesn't have it yet.
Reference implementation: cspdk.
- Land the schematic factory in a dedicated
_schematic.py module (see cspdk's per-band _schematic.py files), not scattered across individual cell files.
- Add a
_schematic_tracking.md noting any symbol names that don't yet have a matching icon, so gaps stay visible instead of silently falling back to a generic box.
Cells can declare
schematic_function=on@gf.cellto carry symbol/port metadata for schematic-capable tooling. This PDK doesn't have it yet.Reference implementation: cspdk.
_schematic.pymodule (see cspdk's per-band_schematic.pyfiles), not scattered across individual cell files._schematic_tracking.mdnoting any symbol names that don't yet have a matching icon, so gaps stay visible instead of silently falling back to a generic box.