POWER GOVERNOR FOR DYNAMIC RAM

Apparatus for limiting the power consumption of a random access memory (RAM), comprising in combination a counter for counting the number of memory commands in a sample interval, and power governor control logic responsive to said number of memory commands, for limiting the maximum number of transfer requests processed in a sample interval when said counter accumulates a count exceeding a predetermined value.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
FIELD OF THE INVENTION

[0001] This invention relates to a method and apparatus for limiting the power consumption of a computer processor, dynamic random access memory (DRAM) subsystem, and more particularly, to a method and apparatus that is relatively simple to implement with existing DRAM subsystems.

BACKGROUND

[0002] Technical issues, such as a need for cooling and a small physical size, place a restriction on the amount of power available in a computer system. At the same time, a demand for increased computer performance pushes up memory size and operating frequency and this, in turn, requires additional power from the system power supply.

[0003] A number of proposals have been made in the prior art to limit the power consumption of computer processors, including inhibiting access to one port of a dual ported RAM. In general these prior art proposals are based upon decreasing power for a function where the need for the function decreases.

SUMMARY OF THE INVENTION

[0004] An object of this invention is the provision of a method and apparatus to limit the average power consumption of a DRAM subsystem in a computer processor by indirectly measuring actual power consumption and decreasing the power consumption when the consumption exceeds a preset amount.

[0005] Another object is the provision of a system that is easy to implement with existing DRAM subsystems, and that has a small impact on DRAM subsystem operation.

[0006] Briefly, this invention contemplates the provision of a method and apparatus to limit the average power consumption of a DRAM memory subsystem by determining the number of memory transfers in a sample interval and reducing the maximum transfer rate if the number exceeds a predetermined value. In a specific embodiment, the system counts the number of memory transfers requested in a sample interval, which preferably is defined as the interval between the DRAM refresh cycles. If the count exceeds a predetermined number, the system increases the minimum interval between memory transfer requests in succeeding sample intervals until the count in a succeeding sample interval is below another lower predetermined number. The system then reestablishes the minimum interval between transfers to the interval dictated by parameters established by the memory subsystem uninhibited by the power consumption limiting system of this invention.

DESCRIPTION OF THE DRAWINGS

[0007] FIG. 1 is a block diagram of one embodiment of a DRAM system in accordance with the teachings of this invention.

[0008] FIG. 2 is a diagram illustrating the relative timing of memory transfer requests in accordance with the teaching of this invention. FIG. 2A illustrates the timing with the power control logic in an “OFF” state. FIG. 2B illustrates the timing with the power control logic in an “ON” state.

[0009] FIG. 3 is a state diagram illustrating the state transitions caused by the power governor control logic in response to the count in a sample period.

[0010] FIG. 4 is a diagram illustrating state transitions with respect to sample interval timing.

[0011] FIG. 5 is a flow chart of one embodiment of the method steps in implementing the power consumption limiting system in accordance with the teachings of the invention.

[0012] FIG. 6 is a block diagram similar to FIG. 1, but showing an alternate embodiment of the invention.

[0013] FIG. 7 is a diagram similar to FIG. 4 illustrating the operation of the embodiment of FIG. 6.

DETAILED DESCRIPTION OF THE INVENTION

[0014] Referring now to FIGS. 1 through 5, a typical computer processor DRAM subsystem includes a plurality of DRAM chips 12, and control logic 14, which process transfer requests received on buss 16 from CPU 18. Periodically, the REFRESH controller 27 sends a REFRESH command to the control logic to initiate a DRAM refresh cycle. The refresh cycle occupies a relatively short interval compared to the interval between refresh cycles.

[0015] As will be appreciated by those skilled in the art, the minimum interval between transfers is determined by system parameters. The CPU can send multiple transfer requests to the DRAM controller. The DRAM controller generates the necesary command in order to perform the requested memory transfers. For example eaxh single line memory transfer contains ACTIVATE command followed by READ or WRITE command. The rate at which the memory transfers are being processed is determined by the DRAM controller. Of course, system is not always requesting transfers at the maximum rate possible. But when requests are processed at or near this rate for a sustained period, the power control governor of this invention reduces the maximum rate at which transfers are processed in order to reduce the power demand.

