paper-with-me

Papers

BDD2Seq: Enabling Scalable Reversible-Circuit Synthesis via Graph-to-Sequence Learning

2025-11-11 · Mingkai Miao, Jianheng Tang, Guangyu Hu, Hongce Zhang arxiv

Binary Decision Diagrams (BDDs) are instrumental in many electronic design automation (EDA) tasks thanks to their compact representation of Boolean functions. In BDD-based reversible-circuit synthesis, which is critical for quantum computing, the chosen variable ordering governs the number of BDD nodes and thus the key metrics of resource consumption, such as Quantum Cost. Because finding an optimal variable ordering for BDDs is an NP-complete problem, existing heuristics often degrade as circuit complexity grows. We introduce BDD2Seq, a graph-to-sequence framework that couples a Graph Neural Network encoder with a Pointer-Network decoder and Diverse Beam Search to predict high-quality orderings. By treating the circuit netlist as a graph, BDD2Seq learns structural dependencies that conventional heuristics overlooked, yielding smaller BDDs and faster synthesis. Extensive experiments on three public benchmarks show that BDD2Seq achieves around 1.4 times lower Quantum Cost and 3.7 times faster synthesis than modern heuristic algorithms. To the best of our knowledge, this is the first work to tackle the variable-ordering problem in BDD-based reversible-circuit synthesis with a graph-based generative model and diversity-promoting decoding.

📄 PDF Abstract BibTeX arXiv:2511.08315

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

GSR-GNN: Training Acceleration and Memory-Saving Framework of Deep GNNs on Circuit Graph

2026-03-28 · Yuebo Luo, Shiyang Li, Yifei Feng, Vishal Kancharla 외 arxiv

Graph Neural Networks (GNNs) show strong promise for circuit analysis, but scaling to modern large-scale circuit graphs is limited by GPU memory and training cost, especially for deep models. We revisit deep GNNs for cir…

GraPhSyM: Graph Physical Synthesis Model

2023-08-07 · Ahmed Agiza, Rajarshi Roy, Teodor Dumitru Ene, Saad Godil 외

In this work, we introduce GraPhSyM, a Graph Attention Network (GATv2) model for fast and accurate estimation of post-physical synthesis circuit delay and area metrics from pre-physical synthesis circuit netlists. Once t…

Graph Attentionmodel

Evolving reversible circuits for the even-parity problem

2021-08-21 · Mihai Oltean

Reversible computing basically means computation with less or not at all electrical power. Since the standard binary gates are not usually reversible we use the Fredkin gate in order to achieve reversibility. An algorith…

SuperCond-GNN: Scalable Graph Neural Network Surrogate for Superconducting Circuit Simulations

2026-06-22 · Nandana Menon, Giorgio Vallone arxiv

This paper presents SuperCond-GNN, a graph neural network-based surrogate model for predicting the voltage distribution in high-temperature superconducting (HTS) magnets. HTS magnets are modeled as lumped-element equival…

Graph Neural Network

ShortCircuit: AlphaZero-Driven Circuit Design

2024-08-19 · Dimitrios Tsaras, Antoine Grosnit, Lei Chen, Zhiyao Xie 외

Chip design relies heavily on generating Boolean circuits, such as AND-Inverter Graphs (AIGs), from functional descriptions like truth tables. This generation operation is a key process in logic synthesis, a primary chip…