From design to verification to validation — programmatically create reproducible photonic, quantum, and analog chip layouts.
From the creators and maintainers of GDSFactory — the world's most popular open-source chip design framework.
import gdsfactory as gf
import gdsfactory.components as gc
c = gf.Component()
ref1 = c << gc.rectangle(size=(10, 10), layer="WG")
ref2 = c << gc.text("Hello", size=10, layer="WG")
ref3 = c << gc.text("world", size=10, layer="WG")
ref1.xmax = ref2.xmin - 5
ref3.xmin = ref2.xmax + 2
ref3.rotate(30)
c.show()
Watch how GDSFactory+ can help you build chips 10x faster
GDSFactory+ requires no complex installation processes or specific knowledge to get it running. Just open VSCode and start designing!
Don't stress about hidden errors! GDS Factory+ helps you catch them before they create problems
Get a complete overview of all your chip layouts, measurements, simulations, and analysis.
Switching to GDSFactory+ has streamlined our PIC design workflow by unifying layout, schematics, simulation, and analysis in one interface.
Its Python integration enables custom models and advanced analysis that legacy EDA tools can't match.
The SAX simulator is incredibly fast, and the support team has been excellent.
GDS Factory+ is now essential to our modern PIC design process.
I appreciate how GDSFactory+ makes layout design fast and easy, while also providing advanced routing functionalities that simplify complex designs. It has significantly streamlined our development workflow.