wavepeek 0.1.0

Command-line tool for RTL waveform inspection with deterministic machine-friendly output.
1
2
3
4
5
6
7
8
9
10
11
12
# wavepeek

🚧🚧🚧 **EARLY STAGE OF THE PROJECT. UNDER CONSTRUCTION** 🚧🚧🚧

`wavepeek` is a command-line tool for RTL waveform inspection. It provides deterministic, machine-friendly output and a minimal set of primitives that compose into repeatable debug recipes.

Primary goals:

* Fast signal discovery (hierarchy + regex search)
* Fast extraction of values/changes over time ranges
* “Find time when condition holds” queries for root-causing failures
* Stable text and JSON output for tool chaining and LLM agents