[0016] Each DRAM requires a refresh cycle within a certain maximum period of time, and the interval between refresh cycles is fixed for a given DRAM technology. Thus, the interval between refresh cycles provides a convenient sampling interval for determining the transfers rate. A command (i.e. ACTIVATE, READ, or WRITE) to fetch or store data in the DRAM is a memory transfer operation upon which the DRAM power consumption strongly depends. In accordance with the teachings of this invention, the power consumption of the DRAM is indirectly measured by counting the number of memory commands in each sample interval, here the interval between refresh cycles as illustrated in FIG. 2. If the number of commands during the sample interval exceeds a predetermined number, the power governor control logic 32 increases the minimum interval between transfers in the next sample interval. The minimum interval remains at the increased value until the number of transfers during a subsequent sample interval is less than a predetermined number, which is preferably less than the first number to prevent system oscillation. When system indicates that the number of commands has fallen in a subsequent sample intervals to a predetermined level, the minimum interval between transfers is restored to its nominal value.

[0017] The DRAM power consumption governor includes a counter 24 (GOV_CNTR) that counts the number of energy consuming commands sent to the DRAM subsystem within each sample interval, here defined by the interval between two consecutive refresh cycles. The refresh cycle is initialed by the refresh controller 27. During the first cycle of the refresh request the value C of the counter 24 is being latched into a hold register 28 (GOV_HOLD_REG). Further counting during this sample period can be halted, and the counter 24 can be reset.

[0018] During each refresh cycle, which starts with a grant from a priority station to a refresh request, power governor control logic 32 makes a determination with respect to the minimum interval between memory transfers based on the input from compare logic 25 and 35. It will be appreciated that, during this refresh cycle, all of the DRAM controller state machines are idle with the exception of the refresh controller. For this reason during the refresh cycle, a change in the minimum interval between memory transfers will not violate DRAM memory timing restrictions. Here, where the memory transfer command count C exceeds the predetermined number A, the power governor control logic 32 provides an output to control logic 14 to increase the minimum interval between transfers during the next sample interval. Conveniently, this can be accomplished by increasing time between two consecutive active commands or between an active command and the corresponding READ or WRITE command. As illustrated in FIG. 2, the minimum interval between successive transfers is increased. As illustrated in FIG. 3, if the minimum distance between transfer requests is in its nominal state, it stays in its nominal state during the next sample interval if the count does not exceed A. If the minimum interval between memory transfers is in its increased state, it stays in this state until the count at the end of a sample interval is less than the value “B” held in GOV_OFF_TSHLD register 36. When the count C at the end of the sample interval is less than B, the power governor control logic restores the nominal minimum timing between memory transfers.

[0019] A feature of the invention is forcing function. The FORCE_ON signal from the processor places the power governor control logic in a state where it increases the minimum interval between transfers, irrespective of the rate of transfer requests. Similarly, a FORCE_OFF signal from the processor places the power governor control logic in a state where it leaves the nominal inimum interval between transfers unchanged irrespective of the rate of transfer requests.

[0020] The operation of this embodiment of the invention can be summarized with reference to the flow chart of FIG. 5 and state diagram FIG. 3. The system establishes a recurring sample interval, preferably the interval between refresh cycle. During this interval the system counts the number of transfer commands as an indirect measure of power consumption by the DRAM. In response to the count the maximum power consumption during a sample interval is changed in accordance with the state diagram. Namely, if the minimum interval between transfers is at its nominal value during the sample, the minimum interval between transfers is increased during the next sample interval if the count exceeds A. Otherwise, if the count does not exceed A, the state remains unchanged during the next sample interval. If the minimum interval is at an increased value during a sample interval, the minimum interval between transfers is returned to its nominal value during the next sample interval if the count is less than B. If the count is greater than B, the state remains unchanged during the next sample interval.

[0021] Referring now to FIGS. 6 and 7, in this embodiment of the invention, the number of transfer commands during the sample interval is counted as in the previously explained embodiment. Once the count C exceeds the value “D” in GOV_TSHLD 40, the power governor control logic output blocks the outstanding memory requests to DRAM control logic 14 until the end of that sample interval. The refresh signal is used to reset the counter. The time for executing a single fetch or store operation is unchanged, and the minimum time between consecutive unblocked transfers remains unchanged.

