Resource Management Arbiter Using Gray Counters for Priority Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In transaction-based communication systems, high-priority requests are not efficiently managed, leading to delays and misallocation of resource access due to the lack of visibility into when high-priority requests are processed and the need for additional memory and synchronization issues in existing priority management systems.

Innovation Solution

A resource management system using gray counters and a comparator to track the presence of high-priority requests within a buffer, allowing precise signaling to the arbiter for prioritization and reducing silicon area and cost by storing priority values normally, while addressing synchronization and metastability issues.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a buffer unit stores requests and passes them to the arbiter in FIFO order, then the buffer can handle requests from multiple requester elements, but high-priority requests may be delayed behind low-priority requests in the buffer

Engineering Contradiction:
Improveresource access efficiencyVSAvoidhigh-priority request delay
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system dynamically adjusts the buffer behavior based on priority. When a high-priority request is detected (via counter comparison showing requests in buffer but not yet granted), the buffer switches from strict FIFO to allowing priority-based interruption, enabling high-priority requests to be serviced immediately while maintaining normal FIFO operation for standard requests

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system uses feedback from the arbiter grant signal and counter comparisons to detect when high-priority requests are waiting in the buffer. The counter mechanism continuously monitors the number of requests entered versus granted, and when discrepancies are detected for high-priority requests, the system activates priority handling to service them immediately

Inventive Principle:
Principle #23Feedback

2Measurement precision

If priority information is stored separately in the buffer, then high-priority requests can be identified, but additional memory is required and synchronization issues arise across clock domains

Engineering Contradiction:
Improvepriority detection accuracyVSAvoidbuffer structure complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The priority information is merged with the request data itself rather than stored separately. Each request inherently carries its priority characteristic, and the system uses counter mechanisms that operate on the same data flow to track and identify high-priority requests, eliminating the need for separate priority storage structures

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The counter mechanism acts as an intermediary that indirectly tracks priority requests without requiring direct storage of priority flags. By counting requests entered and granted separately for different priority levels, the system identifies high-priority requests through the counter comparison process rather than explicit priority markers

Inventive Principle:
Principle #24Intermediary (Mediator)

3Speed

If the arbiter grants access based on priority information, then high-priority requests can be serviced faster, but the system becomes more complex and harder to control

Engineering Contradiction:
Improvehigh-priority request processing speedVSAvoidarbiter control complexity
Core Design Contradiction:
SpeedVSDevice complexity

Solution Approach 1:

The arbiter implements partial priority handling rather than full complex priority management. It only intervenes to service high-priority requests when specifically triggered by the buffer's priority detection mechanism, otherwise operating in simple FIFO mode. This selective priority handling reduces complexity compared to always-active priority arbitration

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS7500038B2Resource management
Publication Date: 2009.03.03 STMICROELECTRONICS (RES & DEV) LTD
  • US7500038B2 patent drawing
  • US7500038B2 patent drawing
  • US7500038B2 patent drawing

AI summary

A resource management system including a plurality of requester elements competing to access a resource through an arbiter element that controls access to the resource by the requester elements. A requester element having a buffer unit and first and second counters, which are compared to determine if a request having an identified priority type is in the buffer unit.