Problem
docs/debug_tools.md uses PSP102 (the older model version) in all its example paths and commands, but the rest of the project documentation and CLAUDE.md consistently refer to PSP103.
Affected lines
- Line 12: `va_path="vendor/OpenVAF/integration_tests/PSP102/psp102.va"`
- Line 13: `osdi_path="/tmp/osdi_jax_test_cache/psp102.osdi"`
- Line 20: `inspect_model("vendor/OpenVAF/integration_tests/PSP102/psp102.va")`
- Lines 256, 260, 264, 268: `uv run scripts/analyze_mir_cfg.py vendor/OpenVAF/integration_tests/PSP102/psp102.va`
Expected
All references should point to PSP103/psp103.va, consistent with:
docs/gpu_solver_jacobian.md line 154: vendor/OpenVAF/integration_tests/PSP103/psp103.va
docs/VACASK-ANALYSIS.md: "ring benchmark is a 9-stage ring oscillator using PSP103 compact transistor models"
- CLAUDE.md: PSP103 throughout
The VACASK benchmark circuits use PSP103, not PSP102. A new user following the debug_tools examples would immediately get a file-not-found error.
Problem
docs/debug_tools.mdusesPSP102(the older model version) in all its example paths and commands, but the rest of the project documentation and CLAUDE.md consistently refer toPSP103.Affected lines
Expected
All references should point to
PSP103/psp103.va, consistent with:docs/gpu_solver_jacobian.mdline 154:vendor/OpenVAF/integration_tests/PSP103/psp103.vadocs/VACASK-ANALYSIS.md: "ring benchmark is a 9-stage ring oscillator using PSP103 compact transistor models"The VACASK benchmark circuits use PSP103, not PSP102. A new user following the debug_tools examples would immediately get a file-not-found error.