What problem does it solve?
When hardware simulation tests fail, manually cross-referencing simulation logs, design specifications, source code, and waveform data to identify root causes is extremely time-consuming and prone to human error.
Core Features & Use Cases
- Cross-Artifact Failure Analysis: Automatically parses simulation logs, matches failed tests to corresponding hardware spec operations, and maps failures to relevant Chisel source code blocks.
- Waveform Integration: Extracts signal values from VCD waveform files at failure timestamps to provide concrete evidence of root causes, with fallback to log-only analysis if waveforms are unavailable.
- Actionable Debug Reports: Generates structured debug reports with root cause analysis and concrete fix suggestions to accelerate hardware verification cycles. For example, if a 4-bit ALU simulation fails an addition test case, this skill automatically identifies mismatched signal values, locates the corresponding Chisel implementation, and suggests potential code fixes.
Quick Start
Use the debug skill to analyze simulation failures for your hardware module.