paper-with-me

홈 › Papers

ChipBench: A Next-Step Benchmark for Evaluating LLM Performance in AI-Aided Chip Design

2026-01-29 · Zhongkai Yu, Chenyang Zhou, Yichen Lin, Hejia Zhang, Haotian Ye, Junxia Cui, Zaifeng Pan, Jishen Zhao, Yufei Ding arxiv

While Large Language Models (LLMs) show significant potential in hardware engineering, current benchmarks suffer from saturation and limited task diversity, failing to reflect LLMs' performance in real industrial workflows. To address this gap, we propose a comprehensive benchmark for AI-aided chip design that rigorously evaluates LLMs across three critical tasks: Verilog generation, debugging, and reference model generation. Our benchmark features 44 realistic modules with complex hierarchical structures, 89 systematic debugging cases, and 132 reference model samples across Python, SystemC, and CXXRTL. Evaluation results reveal substantial performance gaps, with state-of-the-art Claude-4.5-opus achieving only 30.74\% on Verilog generation and 13.33\% on Python reference model generation, demonstrating significant challenges compared to existing saturated benchmarks where SOTA models achieve over 95\% pass rates. Additionally, to help enhance LLM reference model generation, we provide an automated toolbox for high-quality training data generation, facilitating future research in this underexplored domain. Our code is available at https://github.com/zhongkaiyu/ChipBench.git.

📄 PDF Abstract BibTeX arXiv:2601.21448

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Benchmarking End-To-End Performance of AI-Based Chip Placement Algorithms

2024-07-03 · Zhihai Wang, Zijie Geng, Zhaojie Tu, Jie Wang 외

The increasing complexity of modern very-large-scale integration (VLSI) design highlights the significance of Electronic Design Automation (EDA) technologies. Chip placement is a critical step in the EDA workflow, which …

BenchmarkingCPUGPU

Agentic Hardware Design as Repository-Level Code Evolution

2026-06-26 · Cunxi Yu, Chenhui Deng, Nathaniel Pinckney, Brucek Khailany arxiv

We present HORIZON, a self-evolving agent framework that treats hardware design as repository-level code evolution. A Markdown harness is compiled into a project pack containing domain knowledge, an executable evaluator,…

Cube Bench: A Benchmark for Spatial Visual Reasoning in MLLMs

2025-12-23 · Dhruv Anand, Ehsan Shareghi arxiv

We introduce Cube Bench, a Rubik's-cube benchmark for evaluating spatial and sequential reasoning in multimodal large language models (MLLMs). The benchmark decomposes performance into five skills: (i) reconstructing cub…

Spatial ReasoningVisual Reasoning

Next-Depth Lookahead Tree

2025-09-18 · Jaeho Lee, Kangjin Kim, Gyeong Taek Lee arxiv

This paper proposes the Next-Depth Lookahead Tree (NDLT), a single-tree model designed to improve performance by evaluating node splits not only at the node being optimized but also by evaluating the quality of the next …

TutorGym: A Testbed for Evaluating AI Agents as Tutors and Students

2025-05-02 · Daniel Weitekamp, Momin N. Siddiqui, Christopher J. MacLellan

Recent improvements in large language model (LLM) performance on academic benchmarks, such as MATH and GSM8K, have emboldened their use as standalone tutors and as simulations of human learning. However, these new applic…

GSM8KIn-Context LearningLarge Language ModelMath