Skip to main content

verify_multiclock

Function verify_multiclock 

Source
pub fn verify_multiclock(
    model: &MultiClockModel,
    bound: u32,
) -> MultiClockResult
Expand description

Verify a multi-clock domain design.

For single domain (or zero domains), delegates to standard k-induction. For multiple domains, computes an interleaved schedule from clock ratios and builds per-step transitions that apply each domain’s transition on its fire steps and a frame condition (state held) on non-fire steps.