paper-with-me

홈 › Papers

AISYN: AI-driven Reinforcement Learning-Based Logic Synthesis Framework

2023-02-08 · Ghasem Pasandi, Sreedhar Pratty, James Forsyth

Logic synthesis is one of the most important steps in design and implementation of digital chips with a big impact on final Quality of Results (QoR). For a most general input circuit modeled by a Directed Acyclic Graph (DAG), many logic synthesis problems such as delay or area minimization are NP-Complete, hence, no optimal solution is available. This is why many classical logic optimization functions tend to follow greedy approaches that are easily trapped in local minima that does not allow improving QoR as much as needed. We believe that Artificial Intelligence (AI) and more specifically Reinforcement Learning (RL) algorithms can help in solving this problem. This is because AI and RL can help minimizing QoR further by exiting from local minima. Our experiments on both open source and industrial benchmark circuits show that significant improvements on important metrics such as area, delay, and power can be achieved by making logic synthesis optimization functions AI-driven. For example, our RL-based rewriting algorithm could improve total cell area post-synthesis by up to 69.3% when compared to a classical rewriting algorithm with no AI awareness.

📄 PDF Abstract BibTeX arXiv:2302.06415

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Enabling Synthetic Data adoption in regulated domains

2022-04-13 · Giorgio Visani, Giacomo Graffi, Mattia Alfero, Enrico Bagli 외

The switch from a Model-Centric to a Data-Centric mindset is putting emphasis on data and its quality rather than algorithms, bringing forward new challenges. In particular, the sensitive nature of the information in hig…

Synthetic Data Evaluation

GALOIS: Boosting Deep Reinforcement Learning via Generalizable Logic Synthesis

2022-05-27 · Yushi Cao, Zhiming Li, Tianpei Yang, Hao Zhang 외

Despite achieving superior performance in human-level control problems, unlike humans, deep reinforcement learning (DRL) lacks high-order intelligence (e.g., logic deduction and reuse), thus it behaves ineffectively than…

Decision MakingDeep Reinforcement LearningProgram Synthesisreinforcement-learning+2

LOGIGEN: Logic-Driven Generation of Verifiable Agentic Tasks

2026-02-28 · Yucheng Zeng, Weipeng Lu, Linyun Liu, Shupeng Li 외 arxiv

The evolution of Large Language Models (LLMs) from static instruction-followers to autonomous agents necessitates operating within complex, stateful environments to achieve precise state-transition objectives. However, t…

Reinforcement Learning

TTVS: Boosting Self-Exploring Reinforcement Learning via Test-time Variational Synthesis

2026-04-09 · Sikai Bai, Haoxi Li, Jie Zhang, Yongjiang Liu 외 arxiv

Despite significant advances in Large Reasoning Models (LRMs) driven by reinforcement learning with verifiable rewards (RLVR), this paradigm is fundamentally limited in specialized or novel domains where such supervision…

Reinforcement LearningTest-time Adaptation

Retro-Expert: Collaborative Reasoning for Interpretable Retrosynthesis

2025-08-14 · Xinyi Li, Sai Wang, Yutian Lin, Yu Wu arxiv

Retrosynthesis prediction aims to infer the reactant molecules based on a given product molecule, which is a fundamental task in chemical synthesis. However, existing methods rely on a static pattern-matching paradigm, w…

Reinforcement Learning