Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+17 more

    FPGA 07/13 · Timing Claude — Timing Closure

    1

    Automates FPGA timing closure through precise setup/hold diagnosis, CDC synchronization, and targeted pipelining.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    WNS is -0.450ns after routing in Vivado. The worst path is in the DSP cluster fan-in. Review the report and suggest the exact register insertion point to close timing.

    Your agent does

    Violation classified as setup. WNS: -0.450ns, TNS: -12.4ns. The bottleneck is the combinational logic between data_reg[23] and the DSP48 input. Insert one pipeline register at the output of the first logic stage. Updated WNS: +0.050ns. No hold violations introduced.

    What you get

    Fix negative WNS/TNS using a report-driven pipelining loop.Synchronize and mark Clock Domain Crossing (CDC) paths correctly.Eliminate hold violations through path delay analysis.Apply false-path and multicycle constraints to remove phantom violations.

    About this skill

    The problem

    FPGAs often suffer from sporadic board failures or missed performance targets because timing violations are ignored or misdiagnosed. Developers frequently waste days manually inserting pipeline registers across the entire design instead of targeting the specific paths causing negative slack.

    What it does

    • Analyzes post-route timing reports to classify violations as setup (frequency-dependent) or hold (functional defects).
    • Executes a report-driven pipelining loop, identifying the worst path and inserting a single register at the transition point to meet targets without bloating area.
    • Identifies and constrains Clock Domain Crossing (CDC) paths using two-flip-flop synchronizers or handshakes with appropriate asynchronous markings.
    • Audits constraint files for missing clock definitions and applies false-path or multicycle markings to prevent artificial analysis bottlenecks.
    • Verifies system-level bottlenecks to ensure optimization effort isn't wasted on a core that is gated by a slow host interface.

    Frameworks & tools

    AMD Vivado, Intel Quartus, Xilinx Design Constraints (XDC), Synopsys Design Constraints (SDC), and Static Timing Analysis (STA) tools.

    Why this beats prompting it yourself

    General-purpose LLMs often confuse setup and hold remediation strategies, leading to useless clock adjustments for hold violations. This skill enforces a rigorous diagnosis-first workflow, ensuring every CDC path is correctly synchronized and every pipeline stage is quantitatively justified by WNS/TNS improvements.

    Use cases

    • Resolving negative WNS/WHS after implementation in high-frequency Vivado designs.
    • Safely crossing clock domains without risking metastability or false timing alarms.
    • Optimizing throughput in compute cores by balancing pipeline depth against fill latency.
    • Cleaning up "phantom" timing violations by correctly marking false paths in legacy code.

    Known limitations

    Requires an existing routed design checkpoint and post-route timing reports to function. It does not perform physical floorplanning or placement-based optimization.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean today

    • One-time purchase, yours forever

    Listedtoday

    Frequently Asked Questions