English

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

Hardware Architecture 2024-11-26 v5 Machine Learning Programming Languages

Abstract

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.

Keywords

Cite

@article{arxiv.2311.03489,
  title  = {Leveraging High-Level Synthesis and Large Language Models to Generate, Simulate, and Deploy a Uniform Random Number Generator Hardware Design},
  author = {James T. Meech},
  journal= {arXiv preprint arXiv:2311.03489},
  year   = {2024}
}

Comments

The random number generator design that this article describes has bugs that need to be fixed before this article can be republished

R2 v1 2026-06-28T13:13:14.210Z