26 lines
905 B
Markdown
26 lines
905 B
Markdown
<!--
|
|
Description: Project documentation for setup, deployment, and operational guidance.
|
|
Inside functions: N/A - documentation content.
|
|
Developer : Qin Yue @ 2026
|
|
Organization : OptiHK Limited
|
|
-->
|
|
# mxpic_EDA
|
|
The EDA coding for the layout for optihk
|
|
# requirements
|
|
flask
|
|
|
|
## Build-Time Router Stack
|
|
|
|
Login, dashboard, canvas editing, YAML generation, and PDK browsing run without
|
|
importing `mxpic_router` or `mxpic_forge`. Build actions require `mxpic_router`
|
|
and Nazca. When `mxpic_forge.Route` is unavailable, routing falls back to
|
|
Nazca `interconnects.Interconnect`; SVG preview generation also requires
|
|
`gdstk`.
|
|
|
|
## PDK and Technology Roots
|
|
|
|
PDK component assets and `technology.yml` manifests are loaded from the same
|
|
role-scoped PDK roots. Normal users and developers use
|
|
`MXPIC_PDK_PUBLIC_ROOT` or `../opt_pdk_public/foundries`; managers use
|
|
`MXPIC_PDK_ATLAS_ROOT` or `../opt_pdk_atlas/foundries`.
|