database removed outside

This commit is contained in:
2026-06-08 14:48:14 +08:00
parent bf8e72f5b6
commit 75dd78aa33
68 changed files with 679 additions and 1815 deletions
+22
View File
@@ -23,3 +23,25 @@ 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`.
## Runtime Database Root
Runtime data is not stored inside this repository. Move the existing `database`
folder beside `mxpic_EDA` and rename it:
```text
mxpic_EDA_database
```
Default runtime data path:
```text
../mxpic_EDA_database
```
The app fails fast if this folder is missing so debugging cannot silently create
or modify tracked database files. For nonstandard deployments, set:
```text
MXPIC_DATABASE_ROOT=<path-to-mxpic_EDA_database>
```