



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A lecture note from a university course, ece 510 oce, on boolean decision diagrams (bdds) and their applications in image computation and reachability analysis for finite state machines (fsms). The fundamental representation of discrete phenomena using relations, image computation for relations, representing fsms using relations, reachability analysis as an exploration of the state space of fsms using the transition relation, and applications of reachability analysis such as computing the transitive closure of relations and equivalence checking of fsms.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 2
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 3
00 01 10 11
000 001 010 011 100 101 110 111
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 4
y (^1)
x 1 x 2 x 3 y (^2)
00 01 10 11
000 001 010 011 100 101 110 111
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 5
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 6
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 10
Example (continued)
y (^2)
y (^1)
x 1 x 2 x 3 F
other
x (^1)
x
x
y
y
0 1
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 11
FSM Transition Relation
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 12
FSM Output Relation
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 13
Deriving Transition and Output Relations from NS/Output Functions
δk(i,s) = ∃∃∃∃nx (T( i,s,n ) & nk), x ≠ k
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 14
Reachability Analysis for FSMs
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 15
Computing Reachable State Set
Reached = ResetStates; do { ReachedBefore = Reached; Reached += Image(Reached); } while (ReachedBefore != Reached);
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 19
Product Machine
a b
a b c
c O (^2)
April 20, 2000 ECE 510 OCE: BDDs and Their Applications 20
Equivalence Checking Formulas