This application relates in general to digital processing and more specifically to a digital processor microarchitecture for reducing power consumption in processors.
Reducing power consumption in microprocessor design is becoming more important as increasing numbers of portable digital processing applications, such as cellular telephones, personal digital assistants (PDAs), pocketbook computers, etc., become more popular. Also, as digital processors become faster, and as process technologies allow for increasingly dense designs, the effective capacitance, Ceff, encountered in new processor designs increases. The increased Ceff can require prohibitive amounts of power to achieve desired speeds. Recent projections indicate that traditional processor architectures that include significant random-access memory (RAM) and read-only memory (ROM) in the processor's microstore, cache, buffers, registers and other areas; requires much more power due to fast signal switching requirements encumbered by high Ceff.
Traditionally, the liberal use of memory at the processor level has been desirable. The program store allows the processor to be re-configured with updated instruction set functionality. The design of microprocessor instructions, or the “instruction set,” can be changed to a degree without greatly affecting hardware design. The use of a microinstruction cache allows instructions that need to be repeated many times to be more quickly accessed by placing instructions within the loop to be executed in the fast cache. However, the use of large memories and memory caches also require cell arrays, control lines, decode logic, etc., whose operations are highly affected by Ceff. In general, storage accessing has a significant overhead at speeds desired for central processing unit (CPU) instruction execution.
The prior art has tried to minimize the use of memory devices in modern processor architecture designs by making the microinstruction or instruction cache extremely small, and by using large, complex instructions, e.g., very long instruction word (VLIW) or complex instruction set computer (CISC) approaches. These approaches use large instruction words, that can perform one or more functions that would otherwise require multiple, simpler, instructions. At an extreme, a single complex microinstruction might be the entirety of a loop so that frequently-executed loops and functions can be performed by keeping the single microinstruction in a small, single-word cache and executing the same microinstruction many times. However, the mere operation of looping a register, memory or cache, requires high switching speeds of signals in many transistors in the register memory, control memory and associated support circuitry. Such an approach is prohibitive where Ceff is large. The trend of denser numbers of transistors to control more and more circuitry and chip designs is causing a rapid increase in Ceff. Other aspects of microprocessor design can further thwart register and memory oriented approaches.
Thus, it is desirable to provide a system that alleviates one or more shortcomings in the prior art.
One embodiment of the invention uses a finite state machine in combination with a microcode instruction (“microinstruction”) cache. Selected instructions which would normally result in small sequences of high-repetition looped operations are implemented in a finite state machine (FSM). The use of the FSM is more energy-efficient than looping instructions in a cache or register set. In addition, the flexibility of a cache, or other memory oriented approach, in executing microcode instructions is still available.
In a preferred embodiment a microinstruction, or many microinstructions, are identified as an FSM operation (as opposed to a cache operation) by an ID tag. Other fields of the microinstruction can be used to identify the type of FSM circuitry to use, direct configuration of a FSM to implement the microinstruction, indicate that certain fields are to be implemented in one or more FSMs and/or in memory-oriented operations such as in a cache or register.
In one embodiment, the invention provides a digital processor responsive to a microinstruction to perform an operation, the digital processor comprising, a memory for storing data associated with the operation to be performed; a finite state machine (FSM) for performing a function in association with the operation; and control circuitry for providing data to the register and for starting execution of the FSM in response to the microinstruction.
In
Microstore 102 is indexed by program counter 104 to access a location of a current microinstruction whose data is output as current instruction 106. Note that a separate register or latch can be used to hold the current microinstruction, or the data can simply be output directly from the microstore. Many approaches to accessing and manipulating microinstructions are possible and are within the scope of the present invention.
The current microinstruction is used by control circuitry 108 to direct finite state machine (FSM) 112, FSM configuration 110 and memory oriented circuitry such as register 114 and loop control 116 to perform functions in accordance with the current microinstruction. Control circuitry 108 can also be used to direct, or control, other components in the system such as program counter 104, arithmetic/logic hardware and sequencing hardware 118, system memory accesses, etc.
Register 114 and loop control 116 can be microinstruction looping components as are known in the art. Other standard architecture components can be used. In a preferred embodiment, control circuitry 108 determines whether the current instruction, or a portion of the current instruction, is suitable, or has been designated, for using FSM processing. If so, control circuitry 108 directs the use of FSM 112 to execute according to data in the current instruction. In applications where the FSM is configurable, FSM configuration circuit 110 is used to pre-configure FSM 112, as desired. Note that any number of configurable, or fixed, FSMs can be used. For ease of illustration, only one is shown in
Control circuitry 108 can be implemented in various ways, as desired. For example, in a simple implementation the control circuitry need be no more than hardwired routing of control signals and data in the current instruction, or from the microstore, to the appropriate components (such as FSM 112 or register 114). Other implementations can use multiplexers, gates or other devices to more flexibly control, generate, process, monitor, etc., the information from a microinstruction and use the information to control components.
Note that memory oriented circuitry can be other than a simple register and loop control. For example, multiple registers can be used. A memory bank can be employed, fast memory can be used as a cache, etc. In general, an FSM can be used in combination with any type of computer architecture, including additional FSMs.
FSM configuration circuitry 110 can be invoked by earlier instructions to prepare an FSM for later use by a different microinstruction. Alternatively, portions of an instruction can be used to direct configuration of the FSM via the configuration circuitry, while other parts of the same instruction serve to control FSM execution. In some applications, control of an FSM need not be more involved than merely invoking the FSM to begin execution.
FIGS. 2A-C illustrate different types of FSM control microinstructions.
In
In
In
In other embodiments, the FSM control bit can be derived from a signal generated by hardware within the digital processing system, or obtained or derived from an external source. One refinement is to provide control circuit 108 of
In
If, however, it is desired at step 306 to use FSM mode execution then step 310 is next executed to check whether FSM mode is available. Even though desired, FSM mode may not be available for a variety of reasons including lack of availability of the FSM execution unit (112 of
If FSM mode is possible then step 312 is performed to check whether configuration data is needed. If so, step 314 obtains the configuration data. Configuration data can be provided by microinstructions, data elsewhere in the system, or hardwired circuitry for frequently used tasks. After configuration, or if it determined that configuration is not necessary, execution proceeds to step 316 where microinstruction operations are executed in an FSM mode and the routine exits at step 318.
Note that the functionality described by the steps of
Although the invention has been described with respect to specific embodiments above, the embodiments are merely illustrative, and not restrictive, of the invention. For example, even though aspects of the invention have been described advantageously reducing power consumption, the invention can be applied to designs where use of an FSM along with other execution units is desirable for other reasons. In some applications, power consumption may actually increase. For example, reducing the area of a design can be achieved, faster implementation of certain microinstructions can be realized (resulting in faster performance), advantages in microinstruction length, complexity, organization, execution, etc., can be obtained.
Although a distinction has been made between FSM and non-FSM execution, these terms are intended to mean either use of specialized FSM execution unit circuitry or non-use of such circuitry for a specific instruction, set of instructions, or portion of instruction. The term “non-FSM” or similar does not mean that no FSM is used. Nor does “FSM” mean that only FSM circuitry is used. For example, a non-FSM execution may still use FSM circuitry, but not the specialized FSM circuitry that is illustrated as FSM 112 of
Thus, the scope of the invention is to be determined solely by the appended claims.
Number | Date | Country | |
---|---|---|---|
Parent | 10022776 | Dec 2001 | US |
Child | 11803997 | May 2007 | US |