LOAIJun 7, 2024

Logic Synthesis with Generative Deep Neural Networks

arXiv:2406.04699v17 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of logic circuit design for engineers, but it is incremental as it builds on existing techniques.

The paper tackles the challenge of applying deep learning to logic circuit design by introducing a logic synthesis rewriting operator based on a generative deep neural model, achieving effectiveness on the IWLS 2023 contest benchmark.

While deep learning has achieved significant success in various domains, its application to logic circuit design has been limited due to complex constraints and strict feasibility requirement. However, a recent generative deep neural model, "Circuit Transformer", has shown promise in this area by enabling equivalence-preserving circuit transformation on a small scale. In this paper, we introduce a logic synthesis rewriting operator based on the Circuit Transformer model, named "ctrw" (Circuit Transformer Rewriting), which incorporates the following techniques: (1) a two-stage training scheme for the Circuit Transformer tailored for logic synthesis, with iterative improvement of optimality through self-improvement training; (2) integration of the Circuit Transformer with state-of-the-art rewriting techniques to address scalability issues, allowing for guided DAG-aware rewriting. Experimental results on the IWLS 2023 contest benchmark demonstrate the effectiveness of our proposed rewriting methods.

Foundations

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

Your Notes