Boolean expression diagrams

  • Authors:
  • Henrik Reif Andersen;Henrik Hulgaard

  • Affiliations:
  • Department of Innovation, IT University of Copenhagen, Glentevej 67, DK-2400 Copenhagen NV, Denmark;Department of Innovation, IT University of Copenhagen, Glentevej 67, DK-2400 Copenhagen NV, Denmark

  • Venue:
  • Information and Computation - Special issue: LICS'97
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a new data structure called boolean expression diagrams (BEDs) for representing and manipulating Boolean functions. BEDs are a generalization of binary decision diagrams (BDDs) which can represent any Boolean circuit in linear space. Two algorithms are described for transforming a BED into a reduced ordered BDD. One is a generalized version of the BDD apply-operator while the other can exploit the structural information of the Boolean expression. This ability is demonstrated by verifying that two different circuit implementations of a 16-bit multiplier implement the same Boolean function. Using BEDs, this verification problem is solved efficiently, while using standard BDD techniques this problem is infeasible. Generally, BEDs are useful in applications, for example tautology checking, where the end-result as a reduced ordered BDD is small. Moreover, using operators for substitution and existential quantification they allow for the verification of large hierarchical circuits.