• Non ci sono risultati.

Sequential Verification

N/A
N/A
Protected

Academic year: 2021

Condividi "Sequential Verification"

Copied!
5
0
0

Testo completo

(1)

Symbolic

Sequential Verification

Gianpiero Cabodi Stefano Quer

Politecnico di Torino Torino, Italy

{gianpiero.cabodi,stefano.quer}@polito.it http://staff.polito.it/{gianpiero.cabodi,stefano.quer}/

Reference

™ Paper

™ Books

C. Meinel, T. Theobald

“Algorithms and Data Structure in VLSI Design”

Springer-Verlag, Berlin, August 1998 ISBN 3-540-64486-5

G. D. Hachtel, F. Somenzi

“Loginc Synthesis and Verification Algorithms”

Kluwer Academic Publishers

Sequential Verification

M′ M′′

z Combinational Tests ( λ′ ≡ λ′′ ) ∧ ( δ′ ≡ δ′′ )

Drawbacks: limited application ( ≡ ) ∧ ( ≡ )

M′ M′′

Sequential Verification

{0,0,...,0} {0,0,...,0}

Product Machine: M = M′ x M′′

M′ M′′ Product Machine (PM)

M = Mx M ′′ = (I, {0, 1}, Sx S ′′ , ( δ′, δ′′ ) , (λ′ ≡ λ′′ ))

{0,0,...,0}

(2)

S

0

⇐ Mutually Reachable ⇒ (λ′ ≠ λ′′) Product Machine: M = M′ x M′′

M′ M′′ Exact Forward Traversal

M ≡ M’

M ≠ M’

Problems

R is

• too large

• too difficult to evaluate

Exact Backward Traversal

M ≡ M’

M ≠ M’

Problems Approximate Forward Traversal

R+ =

over-estimation of R

Verification 1.

Equivalent in R & R+

2. NOT Equivalent in R+Equivalent in R 3. NOT Equivalent in R & R+

(3)

Problems

Sufficient condition for equivalence

( λ ≠ λ’ ) ⋅ R + = 0

NOT NECESSARY !!!

Mixed Approaches

Approximate Forward

Exact Backward

COFACTORING

Handling Constraints

x MAP 0?

0?

c x’

x 1. Input Mapping

2. Output Masking

Characteristic function for constraint

™ Input constraints

‹Non-occuring input values (don’t cares)

‹Non-reachable states

‹Candidate for R

Cutpoint-based EC

0?

f1 f2

f3 v1

v2

0?

0?

f1 f2

f3

v2

v1 x

™ Cutpoints are used to partition the miter

™ Cutpoint guessing

‹Compute net signature with random simulator

‹Sort signatures + select cutpoints

‹Iteratively verify and refine cutpoints

‹Verify outputs

False Negatives

x y

z v

v

out

00 10 11 01 00 01 11 10 vz

xy

1 1 1 1 1 1

1 1

00 10 11 01 00 01 11 10 vz

xy

1 1 1 1

1 1

00 10 11 01 00 01 11 10 vz

xy

1 1 1 1 1 1

1 1 Constraint:

c = (v ≡ y+z)

™ What can we do about false negatives

‹Constrain input space to c = (v ≡ y+z)

‹ If (v in SUPPORT(out)) then out = compose(out, v, fv)

™ Outputs may miscompare for invalid cutpoint values

(4)

Permissible Cutpoints

Testable for s-a-0 or s-a-1?

x

0?

x

™ Based in ATPG

‹Test for s-a-0 at output

‹Checks for permissible functions

‹Test for s-a-1 out output

‹Checks for inverse permissibe functions

™ Permissible functions

‹Successively merge circuits

‹From input to outputs

Register Correspondence

™ Find registers in product machine that implement identical or complemented function

‹These are matching registers in the two machines under comparison

‹BUT: might be more, we may have redundant registers

™ Definition: A register correspondence is an equivalence relation in the set of registers (This definition includes only identical functions, it can be extended to also include complemented functions)

™ A register correspondence can be used as a candidate for R

‹R(s) = Π (si≡ sj)

