Multi-FPGA Clock Packet Synchronization for Large Chip Designs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing FPGA systems face limitations in implementing large-scale chip designs due to capacity constraints, and data communication between multiple FPGAs is challenging, especially when using unsynchronized clocks, leading to difficulties in maintaining consistent functionality across multiple FPGAs.

Innovation Solution

An FPGA system that includes a main FPGA and sub-FPGAs, where the main FPGA generates clock and data packets based on a user clock, allowing synchronized data processing across FPGAs using a gated user clock and serial communication protocol, ensuring consistent functionality even with unsynchronized clocks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If multiple FPGAs are connected using general-purpose input/output (GPIO) method, then data communication between FPGAs is enabled, but implementation of large number of lines for data communication is difficult and bottlenecks occur

Engineering Contradiction:
Improvenumber of data communication linesVSAvoidcomplexity of connection implementation
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The system divides the multiple FPGAs into a hierarchical structure with one main FPGA and multiple sub-FPGAs. The main FPGA handles high-level control and generates clock packets, while sub-FPGAs handle specific processing tasks. This segmentation allows scalable expansion without increasing connection complexity, as each sub-FPGA connects to the main FPGA through standardized interfaces.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The main FPGA acts as an intermediary between sub-FPGAs, centralizing clock generation and distribution. Instead of requiring direct peer-to-peer connections between all FPGAs, the main FPGA mediates communication by generating clock packets that are distributed to sub-FPGAs, simplifying the overall connection topology.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If FPGAs are connected using Chip to Chip (C2C) or Die to Die (D2D) method, then connection between FPGAs is established, but handshaking process requires signals to be sent and received within the same clock, requiring additional logic and design

Engineering Contradiction:
Improvesynchronization reliabilityVSAvoidadditional logic and design requirements
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The clock generation function is extracted from individual FPGAs and centralized in the main FPGA. The main FPGA generates clock packets that are distributed to sub-FPGAs, eliminating the need for complex handshaking protocols and additional synchronization logic that would otherwise be required in C2C or D2D connections.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The main FPGA creates copies of the master clock signal in the form of clock packets and distributes them to all sub-FPGAs. This copying approach ensures that all FPGAs operate from the same clock source without requiring complex handshaking or additional synchronization logic.

Inventive Principle:
Principle #26Copying

3Adaptability or versatility

If a single FPGA is used for processing data or signals, then functionality is maintained, but capacity to implement large-scale chip designs is limited

Engineering Contradiction:
Improvechip design capacityVSAvoidsystem architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system merges multiple FPGAs into a unified architecture where the main FPGA and sub-FPGAs work together as a single system. The main FPGA provides centralized clock control and high-level functionality, while sub-FPGAs provide additional processing capacity, collectively implementing large-scale chip designs that exceed the capacity of a single FPGA.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS12615049B2Field Programmable Gate Array system
Publication Date: 2026.04.28 REBELLIONS INC
  • US12615049B2 patent drawing
  • US12615049B2 patent drawing
  • US12615049B2 patent drawing

AI summary

A Field Programmable Gate Array (FPGA) system includes a main FPGA and one or more sub-FPGAs connected to the main FPGA. The main FPGA is configured to detect a positive edge of a pulse included in a user clock using a sampling clock of the main FPGA, generate a flag using the detected positive edge, generate a clock packet indicating the generated flag, and provide the generated clock packet to any one of the one or more sub-FPGAs.