{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:QJIDUJWIDOSRCL5BIJN2MCTV4W","short_pith_number":"pith:QJIDUJWI","canonical_record":{"source":{"id":"2604.15606","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by-sa/4.0/","primary_cat":"cs.AR","submitted_at":"2026-04-17T01:08:54Z","cross_cats_sorted":[],"title_canon_sha256":"76ab438e29371498b83ff82eb2ae82c2f54b6d0fc23bd80dfbe71048698760d3","abstract_canon_sha256":"31478f523e8a20c11f34e5fe868da56e1a3cac5f7a6b5e69190943f79058939d"},"schema_version":"1.0"},"canonical_sha256":"82503a26c81ba5112fa1425ba60a75e597221f855d3591eeb09f8021624bcb49","source":{"kind":"arxiv","id":"2604.15606","version":2},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2604.15606","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"arxiv_version","alias_value":"2604.15606v2","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.15606","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"pith_short_12","alias_value":"QJIDUJWIDOSR","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"pith_short_16","alias_value":"QJIDUJWIDOSRCL5B","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"pith_short_8","alias_value":"QJIDUJWI","created_at":"2026-05-22T02:04:41Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:QJIDUJWIDOSRCL5BIJN2MCTV4W","target":"record","payload":{"canonical_record":{"source":{"id":"2604.15606","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by-sa/4.0/","primary_cat":"cs.AR","submitted_at":"2026-04-17T01:08:54Z","cross_cats_sorted":[],"title_canon_sha256":"76ab438e29371498b83ff82eb2ae82c2f54b6d0fc23bd80dfbe71048698760d3","abstract_canon_sha256":"31478f523e8a20c11f34e5fe868da56e1a3cac5f7a6b5e69190943f79058939d"},"schema_version":"1.0"},"canonical_sha256":"82503a26c81ba5112fa1425ba60a75e597221f855d3591eeb09f8021624bcb49","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-22T02:04:41.239301Z","signature_b64":"/ypLP+nbMYOQbXK0jhUg33mXrmlU5zoKK4qMgvmYGw0oaGa1sck9wSbXuqneL5wEdKUPph6XRCHDJ2vue50NCg==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"82503a26c81ba5112fa1425ba60a75e597221f855d3591eeb09f8021624bcb49","last_reissued_at":"2026-05-22T02:04:41.238382Z","signature_status":"signed_v1","first_computed_at":"2026-05-22T02:04:41.238382Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2604.15606","source_version":2,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-22T02:04:41Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"kn19WuDRvcFPkfiIQU/JQCd1nChTbCwGFZ3npDj0+C7xv+uOio3tqrHtn7nx6WwIy5mkcHIhqMismVxEojwwBQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-30T05:03:05.617529Z"},"content_sha256":"d2d32187414e90d96475595b18c557d9c191d37c730ba283f3edbd65033d5470","schema_version":"1.0","event_id":"sha256:d2d32187414e90d96475595b18c557d9c191d37c730ba283f3edbd65033d5470"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:QJIDUJWIDOSRCL5BIJN2MCTV4W","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Spec2Cov: An Agentic Framework for Code Coverage Closure of Digital Hardware Designs","license":"http://creativecommons.org/licenses/by-sa/4.0/","headline":"Spec2Cov uses an LLM agent to generate and refine test stimulus from hardware design specifications, reaching full code coverage on simpler designs.","cross_cats":[],"primary_cat":"cs.AR","authors_text":"Alma Babbit, Aman Arora, Elias Hilaneh, Nakul Gopalan, Sean Lowe, Vidya Chhabria","submitted_at":"2026-04-17T01:08:54Z","abstract_excerpt":"Hardware verification is one of the most challenging stages of the hardware design process, requiring significant time and resources to ensure a design is fully validated and production-ready. Verification teams aim to maximize design coverage while ensuring correct behavior and alignment with the specification. Coverage closure, which relies on iterative constrained-random and directed testing, is still largely manual and therefore slow and labor-intensive. Recent advances show that the code generation capabilities of Large Language Models (LLMs) can be integrated with external tools to build"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Across 26 designs of varying size and complexity, including problems from the CVDP benchmark suite, Spec2Cov demonstrates promising performance, achieving 100% coverage on simpler designs and up to 49% on more complex designs.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That an off-the-shelf LLM, guided only by coverage feedback and error messages, can produce stimulus that meaningfully advances coverage on realistic hardware without domain-specific fine-tuning or human repair of generated tests.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"Spec2Cov uses an LLM-simulator feedback loop to generate tests from specs, reaching 100% coverage on simple designs and up to 49% on complex ones across 26 benchmarks.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"Spec2Cov uses an LLM agent to generate and refine test stimulus from hardware design specifications, reaching full code coverage on simpler designs.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"6cd7fd9c42345b49441bec7b41e45c3b957cbe2c6ec5310e24fa9095896f4e2b"},"source":{"id":"2604.15606","kind":"arxiv","version":2},"verdict":{"id":"8c2337db-f906-431f-ba58-ebf8fc370092","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-10T08:10:14.354877Z","strongest_claim":"Across 26 designs of varying size and complexity, including problems from the CVDP benchmark suite, Spec2Cov demonstrates promising performance, achieving 100% coverage on simpler designs and up to 49% on more complex designs.","one_line_summary":"Spec2Cov uses an LLM-simulator feedback loop to generate tests from specs, reaching 100% coverage on simple designs and up to 49% on complex ones across 26 benchmarks.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That an off-the-shelf LLM, guided only by coverage feedback and error messages, can produce stimulus that meaningfully advances coverage on realistic hardware without domain-specific fine-tuning or human repair of generated tests.","pith_extraction_headline":"Spec2Cov uses an LLM agent to generate and refine test stimulus from hardware design specifications, reaching full code coverage on simpler designs."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2604.15606/integrity.json","findings":[],"available":true,"detectors_run":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"8c2337db-f906-431f-ba58-ebf8fc370092"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-22T02:04:41Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"U/KYLclh7MpyjsgxqGaJOO3ZiVEXJ8b58ERKE6qKtq/7rCjGDfreZJod1clWEFozwjMhqz/UjFYCQ8Fl3I4bAA==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-30T05:03:05.618438Z"},"content_sha256":"ed7ccce95984d6f4e6d401b8a31d2fb9c0ba74617bd1435b0705f4a9e56f401a","schema_version":"1.0","event_id":"sha256:ed7ccce95984d6f4e6d401b8a31d2fb9c0ba74617bd1435b0705f4a9e56f401a"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W/bundle.json","state_url":"https://pith.science/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-30T05:03:05Z","links":{"resolver":"https://pith.science/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W","bundle":"https://pith.science/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W/bundle.json","state":"https://pith.science/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W/state.json","well_known_bundle":"https://pith.science/.well-known/pith/QJIDUJWIDOSRCL5BIJN2MCTV4W/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:QJIDUJWIDOSRCL5BIJN2MCTV4W","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"31478f523e8a20c11f34e5fe868da56e1a3cac5f7a6b5e69190943f79058939d","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by-sa/4.0/","primary_cat":"cs.AR","submitted_at":"2026-04-17T01:08:54Z","title_canon_sha256":"76ab438e29371498b83ff82eb2ae82c2f54b6d0fc23bd80dfbe71048698760d3"},"schema_version":"1.0","source":{"id":"2604.15606","kind":"arxiv","version":2}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2604.15606","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"arxiv_version","alias_value":"2604.15606v2","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.15606","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"pith_short_12","alias_value":"QJIDUJWIDOSR","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"pith_short_16","alias_value":"QJIDUJWIDOSRCL5B","created_at":"2026-05-22T02:04:41Z"},{"alias_kind":"pith_short_8","alias_value":"QJIDUJWI","created_at":"2026-05-22T02:04:41Z"}],"graph_snapshots":[{"event_id":"sha256:ed7ccce95984d6f4e6d401b8a31d2fb9c0ba74617bd1435b0705f4a9e56f401a","target":"graph","created_at":"2026-05-22T02:04:41Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"Across 26 designs of varying size and complexity, including problems from the CVDP benchmark suite, Spec2Cov demonstrates promising performance, achieving 100% coverage on simpler designs and up to 49% on more complex designs."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That an off-the-shelf LLM, guided only by coverage feedback and error messages, can produce stimulus that meaningfully advances coverage on realistic hardware without domain-specific fine-tuning or human repair of generated tests."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"Spec2Cov uses an LLM-simulator feedback loop to generate tests from specs, reaching 100% coverage on simple designs and up to 49% on complex ones across 26 benchmarks."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"Spec2Cov uses an LLM agent to generate and refine test stimulus from hardware design specifications, reaching full code coverage on simpler designs."}],"snapshot_sha256":"6cd7fd9c42345b49441bec7b41e45c3b957cbe2c6ec5310e24fa9095896f4e2b"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"integrity":{"available":true,"clean":true,"detectors_run":[],"endpoint":"/pith/2604.15606/integrity.json","findings":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Hardware verification is one of the most challenging stages of the hardware design process, requiring significant time and resources to ensure a design is fully validated and production-ready. Verification teams aim to maximize design coverage while ensuring correct behavior and alignment with the specification. Coverage closure, which relies on iterative constrained-random and directed testing, is still largely manual and therefore slow and labor-intensive. Recent advances show that the code generation capabilities of Large Language Models (LLMs) can be integrated with external tools to build","authors_text":"Alma Babbit, Aman Arora, Elias Hilaneh, Nakul Gopalan, Sean Lowe, Vidya Chhabria","cross_cats":[],"headline":"Spec2Cov uses an LLM agent to generate and refine test stimulus from hardware design specifications, reaching full code coverage on simpler designs.","license":"http://creativecommons.org/licenses/by-sa/4.0/","primary_cat":"cs.AR","submitted_at":"2026-04-17T01:08:54Z","title":"Spec2Cov: An Agentic Framework for Code Coverage Closure of Digital Hardware Designs"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2604.15606","kind":"arxiv","version":2},"verdict":{"created_at":"2026-05-10T08:10:14.354877Z","id":"8c2337db-f906-431f-ba58-ebf8fc370092","model_set":{"reader":"grok-4.3"},"one_line_summary":"Spec2Cov uses an LLM-simulator feedback loop to generate tests from specs, reaching 100% coverage on simple designs and up to 49% on complex ones across 26 benchmarks.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"Spec2Cov uses an LLM agent to generate and refine test stimulus from hardware design specifications, reaching full code coverage on simpler designs.","strongest_claim":"Across 26 designs of varying size and complexity, including problems from the CVDP benchmark suite, Spec2Cov demonstrates promising performance, achieving 100% coverage on simpler designs and up to 49% on more complex designs.","weakest_assumption":"That an off-the-shelf LLM, guided only by coverage feedback and error messages, can produce stimulus that meaningfully advances coverage on realistic hardware without domain-specific fine-tuning or human repair of generated tests."}},"verdict_id":"8c2337db-f906-431f-ba58-ebf8fc370092"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:d2d32187414e90d96475595b18c557d9c191d37c730ba283f3edbd65033d5470","target":"record","created_at":"2026-05-22T02:04:41Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"31478f523e8a20c11f34e5fe868da56e1a3cac5f7a6b5e69190943f79058939d","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by-sa/4.0/","primary_cat":"cs.AR","submitted_at":"2026-04-17T01:08:54Z","title_canon_sha256":"76ab438e29371498b83ff82eb2ae82c2f54b6d0fc23bd80dfbe71048698760d3"},"schema_version":"1.0","source":{"id":"2604.15606","kind":"arxiv","version":2}},"canonical_sha256":"82503a26c81ba5112fa1425ba60a75e597221f855d3591eeb09f8021624bcb49","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"82503a26c81ba5112fa1425ba60a75e597221f855d3591eeb09f8021624bcb49","first_computed_at":"2026-05-22T02:04:41.238382Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-22T02:04:41.238382Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"/ypLP+nbMYOQbXK0jhUg33mXrmlU5zoKK4qMgvmYGw0oaGa1sck9wSbXuqneL5wEdKUPph6XRCHDJ2vue50NCg==","signature_status":"signed_v1","signed_at":"2026-05-22T02:04:41.239301Z","signed_message":"canonical_sha256_bytes"},"source_id":"2604.15606","source_kind":"arxiv","source_version":2}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:d2d32187414e90d96475595b18c557d9c191d37c730ba283f3edbd65033d5470","sha256:ed7ccce95984d6f4e6d401b8a31d2fb9c0ba74617bd1435b0705f4a9e56f401a"],"state_sha256":"dbc5893c1c5f4157c574eb92a7ab68322ecf64391af672001393211ba7d1a58a"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"BHBULtfRKwWrOA8jUIR5HcHg6livCuIYlfE0MaE9RzGxUfXNNEMaagDtELGjye5Ex6jNPJKcZ/z0BfY0hHqoAQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-30T05:03:05.622459Z","bundle_sha256":"08b5d0b7657d8f22bdd7ada1c309d38c7d7b8ffc12d075dcabe5d4abe038613b"}}