[0022] Here, it should be noted, this invention insignificantly decreases performance in response to extremely heavy workloads, and performance stays high for less heavy workloads. The invention accommodates the need for increased memory chip density and high operating frequency with need for reduced power supply package size. The power management is transparent to the operating system so that there is no need for the processor to be quiesced when the timing parameters are changed.

[0023] While the preferred embodiments of the invention have been described, it will be understood that those skilled in the art, both now and in the future, may make various improvements and enhancements which fall within the scope of the claims which follow. These claims should be construed to maintain the proper protection for the invention described above.

Claims

1. Apparatus for limiting the power consumption of a random access memory (RAM), comprising in combination:

a counter for counting the number of memory commands in a sample interval; and
power governor control logic, responsive to said number of memory commands, for limiting the maximum number of transfers in a sample interval when said counter accumulates a count exceeding a predetermined value.

2. Apparatus as in claim 1, wherein said power governor control logic increases the minimum interval between transfers in one sample interval if the counter accumulates a count exceeding said predetermined number in a just preceding sample interval.

3. Apparatus as in claim 1 wherein said random access memory is a dynamic random access memory (DRAM) and said sample interval is defined by the interval between DRAM refresh commands.

4. Apparatus as in claim 1 wherein said power governor control logic blocks further memory transfers in a sample interval if the counter accumulates a count exceeding said predetermined number in that sample interval.

5. Apparatus as in claim 4 wherein said random access memory is a dynamic random access memory (DRAM) and said sample interval is defined by the interval between DRAM refresh commands.

6. Apparatus as in claim 1 wherein said power governor control logic increases the minimum interval between transfers in a sample interval from a nominal interval to an increased interval and from said increased interval to said nominal interval based upon a count in a just previous interval, said power governor control logic increasing the said minimum interval if count exceeds a value A in said just previous interval and said nominal minimum interval was the interval established in the just preceding interval, said power governor control logic establishing said nominal interval, said power governor control logic establishing said nominal interval if said count is less than a value B in said just preceding sample interval and said increased minimum interval was the interval established in the just preceding interval, and the value of A is greater than the value of B.

7. Apparatus as in claim 6 wherein said random access memory is a dynamic random access memory (DRAM) and said sample interval is the interval defined between two successive refresh commands.

8. A method for limiting the power consumption of a random access memory (RAM) including the steps of:

establishing a sample interval;
counting the number of memory commands in the sample interval;
limiting the maximum number of transfers in a sample interval when said count exceeds a predetermined value.

9. A method as claimed in claim 8 wherein the minimum interval between transfers is increased in order to limit the maximum number of transfers in a sample interval.

10. A method as in claim 9 wherein said random access memory is a dynamic random access memory and said sample interval is defined by the interval between refresh commands.

11. A method as in claim 8 wherein further transfers are blocked in sample interval when said count exceeds said predetermined value.

12. A method as in claim 11 wherein said random access memory is a dynamic random access memory and said sample interval is defined by the interval between refresh commands.

13. A method as in claim 12 wherein the minimum interval between transfers in a sample interval is increased from a nominal interval to an increased interval and from said increased interval to said nominal interval based upon a count in a just previous interval, said minimum interval increasing if the count exceeds a value A in the said just previous interval and said nominal interval was the interval established in the just preceding interval,

establishing said nominal interval if said count is less than a value B in said just preceding sample interval and said increased minimum interval was the interval established in the just preceding interval, and the value of A is greater than the value of B.
Patent History
Publication number: 20030231542
Type: Application
Filed: Jun 14, 2002
Publication Date: Dec 18, 2003
Inventors: Vesselina K. Zaharinova-Papazova (Poughkeepsie, NY), William W. Shen (Los Altos, CA), Henry Chin (Pittsburgh, PA)
Application Number: 10171863
Classifications
Current U.S. Class: Powering (365/226); Counting (365/236)
International Classification: G11C005/00; G11C008/00;