Download presentation
Presentation is loading. Please wait.
1
Two-Level Logic Minimization Exact minimization –problem : very large number of prime and very large number of minterm Heuristic minimization –avoid computing all primes –successively modify a given initial cover of the function until a suitable stopping(local search) criterion is met
2
Local Search A Pictorial Representation of Local Search
3
Local Search absolute minimum local minimum g(x) x f(x) x A Convex Optimization Problem A Non-Convex Optimization Problem
4
Expand Input, Reduce Output (Single Output) z y x (a)(b) xyz f 000 1 01- 1 -11 1 xyz f 0-0 1 -11 1
5
Expand Output, Reduce Input (Multiple Output) z y x z y x f1f1 f2f2 f1f1 f2f2 xyz f 1 f 2 0-1 10 1-0 10 00- 01 -00 01 -11 01 xyz f 1 f 2 0-1 11 1-0 10 -00 01 -11 01
6
Reduce Input, Expand Output (Multiple Output) z y x f1f1 f2f2 xyz f 1 f 2 1-- 10 --1 10 0-1 01 -10 01 xyz f 1 f 2 1-- 10 0-1 11 -10 01
7
Simple Minization Loop F = EXPAND(F,D); F = IRREDUNDANT(F,D); do { cost = F ; F = REDUCE(F,D); F = EXPAND(F,D); F = IRREDUNDANT(F,D); } while ( F < cost ); F = MAKE_SPARSE(F,D);
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.