Title :
Circuit width, register allocation, and ordered binary decision diagrams
Author :
Berman, C. Leonard
Author_Institution :
IBM Thomas J. Watson Res. Center, Yorktown Heights, NY, USA
fDate :
8/1/1991 12:00:00 AM
Abstract :
The relationship between two important means of representing Boolean functions, combinational circuits and ordered binary decision diagrams (OBDDs), is studied. Circuit width is related to OBDD size. and it is shown how algorithms for register allocation can be used to determine a good variable order for OBDD construction. In particular, it is shown that if C has n inputs, moutputs, and width w(C), then there is a variable ordering for which the directed-acyclic-graph-based representation for C has at most n×m×2w(C) modes. Since the width of a circuit is closely related to the number of registers required to evaluate the circuit, the result indicates that register allocation techniques can be used to compute good variable orderings. How these ideas can be used in decomposing a function either for representation as a set of OBDDs or for implementation in a cascode technology is outlined. A class of multioutput functions, which includes addition, whose members have particularly small OBDDs is characterized
Keywords :
Boolean functions; combinatorial circuits; directed graphs; logic design; Boolean functions; cascode technology; combinational circuits; directed-acyclic-graph-based representation; multioutput functions; ordered binary decision diagrams; register allocation; variable ordering; Boolean functions; Combinational circuits; Data structures; Logic design; Logic functions; Minimization; Process design; Registers; Sequential circuits; Switching circuits;
Journal_Title :
Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on