What problem does it solve?
Design Intent Adversary cross-checks GPIO mappings, nets, power chains, and signal paths across firmware, schematic, PCB, and datasheet sources to identify lost connections and inconsistencies that can cause failures in hardware designs.
Core Features & Use Cases
- Cross-source validation: maps GPIOs, nets, and power chains across firmware/schematic/PCB/datasheet sources to ensure end-to-end signal paths are complete.
- Inconsistency detection: hunts for orphan nets, duplicate GPIO usage, and missing signal paths.
- Comprehensive test suite: enumerates 18 checks across GPIO, power, display, audio, SD/USB chains, and cross-component signals to catch edge cases before release.
- PCB-review integration: complements /pcb-review workflows to harden designs prior to manufacturing.
Quick Start
Run the adversary to verify design intent by executing python3 scripts/verify_design_intent.py to perform all 18 tests.