paper-with-me

Papers

ContractHIL-HLS: Contract-Aligned Multi-Agent Workflow with Hardware-in-the-Loop Feedback for HLS Design

2026-07-28 · Jingbo Zhang, Haoxiang Sun, Wenbo Wang, Wenbo Zhang arxiv

This paper presents ContractHIL-HLS, a contract-aligned multi-agent workflow for practical high-level synthesis (HLS) engineering. The workflow makes three contributions. First, it introduces a structured contract as the semantic-alignment and task-execution artifact that translates natural language requirements into explicit interfaces, constraints, validation checks, and rollback rules. Second, it incorporates hardware information into the feedback loop by feeding HLS, Vivado, PYNQ runtime, power, and failure evidence back into generation, thereby extending LLM-assisted HLS from kernel code toward system- and board-level closure. Third, it decomposes agents by semantic lowering and execution tasks rather than by conversational roles: a Contract Agent lowers natural language into the contract, an HTML Agent renders the contract as persistent structured HTML, and a Hardware-in-the-Loop Agent implements and revises the design with measured evidence. We evaluate ContractHIL-HLS in two parts. On 94 locally executable HLS-Eval tasks, the structured contract provides the largest small design gain, improving the estimated single-sample testbench pass rate from 64.0% to 70.2%; the full flow reaches 70.4% pass@1 and 76.6% pass@5. Because HLS-Eval does not exercise board-level design, we also validate ContractHIL-HLS on a board tested ML-KEM/ML-DSA post-quantum cryptography (PQC) secure-message accelerator, where the retained dual-bitstream organization reduces six-message average text runtime from 207.3 ms to 52.4 ms with positive routed WNS on both images while preserving decrypted-message verification. We open-source our work at BJUT-CS316-LAB/ContractHIL-HLS (https://github.com/BJUT-CS316-LAB/ContractHIL-HLS).

📄 PDF Abstract BibTeX arXiv:2607.25283

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do More Agents Help? Controlled and Protocol-Aligned Evaluation of LLM Agent Workflows

2026-06-04 · Yuhang Fu, Ruishan Fang, Jiaqi Shao, Huiyu Zheng 외 arxiv

Does adding more agents help an LLM workflow once compared systems share the same benchmark loader, tool access, answer contract, usage accounting, and trajectory logging? We introduce BenchAgent, an evaluation framework…

LAW: Legal Agentic Workflows for Custody and Fund Services Contracts

2024-12-15 · William Watson, Nicole Cho, Nishan Srishankar, Zhen Zeng 외

Legal contracts in the custody and fund services domain govern critical aspects such as key provider responsibilities, fee schedules, and indemnification rights. However, it is challenging for an off-the-shelf Large Lang…

Language ModelingLanguage ModellingLarge Language Model

Fantastic Scientific Agents and How to Build Them: AgentBuild for Rietveld Refinement

2026-06-11 · Woong Shin, Craig A. Bridges, Marshall T. McDonnell, Rafael Ferreira da Silva arxiv

As scientific workflows shift from deterministic executables to LLM-based agents, the development practices on offer, such as fine-tuning, reinforcement learning, and prompt-and-go, bury the scientist's judgment. We prop…

Reinforcement Learning

GeoDisaster: Benchmarking Orchestrated Agents for Operational Disaster Geo-Intelligence

2026-06-15 · Maram Hasan, Aman Verma, Savitra Roy, Hariseetharam Gunduboina 외 arxiv

Remote-sensing vision-language models (RS-VLMs) have advanced Earth-observation analysis toward visual interpretation and instruction-following, yet fall short of operational geo-intelligence, which demands tool-grounded…

Reinforcement LearningSpatial Reasoning

SPEAR: An Engineering Case Study of Multi-Agent Coordination for Smart Contract Auditing

2026-02-04 · Indraveni Chebolu, Arnab Mallick, Harmesh Rana arxiv

We present SPEAR, a multi-agent coordination framework for smart contract auditing that applies established MAS patterns in a realistic security analysis workflow. SPEAR models auditing as a coordinated mission carried o…