Multiplier Circuit Reusing Carry-Save Adder for Dot Products

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing multiplier circuits face inefficiencies in performing operations that require sub-product processing, as they often necessitate additional hardware and increased latency, especially when handling operations like SIMD and floating-point dot products.

Innovation Solution

The proposed solution involves a carry-save adder (CSA) network with multiple stages that perform partial product additions and sub-product processing, allowing for a sum-of-processed-sub-products mode by reusing existing hardware, which reduces circuit area and power consumption by injecting processed sub-products back into the CSA network.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If existing multiplier circuits are used to perform operations requiring sub-product processing, then the multiplication function is achieved, but additional hardware and increased latency are required

Engineering Contradiction:
Improvesub-product processing capabilityVSAvoidhardware requirements
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The CSA network is designed to perform multiple functions: standard multiplication, sub-product generation, and sum-of-products operations. By reusing the same hardware structure for different operations, the circuit achieves versatility without requiring separate dedicated hardware for each function, thus resolving the contradiction between adaptability and device complexity

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

Solution Approach 2:

The circuit employs dynamic configuration where the CSA network can be reconfigured to operate in different modes (standard multiplication vs. sub-product processing) based on the operation required. This dynamic adaptability allows the same hardware to serve multiple purposes, reducing the need for additional fixed hardware while maintaining versatility

Inventive Principle:
Principle #15Dynamics

2Adaptability or versatility

If existing multiplier circuits are used to perform operations requiring sub-product processing, then the multiplication function is achieved, but increased latency is required

Engineering Contradiction:
Improvesub-product processing capabilityVSAvoidlatency
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The first stage of the CSA network is configured to generate sub-products in advance as part of the standard multiplication process. These sub-products are made available earlier than in traditional designs, allowing subsequent processing stages to operate in parallel and reducing overall latency while maintaining versatility

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The CSA network maintains continuous operation by seamlessly transitioning between generating sub-products and performing standard multiplication without requiring separate processing passes. This continuous useful action eliminates idle time and reduces latency while supporting multiple operation types

Inventive Principle:
Principle #20Continuity of useful action

3Adaptability or versatility

If additional hardware is added to support sub-product processing, then processing capability is improved, but circuit area and power consumption increase

Engineering Contradiction:
Improvesub-product processing capabilityVSAvoidcircuit area
Core Design Contradiction:
Adaptability or versatilityVSArea of stationary object

Solution Approach 1:

The same CSA network hardware is reused for both standard multiplication and sub-product processing operations. By designing the circuit to be universally applicable to multiple operations, no additional dedicated hardware is required, thus maintaining versatility while minimizing circuit area

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

Solution Approach 2:

The sub-product processing functionality is merged with the existing CSA network structure rather than being implemented as a separate independent unit. The sub-product generation and processing paths are integrated into the same hardware fabric, reducing overall circuit area while maintaining full processing capability

Inventive Principle:
Principle #5Merging (Combining)

4Adaptability or versatility

If additional hardware is added to support sub-product processing, then processing capability is improved, but power consumption increases

Engineering Contradiction:
Improvesub-product processing capabilityVSAvoidpower consumption
Core Design Contradiction:
Adaptability or versatilityVSUse of energy by stationary object

Solution Approach 1:

The CSA network is designed as a universal processing unit that handles both standard multiplication and sub-product operations using the same physical hardware. This eliminates the need for additional power-consuming circuits, as the same transistors and logic gates are reused across different operation modes, maintaining versatility while controlling power consumption

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

Data Source

PatentUS11068238B2Multiplier circuit
Publication Date: 2021.07.20 ARM LTD
  • US11068238B2 patent drawing
  • US11068238B2 patent drawing
  • US11068238B2 patent drawing

AI summary

A multiplier circuit is described in which sub-products calculated in a first stage of a carry-save adder (CSA) network are output early, processed by applying a processing function, and re-injected into a subsequent stage of the CSA network to add the processed sub-products. This allows a CSA network provided for multiplication operations to be reused for operations which require sub-products to be processed and added, such as floating-point dot product operations performed on floating-point values represented in bfloatl6 format.