Findings currently attach to too many edges in some topology cases. Example: pull-down I2C findings attach to several GND-related edges, not only the actual bad resistor path and affected I2C net.
Goal:
Make finding linkage more precise for Studio interaction.
Acceptance criteria:
- Pull-up/pull-down findings attach to the offending resistor node.
- Finding links to the affected I2C net/interface.
- Avoid attaching the same finding to unrelated GND pairwise edges.
- findings_index should be stable enough for UI highlighting.
- Do not change deterministic scan findings, only graph linkage.
Findings currently attach to too many edges in some topology cases. Example: pull-down I2C findings attach to several GND-related edges, not only the actual bad resistor path and affected I2C net.
Goal:
Make finding linkage more precise for Studio interaction.
Acceptance criteria: