A Canonical-based NPN Boolean Matching Algorithm Utilizing Boolean Difference and Cofactor Signature
Juling Zhang, Guowu Yang, William N. N. Hung, and Jinzhao Wu

TL;DR
This paper introduces a new canonical-based NPN Boolean matching algorithm that leverages Boolean difference and cofactor signatures, significantly reducing search space and improving speed over previous methods.
Contribution
The paper proposes a novel signature vector combining Boolean difference and cofactor signatures, enhancing efficiency in NPN Boolean matching.
Findings
Average runtime 37% faster than previous algorithm
Search space reduced by 67% on general circuits
Effective in large circuit benchmarks
Abstract
This paper presents a new compact canonical-based algorithm to solve the problem of single-output completely specified NPN Boolean matching. We propose a new signature vector Boolean difference and cofactor (DC) signature vector. Our algorithm utilizes the Boolean difference, cofactor signature and symmetry properties to search for canonical transformations. The use of symmetry and Boolean difference notably reduces the search space and speeds up the Boolean matching process compared to the algorithm proposed in [1]. We tested our algorithm on a large number of circuits. The experimental results showed that the average runtime of our algorithm 37% higher and its average search space 67% smaller compared to [1] when tested on general circuits.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Software Testing and Debugging Techniques · Logic, programming, and type systems
