v4.1 is current best production adapter in this project. v4.2 improved FSM but regressed overall functional score, so v4.1 remains recommended.
Benchmark charts
Note: these charts compare against local baselines and project adapters on the same internal paper-style Verilog benchmark. They are SOTA-style comparisons, not official VerilogEval/RTLLM leaderboard claims. Direct SOTA claims require running every external model on the exact same suite and decoding settings.
Full-suite comparison
Full suite comparison
Model
Compile
Task pass
Functional
Base Qwen2.5-Coder-7B-Instruct
80.00%
60.00%
59.09%
v1 strict
86.67%
60.00%
50.00%
v2 correction
90.00%
66.67%
59.09%
v4 full
93.33%
76.67%
68.18%
v4.1 seq/bit/FSM
96.67%
83.33%
81.82%
v4.1 pass@5, temp=0.2
100.00%
86.67%
81.82%
v4.1 category breakdown
v4.1 category pass rate
Relation to SOTA-style evaluation
Common Verilog/RTL LLM papers use VerilogEval-, RTLLM-, HDLBits-, or HumanEval-style methodology:
prompt -> generate RTL -> extract code -> compile with iverilog -> simulate with vvp/testbench -> pass@k
Typical reporting:
compile/syntax rate
functional simulation pass rate
pass@1
pass@5 / pass@10 / pass@20
category breakdown for combinational, arithmetic, sequential, FSM, memory, and larger RTL designs
This adapter has been evaluated on the full internal 30-task suite with both pass@1 and pass@5. Official external SOTA comparison should next run VerilogEval and RTLLM directly with the same decoding settings.
External SOTA context
Important: the following charts are context only, not official leaderboard placement. External results come from the public Chip Design LLM Zoo table, while this adapter's score is from this repository's internal 30-task paper-style suite. Benchmarks, prompts, decoding settings, and contamination controls differ.
Sources:
Chip Design LLM Zoo reports VerilogEval, VerilogEval v2, RTLLM, and other RTL benchmark results and ranks models by VerilogEval pass@1 / RTLLM correct rate: https://iprc-dip.github.io/Chip-Design-LLM-Zoo/
RTL-Coder is an RTL-code-generation fine-tuning project with RTLCoder-Mistral inference scripts and synthetic RTL data flow: https://github.com/hkust-zhiyao/RTL-Coder
Reported top performers vs this adapter
External SOTA context
Reported fine-tuned/open Verilog models
Top fine-tuned context
Representative reported models found in the public tables/search results include:
But it has not yet been run directly on official VerilogEval or RTLLM. Fair SOTA comparison requires running all candidate models with the same:
text
1benchmark version
2prompt formatting
3sampling temperature / k
4max tokens
5code extraction rules
6iverilog/vvp version
7timeout
8contamination policy
Next recommended step: run this adapter on official VerilogEval and RTLLM harnesses, then replace the context charts with direct apples-to-apples results.