RC⊆ ×s s s

Example

s1

1 1 1

1 1

s2 s3

s4 s5

s1=1 s2=1 s3=1 s4=1 s5=1 x v

s1= x ⊕ v s4= x ⊕ v v1

s2= ¬v s3= ¬v s5= ¬v v2

s1= x ⊕ v1 s4= x ⊕ v1

v1

s2= ¬(v1v2) s3= ¬(v1v2) s5= ¬(v1v2)

v2 Result:

{s1,s4}, {s2,s3,s5}

Instead of using constraint, use fresh variable for each class

Problems with Functional Reg.

Correspondence

™ In case of micomparing designs

‹Effect of miscomparing cone may ripple through entire algorithm and split all equivalence classes until they contain only single registers

‹Difficult to debug since no hint of error location

™ Solution

‹Relaxation of equivalence criteria

— e.g. structural register correspondence algorithm based on support set of registers

— combined techniques with name mapping, functional/structural criteria

Verification Tools

™SMV

‹CMU, Clarke & co.

‹Based on the FSM model

—From completely synchrounous to completely asynchrounous

—From detailed to abstract

‹CTL

™COSPAN

‹AT&T Bell Labs, Kurshan & co., LNCS, 1996

‹Language containment, ω-automaton

™Check-Off

‹Abstract Hardware Ltd.

‹Core technology by Siemens

™Design Verifier

‹Chrysalis

‹Equivalence Checker

‹Model Checker under development

™Vformal

‹Compass, core technology by BULL

‹Equivalence Checker

‹Model Checker under development

™RuleBase

‹IBM, core technology by CMU

™FormalCheck

‹Lucent Technologies, core technology COSPAN

‹Properties are defined using templates

‹Increased simplicity, decreased flexibility

™In-house support

‹Intel and Motorola , core technology by CMU

(5)

VIS

™HSIS

‹UC-Berkeley, Brayton & co., 1994

‹Temporal logic model checking

‹Language containment

‹Unacceptably Slow for large examples

™VIS

(Verification Interacting with Synthesis)

‹UC-Berkeley, Brayton & co, 1996

‹Front-End

—Verilog (VL2MV translator), BLIF, BLIF-MV

‹VIS-V

—Simulation

—Temporal logic model checking

—Equivalence checking (combinational and sequential)

‹VIS-S

—Synthesis optimizations through SIS

Verity

™IBM , Kuehlamnn & co., IBM Journal 1995

‹Targeting large CMOS design

‹Based on combinational verification (identification of corresponding registers)

‹Hierarchical design verification (identical partitioning of the two design compared)

‹Commercial name: BoolesEye

™Pros

‹Different Engines run Subsequently

‹Large problems (up to “macros” of 25000 CMOS transistors)

™Cons

‹Combinational verification

‹Structurally similar circuits (often the case)

Riferimenti

Documenti correlati

Such a solution led to conflicting interpretations of the Pfleiderer balancing test by national courts, depending on a greater attention to confidentiality issues

The result is the logistic regression model // based on the best set of parameters (based on the results of the // cross-validation operation). CrossValidatorModel model

The “negative” popularity of Dalí was dispersed throughout his writing, especially in The Secret Life, an important document of vital reorientation and proof of the lucid..

Storia del territorio  L’intera area di Pozzuoli sorge all’interno di una ampia area vulcanica, detta Caldera  dei  Campi  Flegrei  (campi  ardenti).  Detta 

Studies meeting the following inclusion criteria were subsequently included in the scoping review: 1 study participants or population with learning disabilities, 2 aged 16 years

Per le attitudini dei visigoti ariani nei confronti del paganesimo, uno speciale interesse ha un passo di Gregorio di Tours, dalla Historia Francorum (5,

Dipartimento di Studi Giuridici, Filosofici ed Economici Sezione di Filosofia del Diritto e Diritto canonico ed ecclesiastico. Accademia Internazionale di Filosofia del

In this thesis we presented an objective Bayes approach based on the notion of fractional Bayes factor for model selection of Gaussian graphical models in the presence of