Mitigating hallucinations and omissions in LLMs for invertible problems: An application to hardware logic design automation
Andrew S. Cassidy, Guillaume Garreau, Jay Sivagnaname, Mike Grassi, Bernard Brezzo, John V. Arthur, Dharmendra S. Modha
TL;DR
This work tackles hallucinations and omissions in large language models (LLMs) when translating logic specifications into hardware description languages. It introduces an invertible, lossless-like flow where an LLM acts as an encoder from Logic Condition Tables (LCTs) to Verilog HDL and a second pass as a decoder back to the LCT, enabling identity verification to detect errors. The approach is demonstrated on a 2D Network-on-Chip router (13 units, ~1500–2000 LOC) using seven public LLMs, showing both error detection and productivity gains, and highlighting the value of precise, modular specifications. The findings suggest that LCT-based, invertible design flows can stabilize automated HDL generation and enhance verification in EDA workflows, motivating further domain-specific tuning and exploration of smaller, energy-efficient models.
Abstract
We show for invertible problems that transform data from a source domain (for example, Logic Condition Tables (LCTs)) to a destination domain (for example, Hardware Description Language (HDL) code), an approach of using Large Language Models (LLMs) as a lossless encoder from source to destination followed by as a lossless decoder back to the source, comparable to lossless compression in information theory, can mitigate most of the LLM drawbacks of hallucinations and omissions. Specifically, using LCTs as inputs, we generate the full HDL for a two-dimensional network-on-chip router (13 units, 1500-2000 lines of code) using seven different LLMs, reconstruct the LCTs from the auto-generated HDL, and compare the original and reconstructed LCTs. This approach yields significant productivity improvements, not only confirming correctly generated LLM logic and detecting incorrectly generated LLM logic but also assisting developers in finding design specification errors.
