Skip to content

docs: debug_tools.md references PSP102 throughout but project uses PSP103 #127

@github-actions

Description

@github-actions

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions