ARLGPLNov 6, 2023

Leveraging High-Level Synthesis and Large Language Models to Generate, Simulate, and Deploy a Uniform Random Number Generator Hardware Design

Cambridge
arXiv:2311.03489v56 citationsh-index: 5Has Code
AI Analysis

This work aims to lower the entry barrier for building domain-specific computing accelerators, such as for the Internet of Things, though it appears incremental as it applies existing LLM tools to hardware design.

The paper tackles the challenge of hardware design by introducing a high-level synthesis methodology that uses large language models to generate, simulate, and deploy a uniform random number generator, verified with simulations and the Dieharder test suite.

We present a new high-level synthesis methodology for using large language model tools to generate hardware designs. The methodology uses exclusively open-source tools excluding the large language model. As a case study, we use our methodology to generate a permuted congruential random number generator design with a wishbone interface. We verify the functionality and quality of the random number generator design using large language model-generated simulations and the Dieharder randomness test suite. We document all the large language model chat logs, Python scripts, Verilog scripts, and simulation results used in the case study. We believe that our method of hardware design generation coupled with the open source silicon 130 nm design tools will revolutionize application-specific integrated circuit design. Our methodology significantly lowers the bar to entry when building domain-specific computing accelerators for the Internet of Things and proof of concept prototypes for later fabrication in more modern process nodes.

Foundations

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

Your Notes