GDSFactory+ extends the open-source GDSFactory with proprietary tools for foundry PDKs, simulations, and verification (DRC/LVS). Current version is 1.8.5, requiring Python ~3.12.0. Release cadence is monthly.
pip install gdsfactoryplusNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize GDSFactory+ with a license key (optional for trial), then create and display a component.
Upgrade Python to 3.12.x.
Obtain a license from the vendor or use in evaluation mode with limited capabilities.
Change to 'from gdsfactoryplus import GDSFactoryPlus' or 'from gdsfactoryplus.components import ...'.