🤖 AI Summary
This work proposes LLM4PQC, a novel framework addressing the challenges in post-quantum cryptography (PQC) hardware design, where translating C reference implementations into high-level synthesis (HLS)-compatible code typically requires extensive manual refactoring and suffers from poor scalability of complex primitives such as NTT accelerators. LLM4PQC introduces, for the first time, a feedback-driven agent architecture that leverages large language models to automatically refactor PQC high-level specifications and C code into synthesizable, HLS-ready C code and generate verification-ready RTL. Functional correctness is ensured through multi-level validation, including C compilation/simulation and RTL simulation. Evaluated on NIST PQC candidates, the framework significantly reduces manual intervention and enhances design space exploration efficiency, successfully producing synthesizable and functionally correct hardware implementations.
📝 Abstract
The design of post-quantum cryptography (PQC) hardware is a complex and hierarchical process with many challenges. A primary bottleneck is the conversion of PQC reference codes from C to high-level synthesis (HLS) specifications, which requires extensive manual refactoring [1]-[3]. Another bottleneck is the scalability of synthesis for complex PQC primitives, including number theoretic transform (NTT) accelerators and wide memory interfaces. While large language models (LLMs) have shown remarkable results for coding in general-purpose languages like Python, coding for hardware design is more challenging; feedback-driven and agentic integration are key principles of successful state-of-the-art approaches. Here, we propose LLM4PQC, an LLM-based agentic framework that refactors high-level PQC specifications and reference C codes into HLS-ready and synthesizable C code. Our framework generates and verifies the resulting RTL code. For correctness, we leverage a hierarchy of checks, covering fast C compilation and simulation as well as RTL simulation. Case studies on NIST PQC reference designs demonstrate a reduction in manual effort and accelerated design-space exploration compared to traditional flows. Overall, LLM4PQC provides a powerful and efficient pathway for synthesizing complex hardware accelerators.