PDK-native verification.
Photoniq ships with verification rule decks for leading silicon photonics PDKs. Every check references your specific foundry rules — not generic waveguide physics. Bring your own PDK via our config API for custom or NDA-covered process nodes.
Available PDKs (v1.4.2) ────────────────────── ● IMEC_iSiPP50G v2.3 ● AIM_300mm_v3.1 v3.1 ● AMF_SiPhotonics v1.8 ● ANT_NanoSOI v2.0 ● Ligentec_AN800 v1.5 + custom PDK via --pdk-config
Available process design kits
Rule decks are maintained and version-pinned. Each job records the PDK version used for reproducible verification.
Bring your own PDK
Configure a custom foundry rule deck using our JSON config API. Works for NDA-covered processes, internal research foundries, and emerging SiN / III-V platforms.
{
"pdk_id": "myFoundry_SOI_220_v1",
"platform": "SOI",
"wavelength_nm": 1550,
"layer_map": {
"Si_core": { "layer": 1, "datatype": 0 },
"Si_slab": { "layer": 2, "datatype": 0 },
"SiO2_BOX": { "layer": 3, "datatype": 0 },
"Metal1": { "layer": 10, "datatype": 0 }
},
"waveguide": {
"width_min_nm": 180,
"width_max_nm": 2000,
"single_mode_max_nm": 450,
"prop_loss_dB_cm": 2.4
},
"taper": {
"half_angle_max_deg": 3.2,
"min_length_um": 20
},
"coupling": {
"gap_min_nm": 150,
"gap_max_nm": 500,
"nominal_nm": 200,
"tolerance_nm": 15
}
}
Custom PDK configuration is available on Professional and Enterprise plans. NDA-covered PDKs are processed in isolated environments. See the PDK Config API reference for the full JSON schema.
Request support for your PDK
Using a foundry process not on our list? Submit a request and we'll evaluate adding it to the standard library.