Every LLM-based RTL code generator you've seen brags about Verilog. VHDL gets the short end of the wire, despite its widespread use in defense, aerospace, and safety-critical systems. VHDLSuite finally fixes that with a pipeline that converts Verilog designs into VHDL testbenches and a benchmark of over 200 validated problems.
LLMs Ace Verilog but Trip Over VHDL's Strict Semantics
VHDL's stricter type system and more verbose syntax aren't just a style difference - they expose real model weaknesses. The VHDLSuite authors built an automated pipeline that takes existing Verilog designs and their testbenches, converts them into VHDL, and validates them using VUnit/GHDL to ensure every released task is compilable, runnable, and checkable. No hand-wavy "we tested a few examples." VHDLBench gives you 200+ problems with complete, executable testbenches spanning real complexity.
What the Benchmark Reveals About Current Models
Early evaluations on cutting-edge LLMs (no names yet, but the paper promises multi-model diagnostics) show that models that near-perfect on Verilog benchmarks drop significantly on the same designs once translated to VHDL. The gap isn't trivial - it's a direct consequence of VHDL's stricter semantic rules. That means if you're relying on an LLM for hardware design outside the Verilog bubble, you're flying blind without VHDLSuite.
The pipeline, benchmark, and evaluation code are all promised open-source. That's the only way this matters: reproducible, extensible, and ready for the community to add more targets. Expect VHDLSuite to become the standard for any serious multi-language hardware generation work.
Source: VHDLSuite: Unified Pipeline for LLM VHDL Generation with Data Synthesis and Evaluation
Domain: arxiv.org
Comments load interactively on the live page.