US6049882A - Apparatus and method for reducing power consumption in a self-timed system - Google Patents
Apparatus and method for reducing power consumption in a self-timed system Download PDFInfo
- Publication number
- US6049882A US6049882A US08/997,329 US99732997A US6049882A US 6049882 A US6049882 A US 6049882A US 99732997 A US99732997 A US 99732997A US 6049882 A US6049882 A US 6049882A
- Authority
- US
- United States
- Prior art keywords
- functional units
- instruction
- asynchronous
- functional unit
- asynchronous system
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 title claims abstract description 14
- 238000012545 processing Methods 0.000 claims description 23
- 238000004891 communication Methods 0.000 claims description 15
- 230000008878 coupling Effects 0.000 claims description 4
- 238000010168 coupling process Methods 0.000 claims description 4
- 238000005859 coupling reaction Methods 0.000 claims description 4
- 230000000977 initiatory effect Effects 0.000 claims 3
- 238000013500 data storage Methods 0.000 claims 1
- 238000010977 unit operation Methods 0.000 claims 1
- 230000001360 synchronised effect Effects 0.000 description 14
- 238000010586 diagram Methods 0.000 description 9
- 230000006870 function Effects 0.000 description 3
- 230000007423 decrease Effects 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 230000004913 activation Effects 0.000 description 1
- 230000009849 deactivation Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3867—Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines
- G06F9/3871—Asynchronous instruction pipeline, e.g. using handshake signals between stages
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
Definitions
- This invention is directed to a power reduction apparatus, and in particular, to a self-timed power reduction apparatus that reduces power consumption.
- a processor such as a microprocessor, micro controller or a digital signal processor (DSP) processor includes of a plurality of functional units, each with a specific task, coupled with a set of binary encoded instructions that define operations on the functional units within the processor architecture.
- the binary encoded instructions can then be combined to form a program that performs some given task.
- Such programs can be executed on the processor architecture or stored in memory for subsequent execution.
- the functional units within the processor architecture must be synchronized to ensure correct (e.g., time, order, etc.) execution of instructions.
- "Synchronous" systems apply a fixed time step signal (i.e., a clock signal) to the functional units to ensure synchronized execution.
- a clock signal i.e., a fixed time step signal
- all the functional units require a clock signal.
- not all functional units need be in operation for a given instruction type. Since the functional units can be activated even when unnecessary for a given instruction execution, synchronous systems can be inefficient.
- a fixed time clock signal i.e., a clock cycle
- Each functional unit must be designed to perform its worst case operation within the clock cycle even though the worst case operation may be rare.
- Worst case operational design reduces performance of synchronous systems, especially where the typical case operation executes much faster than that of the worst case criteria. Accordingly, synchronous systems attempt to reduce the clock cycle to minimize the performance penalties caused by worst case operation criteria. Reducing the clock cycle below worst case criteria requires increasingly complex control systems or increasingly complex functional units. These more complex synchronous systems reduce efficiency in terms of area and power consumption to meet a given performance criteria such as reduced clock cycles.
- asynchronous systems remove many problems associated with the clock signal of synchronous systems. Accordingly, in asynchronous systems, performance penalties only occur in an actual (rare) worst case operation. Accordingly, asynchronous systems can be tailored for typical case performance, which can result in decreased complexity for processor implementations that achieve the performance requirements. Further, because asynchronous systems only activate functional units when required for the given instruction type, efficiency is increased. Thus, asynchronous systems can provide increased efficiency in terms of integration and power consumption.
- FIG. 1 shows two such functional units coupled via data lines and control lines.
- a first functional unit 100 is a sender, which passes data.
- the second functional unit 102 is a receiver, which receives the data.
- a request control wire REQ is controlled by the sender 100 and is activated when the sender 100 has placed valid data on the data wires 104.
- An acknowledge control wire ACK is controlled by the receiver 102 and is activated when the receiver 102 has consumed the data that was placed on the data wires 104.
- This asynchronous interface protocol is known as a "handshake" because the sender 100 and the receiver 102 both communicate with each other to pass the bundled data.
- the asynchronous interface protocol shown in FIG. 1 can use various timing protocols for data communication.
- One related art protocol is based on a 4-phase control communication scheme.
- FIG. 2 shows a timing diagram for the 4-phase control communication scheme.
- the sender 100 indicates that the data on the data wires 104 is valid by generating an active request control wire REQ high.
- the receiver 102 can now use the data as required.
- the sender 100 signals back to the sender 100 an active acknowledge control wire ACK high.
- the sender 100 can now remove the data from the communication bus such as the data wires 104 and prepare the next communication.
- the sender 100 deactivates the output request by returning the request control wire REQ low.
- the receiver 102 can deactivate the acknowledge control wire ACK low to indicate to the sender 100 that the receiver 102 is ready for more data.
- the sender 100 and the receiver 102 must follow this strict ordering of events to communicate in the 4-phase control communication scheme. Beneficially however, there is no upper bound on the delays between consecutive events.
- a first-in first-out (FIFO) register or pipeline provides an example of self-timed systems that couple together a number of functional units.
- FIG. 3 shows such a self-timed FIFO structure.
- the functional units can be registers 300a-300c with both an input interface protocol and an output interface protocol. When empty, each of the registers 300a-300c can receive data via an input interface 302 for storage. Once data is stored in the register, the input interface cannot accept more data. In this condition, the register 300a input has "stalled". The register 300a remains stalled until the register 300a is again empty. However, once the register 300a contains data, the register 300a can pass the data to the next stage (i.e., register) of the self-timed FIFO structure via an output interface 304. The registers 300a generates an output request when the data to be output is valid. Once the data has been consumed and the data is no longer required, the register 300a is then in the empty state. Accordingly, the register 300a can again receive data using the input
- the FIFO register of FIG. 3 can include logic processing.
- data passes through processing logic between stages of the FIFO register.
- processing logic 402a-402b between registers 300a-300c. Since the processing logic 402a-402b takes time to determine an output value, control signals (e.g., the output interface request signal Rout) are delayed to corresponding match the logic delay.
- control signals e.g., the output interface request signal Rout
- the coordinated control signal delay and processing logic delay ensures the 4-phase communication protocol is satisfied. In other words, the data arrives and then the request Rout signals its validity.
- the delay in the request path lengthens the time taken for the handshake to complete, which allows the data computation in the processing logic to complete.
- the control signal delay can be any value that is appropriate to match the logic data delay.
- the delay 404a-404b can be variously implemented. For example, a simple matched path, a variable delay or function of the data presented can be used as the delay 404a-404b.
- an increase in the delay reduces the throughput and performance of the self-timed system because a delay in the handshake request/acknowledge loop decreases the data transfer rate.
- An object of the present invention is to substantially obviate the above described problems and disadvantages of the prior art.
- Another object of the present invention is to reduce the power consumption of a semiconductor device.
- a further object of the present invention is reduce power consumption of an asynchronous system by determining an operational speed based on load requirements.
- an asynchronous system that includes a plurality of functional units intercoupled to perform at least one task and a power control circuit coupled to a selected one of the plurality of functional units to determine at least one of a first and a second operating speed of the selected functional unit.
- a data processing apparatus that includes a plurality of functional units, an asynchronous controller that decodes a current instruction to perform a corresponding instruction task using a group of the plurality of functional units, a power determination device, wherein the data processing apparatus operates at one of a plurality of power levels selected by the power determination device and a communication device coupling the functional units, the power determination device and the controller.
- a method for operating an asynchronous system having a plurality of intercoupled functional units that includes determining an operating criteria of the asynchronous system and determining one of a plurality of a power consumption levels based on the operating criteria of the asynchronous system.
- FIG. 1 is a block diagram showing a self-timed data interface
- FIG. 2 is a diagram showing signal waveforms of a four-phase communication protocol
- FIG. 3 is a block diagram showing a self-timed first-in-first-out (FIFO) data interface
- FIG. 4 is a block diagram showing a FIFO interface including processing and control logic
- FIG. 5 is a block diagram showing a digital processor
- FIG. 6 is a diagram showing operations of an instruction pipeline
- FIG. 7 is a block diagram showing a self-timed processor
- FIG. 8 is a block diagram of a preferred embodiment of a processor interface with control logic.
- System performance (e.g., throughout) of a self-timed system can be controlled by the speed of critical elements.
- a critical element performs a task that must be completed before the self-timed system continues processing.
- a critical element can be an instruction fetch.
- An exemplary digital processor 500 architecture is shown in FIG. 5.
- the processor 500 architecture includes functional units, that can be used in a microprocessor, a micro controller and DSP implementations or the like.
- a set of instructions and corresponding instruction tasks must be defined.
- each instruction is decoded to activate the functional units required to perform the corresponding instruction task.
- Each of functional units are coupled by a common resource data bus 516.
- a program counter functional unit PC 502 generates an instruction program address.
- the PC 502 can include an address stack for holding addresses on subroutine or interrupt calls.
- An instruction decoder functional unit 504 controls instruction fetch and decode.
- the instruction decoder functional unit 504 contains an instruction decoder for generating control information for the functional units and a status register for holding current process status.
- An arithmetic and logic functional unit ALU 506 performs data and arithmetic operations using an integer arithmetic ALU.
- the ALU 506 also contains a data accumulator for storing a result of a specific data or arithmetic operation.
- the processor 500 can further include a multiplier functional unit MULT 508 that performs data multiplication and an indirect address register functional unit ADDR 510.
- the ADDR 510 holds indirect data addresses in an address register array.
- a Random Access Memory functional unit RAM 514 is used to store data values.
- a data RAM control functional unit RAMC 512 controls memory access for data memory in the RAM 514.
- the functional blocks can operate concurrently. However, the processor 500 must ensure correct management of the common resource data bus 516 by controlling data and sequence requirements when communications occur between functional units.
- the processor 500 preferably uses a 3-stage instruction pipeline composed of instruction fetch, instruction decode and instruction execute cycles.
- a pipelined architecture improves performance requirements by allowing more efficient (e.g., concurrent) use of the functional units of the processor 500.
- the 3 stage instruction pipeline allows each pipelined stage to be overlapped, which increases concurrency and processor performance.
- FIG. 7 shows the example of the instruction fetch being the critical element in an asynchronous system.
- FIG. 7 is similar to FIG. 4, however, the register, logic and matched delay are grouped together as a single pipeline stage.
- the system speed can be reduced by changing the performance (cycle-time) of a critical functional unit because the handshake in each functional unit must complete before the next item can be accepted.
- the system performance of the processor 500 can be reduced by increasing the delay of instruction fetch by the Decoder 504 (i.e., the processor can only process instructions as fast as they are delivered).
- self-timing can be used to control a circuit, sub-system or system throughput by changing the operating speed of one functional unit.
- power consumption is proportional to frequency of operation. In other words, for a given circuit the higher the frequency of operation, the higher the power consumption.
- the power consumption can be determined by the following equation:
- power consumption of a self-timed system can be controlled by adjusting the cycle time of a critical functional unit or element of the system.
- the processor executes priority work at a first speed or full speed.
- the processor executes at a second speed or reduced speed. Accordingly, the system performance is reduced at the second speed by increasing the cycle time of the instruction fetch stage. Consequently, the self-timed system power consumption is reduced at the second speed.
- FIG. 8 shows an arrangement for adjusting power consumption for a self-timed processor according to a first preferred embodiment of the present invention.
- a variable cycle time that is used to control power consumption is based on an instruction queue length.
- a power control device 802 dynamically adjusts the system performance (e.g., cycle time) and power consumption depending on work load requirements.
- the system performance adjustment is achieved by changing a variable delay in one processing stage (e.g. instruction fetch).
- an instruction queue length is used to indicate the processor work load requirements.
- a counter is used to count the number of elements (e.g., instructions) waiting in a queue to be processed.
- the variable cycle time is then controlled by the power control device 802 as a function of queue length. As the "queue length" gets longer and there is more work to do, the delay (e.g., cycle time) is reduced. Accordingly, the system power consumption and system performance is increased. As the "queue length" of work becomes smaller, the cycle time is increased to decrease the power consumption and the system performance. Thus, power consumption corresponds to the amount of work (e.g., execution requirements of the processor) to be done.
- the speed of operation can be controlled by controlling one part of the system.
- the cycle time of a sub-block or sub-system can be increased by increasing the delay in the handshake loop.
- the first preferred embodiment monitors instruction queue length to reduce power consumption of the self-timed system. Further, the control structure can be easily implemented.
- a second preferred embodiment according to the present invention uses an explicit request to reduce the power consumption.
- the request can be implemented using, for example, an instruction executed in the system or a specific value on an external input such as an external pin for the system. Further, the external pin can be user accessible.
- a third preferred embodiment according to the present invention uses the activation of particular functional units to control the power consumption.
- a processor can be controlled to speed up or slow down based on a particular functional unit (e.g. a multiplier functional unit may require faster operation).
- the preferred embodiments of the presentation control system power consumption using a variable delay in a functional unit to link cycle time to some measure of system load.
- the present invention is not intended to be limited to these embodiments.
- Various alternative indications of work load requirements such as application specific load indicators can be used to control the cycle time.
- a fourth preferred embodiment controls power consumption of one or more individual sub-circuits or sub-systems of an asynchronous system.
- one variable delay unit is required per sub-system.
- the fourth preferred embodiment allows specific parts of the system to reduce power consumption relative to other parts of the system. In this manner, a first functional unit of a plurality of functional units in the system can selectively reduce its power consumption by executing at a lower priority than the remaining functional units.
- the preferred embodiments have various advantages.
- the preferred embodiments reduce power consumption of asynchronous systems.
- portable equipment where power consumption (e.g., battery life) is directly related to potential length of use, can be used for relatively longer periods.
- the power consumption level can be selectively implemented based on priority, system work load requirements or the like.
- various sub-systems can be operated at different power consumption levels.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Power Sources (AREA)
- Executing Machine-Instructions (AREA)
- Microcomputers (AREA)
Abstract
Description
E=1/2CV.sup.2 ×frequency (1)
Claims (25)
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/997,329 US6049882A (en) | 1997-12-23 | 1997-12-23 | Apparatus and method for reducing power consumption in a self-timed system |
KR1019980053250A KR100319600B1 (en) | 1997-12-23 | 1998-12-05 | Apparatus and method for reducing power consumption of self-timed systems |
CA002255469A CA2255469A1 (en) | 1997-12-23 | 1998-12-10 | Apparatus and method for reducing power consumption in a self-timed system |
JP10358510A JPH11282568A (en) | 1997-12-23 | 1998-12-17 | Device for reducing power consumption of self-timed system and method therefor |
DE19858650A DE19858650A1 (en) | 1997-12-23 | 1998-12-18 | Equipment for reducing the energy consumption of a self-clocking asynchronous system |
GB9828322A GB2335293B (en) | 1997-12-23 | 1998-12-23 | Apparatus and method for reducing power consumption in a self-timed system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/997,329 US6049882A (en) | 1997-12-23 | 1997-12-23 | Apparatus and method for reducing power consumption in a self-timed system |
Publications (1)
Publication Number | Publication Date |
---|---|
US6049882A true US6049882A (en) | 2000-04-11 |
Family
ID=25543888
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/997,329 Expired - Lifetime US6049882A (en) | 1997-12-23 | 1997-12-23 | Apparatus and method for reducing power consumption in a self-timed system |
Country Status (6)
Country | Link |
---|---|
US (1) | US6049882A (en) |
JP (1) | JPH11282568A (en) |
KR (1) | KR100319600B1 (en) |
CA (1) | CA2255469A1 (en) |
DE (1) | DE19858650A1 (en) |
GB (1) | GB2335293B (en) |
Cited By (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6356609B1 (en) * | 1997-12-11 | 2002-03-12 | Siemens Aktiengesellschaft | Method of transmitting a coded control signal between asynchronous assemblies |
US20020053038A1 (en) * | 2000-10-31 | 2002-05-02 | International Business Machines Corporation | Adaptive issue queue for reduced power at high performance |
US6438700B1 (en) * | 1999-05-18 | 2002-08-20 | Koninklijke Philips Electronics N.V. | System and method to reduce power consumption in advanced RISC machine (ARM) based systems |
US6442672B1 (en) * | 1998-09-30 | 2002-08-27 | Conexant Systems, Inc. | Method for dynamic allocation and efficient sharing of functional unit datapaths |
US6477654B1 (en) * | 1999-04-06 | 2002-11-05 | International Business Machines Corporation | Managing VT for reduced power using power setting commands in the instruction stream |
US6519706B1 (en) * | 1998-10-12 | 2003-02-11 | Nec Corporation | DSP control apparatus and method for reducing power consumption |
US20030131269A1 (en) * | 2002-01-04 | 2003-07-10 | Carl Mizyuabu | System for reduced power consumption by monitoring instruction buffer and method thereof |
US20030137945A1 (en) * | 2002-01-24 | 2003-07-24 | Intel Corporation | Method and apparatus for managing energy usage of processors while executing protocol state machines |
US20030221136A1 (en) * | 2002-03-20 | 2003-11-27 | Seiko Epson Corporation | System and method for providing a power control device for a computing unit |
US20040150647A1 (en) * | 2003-02-04 | 2004-08-05 | Ati Technologies, Inc. | System for displaying video on a portable device and method thereof |
WO2004092936A2 (en) * | 2003-04-02 | 2004-10-28 | Sun Microsystems, Inc. | Method and apparatus for regulating heat in an asynchronous system |
US20060112250A1 (en) * | 2004-11-24 | 2006-05-25 | Walker Robert M | Dynamic control of memory access speed |
US20060117231A1 (en) * | 2004-10-29 | 2006-06-01 | Hoffman Jeffrey D | Adaptive communication interface |
US20060212628A1 (en) * | 1998-07-22 | 2006-09-21 | California Institute Of Technology | Reshuffled communications processes in pipelined asynchronous circuits |
US7243217B1 (en) * | 2002-09-24 | 2007-07-10 | Advanced Micro Devices, Inc. | Floating point unit with variable speed execution pipeline and method of operation |
US20080084823A1 (en) * | 2006-10-06 | 2008-04-10 | Sony Corporation | Data communication device, data communication method and program thereof |
US20080219094A1 (en) * | 2007-03-08 | 2008-09-11 | Simon Barakat | Systems and Methods for Seismic Data Acquisition Employing Asynchronous, Decoupled Data Sampling and Transmission |
US20080270832A1 (en) * | 2007-04-24 | 2008-10-30 | Ianywhere Solutions, Inc. | Efficiently re-starting and recovering synchronization operations between a client and server |
US20090106719A1 (en) * | 2007-10-19 | 2009-04-23 | Stevens Kenneth S | Method and system for asynchronous chip design |
EP2071361A2 (en) | 2007-12-12 | 2009-06-17 | Geco Technology B.V. | Systems and methods for seismic data acquisition employing clock source selection in seismic nodes |
US20110169536A1 (en) * | 2010-01-14 | 2011-07-14 | The Boeing Company | System and method of asynchronous logic power management |
US20110173312A1 (en) * | 2008-09-30 | 2011-07-14 | Freescale Semiconductor ,Inc. | Data processing |
US20110231691A1 (en) * | 2010-03-16 | 2011-09-22 | Arm Limited | Synchronization in data processing layers |
EP3031137A4 (en) * | 2013-09-06 | 2018-01-10 | Huawei Technologies Co., Ltd. | Method and apparatus for asynchronous processor based on clock delay adjustment |
US10637641B2 (en) | 2015-09-05 | 2020-04-28 | Westerngeco L.L.C. | Electromagnetic wave pulse synchronization |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6389315B1 (en) | 2000-02-25 | 2002-05-14 | Medtronic, Inc. | Implantable medical device incorporating self-timed logic |
GB0123421D0 (en) | 2001-09-28 | 2001-11-21 | Memquest Ltd | Power management system |
US7065602B2 (en) * | 2003-07-01 | 2006-06-20 | International Business Machines Corporation | Circuit and method for pipelined insertion |
GB2406184B (en) | 2003-09-17 | 2006-03-15 | Advanced Risc Mach Ltd | Data processing system |
US8327177B2 (en) | 2010-05-17 | 2012-12-04 | Dell Products L.P. | System and method for information handling system storage device power consumption management |
US9541988B2 (en) * | 2014-09-22 | 2017-01-10 | Western Digital Technologies, Inc. | Data storage devices with performance-aware power capping |
Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4837740A (en) * | 1985-01-04 | 1989-06-06 | Sutherland Ivan F | Asynchronous first-in-first-out register structure |
GB2235797A (en) * | 1989-09-08 | 1991-03-13 | Apple Computer | Power management for a portable computer |
US5222239A (en) * | 1989-07-28 | 1993-06-22 | Prof. Michael H. Davis | Process and apparatus for reducing power usage microprocessor devices operating from stored energy sources |
US5367638A (en) * | 1991-12-23 | 1994-11-22 | U.S. Philips Corporation | Digital data processing circuit with control of data flow by control of the supply voltage |
US5452401A (en) * | 1992-03-31 | 1995-09-19 | Seiko Epson Corporation | Selective power-down for high performance CPU/system |
EP0676686A2 (en) * | 1994-04-06 | 1995-10-11 | Advanced Micro Devices, Inc. | Power management architecture for computer systems |
WO1996025701A1 (en) * | 1995-02-14 | 1996-08-22 | Vlsi Technology, Inc. | Method and apparatus for reducing power consumption in digital electronic circuits |
US5579526A (en) * | 1994-05-17 | 1996-11-26 | Advanced Risc Machines Limited | Synchronous/asynchronous feedback system having logic circuit for changing the state of the processing core in response to output of synchronous state machine and asynchronous late inputs |
EP0756224A2 (en) * | 1995-07-28 | 1997-01-29 | Compaq Computer Corporation | Computer power management |
EP0766167A1 (en) * | 1995-09-26 | 1997-04-02 | International Business Machines Corporation | Power management of an information processing system |
EP0770952A1 (en) * | 1995-10-26 | 1997-05-02 | International Business Machines Corporation | Power management in an information processing system |
WO1997024653A1 (en) * | 1995-12-29 | 1997-07-10 | Intel Corporation | Power management apparatus and method |
US5887178A (en) * | 1994-08-29 | 1999-03-23 | Matsushita Electronics Corporation | Idle state detector and idle state detecting method for a microprocessor unit for power savings |
-
1997
- 1997-12-23 US US08/997,329 patent/US6049882A/en not_active Expired - Lifetime
-
1998
- 1998-12-05 KR KR1019980053250A patent/KR100319600B1/en not_active IP Right Cessation
- 1998-12-10 CA CA002255469A patent/CA2255469A1/en not_active Abandoned
- 1998-12-17 JP JP10358510A patent/JPH11282568A/en active Pending
- 1998-12-18 DE DE19858650A patent/DE19858650A1/en not_active Withdrawn
- 1998-12-23 GB GB9828322A patent/GB2335293B/en not_active Expired - Fee Related
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4837740A (en) * | 1985-01-04 | 1989-06-06 | Sutherland Ivan F | Asynchronous first-in-first-out register structure |
US5222239A (en) * | 1989-07-28 | 1993-06-22 | Prof. Michael H. Davis | Process and apparatus for reducing power usage microprocessor devices operating from stored energy sources |
GB2235797A (en) * | 1989-09-08 | 1991-03-13 | Apple Computer | Power management for a portable computer |
US5367638A (en) * | 1991-12-23 | 1994-11-22 | U.S. Philips Corporation | Digital data processing circuit with control of data flow by control of the supply voltage |
US5452401A (en) * | 1992-03-31 | 1995-09-19 | Seiko Epson Corporation | Selective power-down for high performance CPU/system |
EP0676686A2 (en) * | 1994-04-06 | 1995-10-11 | Advanced Micro Devices, Inc. | Power management architecture for computer systems |
US5579526A (en) * | 1994-05-17 | 1996-11-26 | Advanced Risc Machines Limited | Synchronous/asynchronous feedback system having logic circuit for changing the state of the processing core in response to output of synchronous state machine and asynchronous late inputs |
US5887178A (en) * | 1994-08-29 | 1999-03-23 | Matsushita Electronics Corporation | Idle state detector and idle state detecting method for a microprocessor unit for power savings |
WO1996025701A1 (en) * | 1995-02-14 | 1996-08-22 | Vlsi Technology, Inc. | Method and apparatus for reducing power consumption in digital electronic circuits |
EP0756224A2 (en) * | 1995-07-28 | 1997-01-29 | Compaq Computer Corporation | Computer power management |
EP0766167A1 (en) * | 1995-09-26 | 1997-04-02 | International Business Machines Corporation | Power management of an information processing system |
EP0770952A1 (en) * | 1995-10-26 | 1997-05-02 | International Business Machines Corporation | Power management in an information processing system |
WO1997024653A1 (en) * | 1995-12-29 | 1997-07-10 | Intel Corporation | Power management apparatus and method |
Non-Patent Citations (2)
Title |
---|
Gordon M. Jacobs et al.; "A Fully Asynchronous Digital Signal Processor Using Self-Timed Circuits;" IEEE Journal of Solid-State Circuits, vol. 25, No. 6, pp. 1526-1537. |
Gordon M. Jacobs et al.; A Fully Asynchronous Digital Signal Processor Using Self Timed Circuits; IEEE Journal of Solid State Circuits, vol. 25, No. 6, pp. 1526 1537. * |
Cited By (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6356609B1 (en) * | 1997-12-11 | 2002-03-12 | Siemens Aktiengesellschaft | Method of transmitting a coded control signal between asynchronous assemblies |
US20060212628A1 (en) * | 1998-07-22 | 2006-09-21 | California Institute Of Technology | Reshuffled communications processes in pipelined asynchronous circuits |
US7934031B2 (en) * | 1998-07-22 | 2011-04-26 | California Institute Of Technology | Reshuffled communications processes in pipelined asynchronous circuits |
US6442672B1 (en) * | 1998-09-30 | 2002-08-27 | Conexant Systems, Inc. | Method for dynamic allocation and efficient sharing of functional unit datapaths |
US6519706B1 (en) * | 1998-10-12 | 2003-02-11 | Nec Corporation | DSP control apparatus and method for reducing power consumption |
US6477654B1 (en) * | 1999-04-06 | 2002-11-05 | International Business Machines Corporation | Managing VT for reduced power using power setting commands in the instruction stream |
US6438700B1 (en) * | 1999-05-18 | 2002-08-20 | Koninklijke Philips Electronics N.V. | System and method to reduce power consumption in advanced RISC machine (ARM) based systems |
US20020053038A1 (en) * | 2000-10-31 | 2002-05-02 | International Business Machines Corporation | Adaptive issue queue for reduced power at high performance |
US7865747B2 (en) * | 2000-10-31 | 2011-01-04 | International Business Machines Corporation | Adaptive issue queue for reduced power at high performance |
US20030131269A1 (en) * | 2002-01-04 | 2003-07-10 | Carl Mizyuabu | System for reduced power consumption by monitoring instruction buffer and method thereof |
US7114086B2 (en) * | 2002-01-04 | 2006-09-26 | Ati Technologies, Inc. | System for reduced power consumption by monitoring instruction buffer and method thereof |
US20030137945A1 (en) * | 2002-01-24 | 2003-07-24 | Intel Corporation | Method and apparatus for managing energy usage of processors while executing protocol state machines |
US7260106B2 (en) * | 2002-01-24 | 2007-08-21 | Intel Corporation | Method and apparatus for managing energy usage of processors while executing protocol state machines |
US20030221136A1 (en) * | 2002-03-20 | 2003-11-27 | Seiko Epson Corporation | System and method for providing a power control device for a computing unit |
US7149904B2 (en) * | 2002-03-20 | 2006-12-12 | Seiko Epson Corporation | System and method for providing a power control device for a computing unit |
US7243217B1 (en) * | 2002-09-24 | 2007-07-10 | Advanced Micro Devices, Inc. | Floating point unit with variable speed execution pipeline and method of operation |
US20040150647A1 (en) * | 2003-02-04 | 2004-08-05 | Ati Technologies, Inc. | System for displaying video on a portable device and method thereof |
WO2004092936A3 (en) * | 2003-04-02 | 2005-01-20 | Sun Microsystems Inc | Method and apparatus for regulating heat in an asynchronous system |
WO2004092936A2 (en) * | 2003-04-02 | 2004-10-28 | Sun Microsystems, Inc. | Method and apparatus for regulating heat in an asynchronous system |
US10637911B2 (en) | 2004-10-29 | 2020-04-28 | Micron Technology, Inc. | Adaptive communication interface |
US10027741B2 (en) | 2004-10-29 | 2018-07-17 | Micron Technology, Inc. | Adaptive communication interface |
US7500129B2 (en) * | 2004-10-29 | 2009-03-03 | Hoffman Jeffrey D | Adaptive communication interface |
US9203898B2 (en) | 2004-10-29 | 2015-12-01 | Micron Technology, Inc. | Adaptive communication interface |
US20090132722A1 (en) * | 2004-10-29 | 2009-05-21 | Hoffman Jeffrey D | Adaptive communication interface |
US8850059B2 (en) * | 2004-10-29 | 2014-09-30 | Micron Technology, Inc. | Adaptive communication interface |
US11252223B2 (en) * | 2004-10-29 | 2022-02-15 | Micron Technology, Inc. | Adaptive communication interface |
US20060117231A1 (en) * | 2004-10-29 | 2006-06-01 | Hoffman Jeffrey D | Adaptive communication interface |
US20060112250A1 (en) * | 2004-11-24 | 2006-05-25 | Walker Robert M | Dynamic control of memory access speed |
US7650481B2 (en) * | 2004-11-24 | 2010-01-19 | Qualcomm Incorporated | Dynamic control of memory access speed |
CN101103344B (en) * | 2004-11-24 | 2011-12-14 | 高通股份有限公司 | Dynamic control of memory access speed |
US8270297B2 (en) * | 2006-10-06 | 2012-09-18 | Sony Corporation | Data communication device, data communication method and program thereof |
US20080084823A1 (en) * | 2006-10-06 | 2008-04-10 | Sony Corporation | Data communication device, data communication method and program thereof |
US7660203B2 (en) | 2007-03-08 | 2010-02-09 | Westerngeco L.L.C. | Systems and methods for seismic data acquisition employing asynchronous, decoupled data sampling and transmission |
US20080219094A1 (en) * | 2007-03-08 | 2008-09-11 | Simon Barakat | Systems and Methods for Seismic Data Acquisition Employing Asynchronous, Decoupled Data Sampling and Transmission |
US9753164B2 (en) | 2007-03-08 | 2017-09-05 | Westerngeco L.L.C. | Systems and methods for seismic data acquisition employing asynchronous, decoupled data sampling and transmission |
US8559271B2 (en) | 2007-03-08 | 2013-10-15 | Westerngeco L.L.C. | Systems and methods for seismic data acquisition employing asynchronous, decoupled data sampling and transmission |
US20080270832A1 (en) * | 2007-04-24 | 2008-10-30 | Ianywhere Solutions, Inc. | Efficiently re-starting and recovering synchronization operations between a client and server |
US7779299B2 (en) * | 2007-04-24 | 2010-08-17 | Ianywhere Solutions, Inc. | Efficiently re-starting and recovering synchronization operations between a client and server |
US20090106719A1 (en) * | 2007-10-19 | 2009-04-23 | Stevens Kenneth S | Method and system for asynchronous chip design |
US8065647B2 (en) | 2007-10-19 | 2011-11-22 | The University Of Utah Research Foundation | Method and system for asynchronous chip design |
EP2071361A2 (en) | 2007-12-12 | 2009-06-17 | Geco Technology B.V. | Systems and methods for seismic data acquisition employing clock source selection in seismic nodes |
US9229767B2 (en) | 2008-09-30 | 2016-01-05 | Freescale Semiconductor, Inc. | Processing load with normal or fast operation mode |
US8812641B2 (en) * | 2008-09-30 | 2014-08-19 | Freescale Semiconductor, Inc. | Processing load with normal or fast operation mode |
US20110173312A1 (en) * | 2008-09-30 | 2011-07-14 | Freescale Semiconductor ,Inc. | Data processing |
US8407492B2 (en) | 2010-01-14 | 2013-03-26 | The Boeing Company | System and method of asynchronous logic power management |
US20110169536A1 (en) * | 2010-01-14 | 2011-07-14 | The Boeing Company | System and method of asynchronous logic power management |
US9965342B2 (en) * | 2010-03-16 | 2018-05-08 | Arm Limited | Synchronization in data processing layers |
US20110231691A1 (en) * | 2010-03-16 | 2011-09-22 | Arm Limited | Synchronization in data processing layers |
EP3031137A4 (en) * | 2013-09-06 | 2018-01-10 | Huawei Technologies Co., Ltd. | Method and apparatus for asynchronous processor based on clock delay adjustment |
US10042641B2 (en) | 2013-09-06 | 2018-08-07 | Huawei Technologies Co., Ltd. | Method and apparatus for asynchronous processor with auxiliary asynchronous vector processor |
US10637641B2 (en) | 2015-09-05 | 2020-04-28 | Westerngeco L.L.C. | Electromagnetic wave pulse synchronization |
Also Published As
Publication number | Publication date |
---|---|
CA2255469A1 (en) | 1999-06-23 |
GB2335293A (en) | 1999-09-15 |
DE19858650A1 (en) | 1999-06-24 |
GB2335293B (en) | 2003-02-26 |
KR100319600B1 (en) | 2002-04-22 |
KR19990062825A (en) | 1999-07-26 |
JPH11282568A (en) | 1999-10-15 |
GB9828322D0 (en) | 1999-02-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6049882A (en) | Apparatus and method for reducing power consumption in a self-timed system | |
US5524250A (en) | Central processing unit for processing a plurality of threads using dedicated general purpose registers and masque register for providing access to the registers | |
US7353516B2 (en) | Data flow control for adaptive integrated circuitry | |
JP2500036B2 (en) | Hybrid pipeline connection processor and processing method thereof | |
US8296764B2 (en) | Internal synchronization control for adaptive integrated circuitry | |
US6044453A (en) | User programmable circuit and method for data processing apparatus using a self-timed asynchronous control structure | |
RU2182353C2 (en) | Asynchronous data processing device | |
EP0272705B1 (en) | Loosely coupled pipeline processor | |
US20030177288A1 (en) | Multiprocessor system | |
CN114546914A (en) | Processing device and system for executing data processing to a plurality of channel information | |
US5761466A (en) | Soft programmable single-cycle/pipelined micro-programmed control system | |
US6055620A (en) | Apparatus and method for system control using a self-timed asynchronous control structure | |
US6725299B2 (en) | FIFO overflow management | |
US6006293A (en) | Method and apparatus for zero overhead sharing for registered digital hardware | |
US6502182B1 (en) | Digital signal processing device | |
US7191313B2 (en) | Microprocessor | |
May et al. | The transputer | |
KR100639146B1 (en) | Data Processing System with Cartesian Controller | |
JP2007200106A (en) | Data processor, control method, and program | |
JP2584156B2 (en) | Program-controlled processor | |
US5828861A (en) | System and method for reducing the critical path in memory control unit and input/output control unit operations | |
JP3767529B2 (en) | Microprocessor | |
JPH11306074A (en) | Information processor | |
García et al. | A binary-tree architecture for scheduling real-time systems with hard and soft tasks | |
Pattery | Analysis of the effectiveness of multithreading for interrupts on communication processors |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: COGENCY TECHNOLOGY INCORPORATED, CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PAVER, NIGEL CHARLES;REEL/FRAME:008949/0730 Effective date: 19971222 Owner name: LG SEMICON CO., LTD., KOREA, REPUBLIC OF Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PAVER, NIGEL CHARLES;REEL/FRAME:008949/0730 Effective date: 19971222 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: INTELLON CORPORATION, FLORIDA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LG SEMICON CO., LTD.;COGENCY SEMICONDUCTOR, INC.;REEL/FRAME:014373/0377 Effective date: 20040128 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 12 |