wavepeek 0.5.0

Command-line tool for RTL waveform inspection with deterministic machine-friendly output.
Documentation
{
  "suites": [
    {
      "bench_target": "expr_syntax",
      "description": "Lexer and parser expression microbenchmarks.",
      "id": "syntax",
      "scenarios": [
        "tokenize_union_iff",
        "parse_event_union_iff",
        "parse_event_malformed"
      ]
    },
    {
      "bench_target": "expr_logical",
      "description": "Standalone logical bind and evaluation microbenchmarks.",
      "id": "logical",
      "scenarios": [
        "bind_logical_core_integral",
        "eval_logical_core_integral_true",
        "eval_logical_core_integral_unknown",
        "bind_logical_rich_types",
        "eval_logical_real_mixed_numeric",
        "eval_logical_string_equality",
        "eval_logical_enum_label_preservation"
      ]
    },
    {
      "bench_target": "expr_event",
      "description": "Standalone event bind and match microbenchmarks.",
      "id": "event",
      "scenarios": [
        "bind_event_union_iff",
        "eval_event_union_iff_true",
        "eval_event_union_iff_unknown",
        "eval_event_iff_core_integral",
        "eval_event_iff_triggered_rich"
      ]
    },
    {
      "bench_target": "expr_waveform_host",
      "description": "Waveform-backed metadata bind and evaluation microbenchmarks.",
      "id": "waveform_host",
      "scenarios": [
        "bind_waveform_host_metadata_path",
        "eval_waveform_host_metadata_path"
      ]
    }
  ]
}