for formal verification of industrial
play

for Formal Verification of Industrial Circuit Designs John OLeary - PowerPoint PPT Presentation

Relational STE and Theorem Proving for Formal Verification of Industrial Circuit Designs John OLeary and Roope Kaivola, Intel Tom Melham, Oxford CPU datapath verification at Intel Thousands of operations Integer, FP, SSE, AVX,


  1. Relational STE and Theorem Proving for Formal Verification of Industrial Circuit Designs John O’Leary and Roope Kaivola, Intel Tom Melham, Oxford

  2. CPU datapath verification at Intel • Thousands of operations – Integer, FP, SSE, AVX, … – “Miscellaneous” – Various operating modes, flags, faults • Live RTL, changing frequently until a few weeks before tapeout

  3. Scaling up • Tens of designs • Different optimization points • Different teams • Different countries • Not only CPUs • Not all have FV experts on staff

  4. Integer multiplier S1 S2 Booth S1 =  BE i * 2 ki Encoder BE i Partial Products PP i = S2 * BE i Generation PP i Wallace Tree Adder P =  PP i * 2 ki Network PROD 10/23/2013

  5. The multiplier zoo S1 S2 Booth • 10-20 multipliers Encoder BE i • Hand designed Partial Products Generation • Hand optimized PP i • All different Wallace Tree Adder Network PROD

  6. FV challenges • Varying specs and verification strategies – Implementation changes from design to design – Multiplier always requires decomposition • Ten designers but not ten multiplier FV experts • Same story for integer, MMX, FP, SSE, GPU flavors of multiplication, addition, division, … – Some operations require even more intricate decomposition

  7. The solution Regression Development Per-design specs CVE Parameters Verification runs ⊢specs+runs Deduction ⇒correct

  8. The solution done right • An executable logic for writing the specs and verification scripts: reFLect • A symbolic simulator that admits relational specifications written in logic: rSTE • A tightly integrated theorem prover for executing the deductive proofs: Goaled

  9. The solution done right • An executable logic for writing the specs and verification scripts: applicative common lisp • A symbolic simulator that admits relational specifications written in logic: ESIM+GL • A tightly integrated theorem prover for executing the deductive proofs: ACL2 [ Slobodovâ et al , MEMOCODE’ 11]

  10. The reFLect Language • Core syntax: n , o , p ::= k | v | n o |  p . n ฀ o |  n  | ^ n: s pattern matching reflection • … plus extensions driven by necessity – BDDs built in as a primitive type – Quotient types – Overloading – Named function parameters – Records – Possibly unsafe features: references, I/O, recursion

  11. Higher Order Logic of reFLect • • HOL, following Church: The reFLect logic:  - calculus reFLect + + Logic = Logic = logical constants logical constants + + rules rules • Basic idea in both systems: n  p means ├ n = p Define  ,  , etc by axioms Add rules for function equality Proof by evaluation

  12. Goaled Theorem Prover • LCF-style implementation, following in the footsteps of HOL and HOL Light – Thm is a protected data type, constructible only through a small set of trusted function calls (a.k.a. inference rules) • Features driven by necessity – Theories: of reFLect data types, natural numbers, integers, rationals, lists, pairs, reFLect ADTs – Proof automation: rewriting, first order solving, linear arithmetic – Bitstring arithmetic – Support for the reflect language extensions

  13. The last bit • An executable logic for writing the specs and verification scripts: reFLect • A symbolic simulator that admits relational specifications written in logic: rSTE • A tightly integrated theorem prover for executing the deductive proofs: Goaled

  14. Limitations of STE S • Trajectory assertion: – ckt |= [[ S is v ==>> (BE i is f i (v)) ]] Booth • But, Encoder – You need a special purpose reasoning system for this special BE i purpose logic – Relational specifications cannot 𝑂−1 be expressed directly 𝑇 = 𝐶𝐹 𝑗 ∗ 2 𝑙𝑗 𝑗=0

  15. Relational STE • STE’s antecedent and consequent are replaced with lists of constraints – A constraint is a relationship between a finite set of circuit nodes at specified points in time • Idea: – rSTE ckt cin cout means “In any behavior of ckt in which all of the constraints cin hold, all of the constraints cout hold”

  16. Relational STE Intuition ci (𝑑𝑗, 1) (𝑏, 1) a Full (𝑐, 1) s Add b (𝑡, 2) (𝑑, 2) c rSTE ckt [ "! (𝑑𝑗, 1)" ] [ " 𝑏, 1 + 𝑐, 1 = 𝑡, 2 + 2 × (𝑑, 2)" ]

  17. Constraints • A constraint c has three components: – name(c) : string – sig(c) : (𝑡𝑢𝑠𝑗𝑜𝑕 × 𝑜𝑣𝑛) 𝑚𝑗𝑡𝑢 𝑡𝑢𝑠𝑗𝑜𝑕 × 𝑜𝑣𝑛 → 𝑐𝑝𝑝𝑚 → 𝑐𝑝𝑝𝑚 – pred(c) : • The behavior of the circuit is also formulated as a constraint: 𝑑𝑙𝑢 ∶ ((𝑡𝑢𝑠𝑗𝑜𝑕 × 𝑜𝑣𝑛) → 𝑐𝑝𝑝𝑚) → 𝑐𝑝𝑝𝑚

  18. From Relational STE to Logic • Theorem: ∀𝑑𝑙𝑢 𝑑𝑗𝑜 𝑑𝑝𝑣𝑢. 𝑠𝑇𝑈𝐹 𝑑𝑙𝑢 𝑑𝑗𝑜 𝑑𝑝𝑣𝑢 ⇒ ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ 𝑞𝑠𝑓𝑒𝑚 𝑑𝑗𝑜 𝑓 ⇒ 𝑞𝑠𝑓𝑒𝑚 𝑑𝑝𝑣𝑢 𝑑 • For lists of constraints, – 𝑞𝑠𝑓𝑒𝑚 [] 𝑓 ≜ 𝑈 – 𝑞𝑠𝑓𝑒𝑚 (𝑑: : 𝑑𝑡) 𝑓 ≜ 𝑞𝑠𝑓𝑒(𝑑) 𝑓 ∧ 𝑞𝑠𝑓𝑒𝑚(𝑑𝑡) 𝑓

  19. Relational STE in Action • Define boothc such that – 𝑞𝑠𝑓𝑒 𝑐𝑝𝑝𝑢ℎ𝑑 = 𝜇𝑓. 𝑓𝑟𝑜1(𝑡2𝑗 𝑓 𝑡1) S1 𝑂−1 𝐶𝐹 𝑗 (𝑦) × 2 𝑙𝑗 – 𝑓𝑟𝑜1(𝑦) ≜ (𝑦 = ) 𝑗=0 Booth • Then, rSTE ckt [] [ boothc ] → T Encoder implies ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ BE i 𝑞𝑠𝑓𝑒𝑚 [] 𝑓 ⇒ 𝑞𝑠𝑓𝑒𝑚 [𝑐𝑝𝑝𝑢ℎ𝑑] 𝑓

  20. Relational STE in Action • ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ S1 𝑞𝑠𝑓𝑒𝑚 [] 𝑓 ⇒ 𝑞𝑠𝑓𝑒𝑚 [𝑐𝑝𝑝𝑢ℎ𝑑] 𝑓 • ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ 𝑞𝑠𝑓𝑒(𝑐𝑝𝑝𝑢ℎ𝑑) 𝑓 Booth Encoder • ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ 𝑓𝑟𝑜1( s 2 i e s 1 ) • ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ 𝑂−1 𝐶𝐹 𝑗 𝑡2𝑗 𝑓 𝑡1 × 2 𝑙𝑗 𝑡2𝑗 𝑓 𝑡1 = BE i 𝑗=0

  21. Completing a Multiplier proof ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ S1 S2 𝑡2𝑗 𝑓 𝑞𝑞 𝑗 = 𝐶𝐹 𝑗 𝑡2𝑗 𝑓 𝑡1 × 𝑡2𝑗 𝑓 𝑡2 Booth ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ Encoder 𝑂−1 𝑡2𝑗 𝑓 𝑞𝑞 𝑗 × 2 𝑙𝑗 𝑡2𝑗 𝑓 𝑞𝑠𝑝𝑒 = 𝑗=0 BE i (S1) Partial Products ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ Generation 𝑂−1 𝐶𝐹 𝑗 𝑡2𝑗 𝑓 𝑡1 × 2 𝑙𝑗 𝑡2𝑗 𝑓 𝑡1 = PP i 𝑗=0 Wallace Tree Adder Network ∀𝑓. 𝑑𝑙𝑢 𝑓 ⇒ PROD 𝑡2𝑗 𝑓 𝑞𝑠𝑝𝑒 = 𝑡2𝑗 𝑓 𝑡1 × 𝑡2𝑗 𝑓 𝑡2

  22. Proof engineering • Additional arguments to rSTE – Constant antecedent: clock, reset – rSTE options: bdd variable ordering, param , … – Not shown here, but see paper • Analysis of CVE verification scripts – N layers of function calls between input parameters and generation of specs – Much deductive effort toward exposing the specs – Routine rewriting, also not shown here

  23. Status and prospects • reFLect and rSTE are the main workhorses of datapath verification across Intel • Frameworks for integer and FP multipliers, FMAs, adders, divide/sqrt are widely deployed • Goaled checking of integer multipliers is used on a mainline design project and being pushed to others • We plan to integrate Goaled checking with our other frameworks

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend