Dynamic Load Balancing for Circuit Simulation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional circuit simulation methods, such as SPICE, face challenges in handling large-scale integrated circuits due to increased matrix complexity, leading to performance limitations and inefficiencies, particularly in full chip design, where processors may idle waiting for others to finish tasks, necessitating a need for dynamic load balancing.

Innovation Solution

A method and system for dynamic load balancing in circuit simulation that identifies simulation tasks, determines their processing durations, and distributes them across multiple processors to perform tasks in parallel, ensuring optimal resource utilization and reducing waiting times.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional SPICE simulation methods are used for large-scale integrated circuits, then simulation accuracy is maintained, but simulation time increases significantly and processor efficiency decreases due to idle waiting time

Engineering Contradiction:
Improvesimulation accuracyVSAvoidsimulation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The circuit is divided into multiple partitions or regions, and simulation tasks are segmented and distributed across multiple processors. Each processor handles a specific partition independently, allowing parallel execution of simulation tasks while maintaining overall simulation accuracy through coordinated results aggregation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements dynamic load balancing that adjusts task distribution in real-time based on processor status. When some processors complete their tasks earlier, they dynamically receive additional tasks from the task queue, ensuring optimal utilization of computational resources and reducing idle waiting time throughout the simulation process.

Inventive Principle:
Principle #15Dynamics

2Reliability

If conventional SPICE simulation methods are used for large-scale integrated circuits, then simulation completeness is maintained, but processor utilization efficiency deteriorates due to idle waiting time

Engineering Contradiction:
Improvesimulation completenessVSAvoidprocessor utilization efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system pre-divides the circuit into multiple partitions and prepares simulation tasks in advance before distribution to processors. This preliminary segmentation allows processors to immediately begin working on assigned tasks without waiting for task generation, maximizing processor utilization from the start of the simulation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system continuously monitors processor status and task completion rates, using this feedback to dynamically adjust task distribution. Processors that complete tasks faster receive additional tasks from the centralized task queue, ensuring that all processors remain actively engaged throughout the simulation and maintaining high utilization efficiency.

Inventive Principle:
Principle #23Feedback

3Speed

If more processors are used to speed up simulation, then simulation speed increases, but system complexity increases due to load balancing requirements

Engineering Contradiction:
Improvesimulation speedVSAvoidsystem complexity
Core Design Contradiction:
SpeedVSDevice complexity

Solution Approach 1:

The system employs a universal task queue and standardized interface that can accommodate any number of processors. The same task distribution mechanism works whether there are 2 processors or 200 processors, eliminating the need for complex processor-specific management logic and keeping system complexity manageable despite scaling the number of processors.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS9804894B2Dynamic load balancing in circuit simulation
Publication Date: 2017.10.31 FILTER SPECIALISTS INC
  • US9804894B2 patent drawing
  • US9804894B2 patent drawing
  • US9804894B2 patent drawing

AI summary

Methods and systems are disclosed related to dynamic load balancing in circuit simulation. In one embodiment, a computer implemented method of performing dynamic load balancing in simulating a circuit includes identifying a plurality of simulation tasks to be performed, determining estimated processing durations corresponding to performance of the plurality of simulation tasks, distributing the plurality of simulation tasks to a plurality of processors according to the estimated processing duration of each simulation task, and performing the plurality of simulation tasks at the plurality of processors in parallel.