AIDSETLOMay 7, 2019

Design Space Exploration as Quantified Satisfaction

arXiv:1905.02303v33 citations
Originality Incremental advance
AI Analysis

This provides a generalizable method for circuit optimization and related areas, though it is incremental in applying existing satisfiability techniques to design problems.

The paper tackles the problem of automated design and design space exploration by reducing it to quantified satisfiability, discovering new and more optimal digital and quantum circuits for arithmetic functions like addition and multiplication, with a speed-up of over four orders of magnitude compared to generate-and-test methods.

We present novel algorithms for design and design space exploration. The designs discovered by these algorithms are compositions of function types specified in component libraries. Our algorithms reduce the design problem to quantified satisfiability and use advanced solvers to find solutions that represent useful systems. The algorithms we present in this paper are sound and complete and are guaranteed to discover correct designs of optimal size, if they exist. We apply our method to the design of Boolean systems and discover new and more optimal classical digital and quantum circuits for common arithmetic functions such as addition and multiplication. The performance of our algorithms is evaluated through extensive experimentation. We created a benchmark consisting of specifications of scalable synthetic digital circuits and real-world mirochips. We have generated multiple circuits functionally equivalent to the ones in the benchmark. The quantified satisfiability method shows more than four orders of magnitude speed-up, compared to a generate and test method that enumerates all non-isomorphic circuit topologies. Our approach generalizes circuit optimization. It uses arbitrary component libraries and has applications to areas such as digital circuit design, diagnostics, abductive reasoning, test vector generation, and combinatorial optimization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes