Short, concrete case studies that show what I built, how I approached it, and what evidence exists.
Floating-point formal verification
Case study (formal verification) A scalable floating-point verification workflow using RTL-to-RTL model checking against a golden reference, structured into staged helper assertions to make proofs converge. Focus: proof structure · helper lemmas · counterexample-guided refinement Domains: floating-point · arithmetic · correctness-critical blocks Stack: SystemVerilog · SVA · formal tooling · Python automation Problem Floating-point units are correctness-critical and difficult to cover comprehensively with simulation alone. Formal proofs often fail without a disciplined decomposition strategy. ...