(19)
(11) EP 1 117 031 B1

(12) EUROPEAN PATENT SPECIFICATION

(45) Mention of the grant of the patent:
11.07.2007 Bulletin 2007/28

(21) Application number: 00400091.5

(22) Date of filing: 14.01.2000
(51) International Patent Classification (IPC): 
G06F 9/38(2006.01)
G06F 1/32(2006.01)

(54)

Microprocessor with reduced power-consumption.

Mikroprozessor mit ermässigtem Stromverbrauch

Microprocesseur à consommation de courant réduite


(84) Designated Contracting States:
AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

(43) Date of publication of application:
18.07.2001 Bulletin 2001/29

(73) Proprietors:
  • TEXAS INSTRUMENTS FRANCE
    06271 Villeneuve Loubet Cedex, Nice (FR)
  • Texas Instruments Incorporated
    Dallas, Texas 75251 (US)

(72) Inventors:
  • Laurenti, Gilbert
    06570 Saint Paul de Vence (FR)
  • Morchipont, Olivier
    06160 Juan-les-pins (FR)
  • Ichard, Laurent
    Bâtiment C, 06160 Juan-les-pins (FR)

(74) Representative: Holt, Michael et al
Texas Instruments Limited European Patents Department 800 Pavilion Drive
Northampton, NN4 7YL
Northampton, NN4 7YL (GB)


(56) References cited: : 
EP-A- 0 451 661
EP-A- 0 992 894
WO-A-98/06040
EP-A- 0 562 885
WO-A-97/36228
   
       
    Note: Within nine months from the publication of the mention of the grant of the European patent, any person may give notice to the European Patent Office of opposition to the European patent granted. Notice of opposition shall be filed in a written reasoned statement. It shall not be deemed to have been filed until the opposition fee has been paid. (Art. 99(1) European Patent Convention).


    Description

    FIELD OF THE INVENTION



    [0001] The present invention relates to digital microprocessors, and in particular but not exclusively, to microprocessors configurable to repeat program flow.

    BACKGROUND TO THE INVENTION



    [0002] Many different types of processors are known, of which microprocessors are but one example. For example, Digital Signal Processors (DSPs) are widely used, in particular for specific applications, such as mobile processing applications. DSPs are typically configured to optimize the performance of the applications concerned and to achieve this they employ more specialized execution units and instruction sets. Particularly in, but not exclusively, applications such as mobile telecommunications applications, it is desirable to provide ever increasing DSP performance while keeping power consumption as low as possible.

    [0003] In a DSP or microprocessor, machine-readable instructions stored in a program memory are sequentially executed by the processor in order for the processor to perform operations or functions. The sequence of machine-readable instructions is termed a "program". Although the program instructions are typically performed sequentially, certain instructions permit the program sequence to be broken, and for the program flow to repeat a block of instructions. Such repetition of a block of instructions is known as "looping," and the block of instructions are known as a "loop" or a "block."

    [0004] In order to reduce power consumption, many microprocessors provide a low power mode in which the clock is slowed during times of inactivity, or certain peripheral devices are turned off when not needed. The processor may enter an "idle" mode or a "sleep" mode until an interrupt occurs to restart full operation.

    [0005] European Patent Application, Publication No. 0451661 describes a low power consumption microprocessor that monitors the operation status of plural operation units to extract the unit which is recently used most infrequently and reduces the operation clock supplies to that unit in steps. An interrupt controller detects external interrupts and orders the clock to be raised accordingly.

    [0006] European Patent Application, Publication No. 0992894, published on 12 April 2000 and relevant to novelty only pursuant to Article 54(3) & (4) EPC, discloses a pipelined processing engine for loop execution which inhibits instruction fetching during an iterative execution, thereby avoiding switching activity on memory access buses and reducing power consumption.

    SUMMARY OF THE INVENTION



    [0007] The teachings of the present application disclose a digital system, and a method of operating a digital system, to further reduce power consumption by microprocessors such as, for example but not exclusively, digital signal processors.

    [0008] According to a first aspect of the present invention, there is provided a method for operating a digital system comprising a microprocessor, wherein the method comprises the steps of: partitioning an instruction decoder of the microprocessor into a plurality of partitions, such that each partition of the instruction decoder is associated with a distinct group of instructions; executing a sequence of instructions within an instruction pipeline of the microprocessor; repetitively executing a block of instructions within the sequence of instructions, wherein the block has an initial instruction and a final instruction; determining that at least one of the plurality of partitions is not needed to execute the block of instructions; and inhibiting operation of the at least one partition during the step of repetitively executing the block of instructions, whereby power dissipation is reduced.

    [0009] According to second aspect of the invention, there is provided a digital system comprising a microprocessor, wherein the microprocessor further comprises: a pipeline having a plurality of stages for executing instructions dispatched thereto; an instruction decoder for decoding the instructions, the instruction decoder being controllably connected to the pipeline, wherein the instruction decoder is partitioned into a plurality of partitions according to a respective plurality of instruction groups, at least one of the partitions having an inhibit input; block repeat control circuitry responsive to a prologue instruction to initiate iterative execution of a block of instructions, said block including an initial instruction and a final instruction; and wherein the instruction decoder is operable to inhibit operation of at least one partition for decoding a first instruction group in response to the block repeat circuitry during iterative execution of a block of instructions that does not contain the first instruction group, whereby power consumed by the instruction decoder is reduced during repeated execution of the block of instructions.

    [0010] Partitioning of the instruction decoder for several instruction groups allows one or more of the decoder partitions to remain idle during execution of an instruction loop. Consequently, there is a corresponding reduction in power consumption by the microprocessor.

    [0011] Therefore, the teachings of the present application are particularly suitable for use in portable apparatus, such as wireless communication devices. Typically such a wireless communication device comprises a user interface including a display such as a liquid crystal display or a TFT display, and a keypad or keyboard for inputting data to the communications device. Additionally, a wireless communication device will also comprise an antenna for wireless communication with a radio telephone network or the like.

    BRIEF DESCRIPTION OF THE DRAWINGS



    [0012] The present invention will now be described in detail, by way of example, with reference to certain exemplary embodiments illustrated in the accompanying drawings, in which:

    Figure 1 is a schematic block diagram of a processor;

    Figure 2 is a schematic illustration of a wireless communication device;

    Figure 3 is a schematic diagram of a core of the processor;

    Figure 4 is a more detailed schematic block diagram of various execution units of the core of the processor;

    Figure 5 is schematic diagram of an instruction buffer queue and an instruction decoder controller of the processor;

    Figure 6 is a representation of pipeline stages of the processor;

    Figure 7 is a diagrammatic illustration of an example of operation of a pipeline in the processor;

    Figure 8 is a schematic representation of the core of the processor for explaining the operation of the pipeline;

    Figure 9 is an illustration of grouping within an instruction set of the processor;

    Figure 10 is a block diagram illustrating the instruction execution pipeline of the processor in more detail, including partitions of the instruction decoder;

    Figure 11 is a block diagram illustrating the block repeat control circuitry of the processor in more detail, including a repeat profile register and mask;

    Figure 12 is a block diagram of an alternative embodiment illustrating the block repeat control circuitry of the processor in more detail, including an instruction register for variable size instruction words;

    Figure 13 is a timing diagram illustrating operation of repeat profiles during execution of a nested loop by the processor;

    Figure 14 is a flow chart illustrating various steps involved in repetitively executing a block of instruction in the processor using a repeat profile parameter;

    Figure 15 is a block diagram illustrating monitoring circuitry for determining a profile during execution of a block of instructions by the processor;

    Figure 16 is a timing diagram illustrating operation of the monitoring circuitry of Figure 15 during execution of a block of instructions by the processor;

    Figure 17 is a flow chart illustrating various steps involved for forming a repeat profile parameter by an assembler by determining what partitions will be needed during execution of a block of instructions; and

    Figure 18 is a timing diagram illustrating execution of a local loop instruction in the instruction execution of the pipeline of the processor.


    DETAILED DESCRIPTION OF THE INVENTION



    [0013] Although the teachings of the present application find particular application IN Digital Signal Processors (DSPs), implemented for example in an Application Specific Integrated Circuit (ASIC), these teachings may also find application IN other forms of microprocessors.

    [0014] Figure 1 is a block diagram of a microprocessor 10 that is a digital signal processor ("DSP"). In the interest of clarity, Figure 1 only shows those portions of microprocessor 10 that are relevant to the teachings of the present application. Details of general construction for DSPs are well known, and may be found readily elsewhere. For example, U.S. Patent 5,072,418 issued to Frederick Boutaud, et al, describes a DSP in detail. U.S. Patent 5,329,471 issued to Gary Swoboda, et al, describes in detail how to test and emulate a DSP. Details of portions of microprocessor 10 relevant to an embodiment disclosed by the present application are explained in sufficient detail hereinbelow, so as to enable one of ordinary skill in the microprocessor art to make and use thereof.

    [0015] Partitioning of a portion of the processor allows one or more of the partitions to remain idle during execution of an instruction loop. Consequently, there is a corresponding reduction in power consumption by the microprocessor. Therefore, the disclosed embodiments are particularly suitable for use in portable apparatus, such as wireless communication devices. Several example systems that can benefit from aspects of the present teachings are described in U.S. Patent 5,072,418, particularly with reference to Figures 2-18 of U.S. Patent 5,072,418. A microprocessor incorporating an aspect of the present teachings for reducing power consumption can be used to further improve the systems described in U.S. Patent 5,072,418. Such systems include, but are not limited to, industrial process controls, automotive vehicle systems, motor controls, robotic control systems, satellite telecommunication systems, echo canceling systems, modems, video imaging systems, speech recognition systems, vocoder-modem systems with encryption, and such.

    [0016] Figure 2 illustrates an exemplary implementation of a digital system embodying aspects of the present teachings in a mobile telecommunications device, such as a mobile telephone with integrated keyboard 12 and display 14. Digital signal processor 10 embodying aspects of the present teachings packaged in an integrated circuit 40 that is connected to keyboard 12, where appropriate via a keyboard adapter (not shown), to the display 14, where appropriate via a display adapter (not shown) and to radio frequency (RF) circuitry 16. The RF circuitry 16 is connected to an aerial 18. Integrated circuit 40 includes a plurality of contacts for surface mounting. However, the integrated circuit could include other configurations, for example a plurality of pins on a lower surface of the circuit for mounting in a zero insertion force socket, or indeed any other suitable configuration.

    [0017] The basic architecture of an example of a processor according to the present teachings will now be described.

    [0018] Referring again to Figure 1, microprocessor 10 includes a central processing unit (CPU) 100 and a processor backplane 20. In the present embodiment, the processor is a Digital Signal Processor (DSP) implemented in an Application Specific Integrated Circuit (ASIC).

    [0019] As shown in Figure 1, central processing unit 100 includes a processor core 102 and a memory interface, or management unit 104 for interfacing the processor core 102 with memory units external to the processor core.

    [0020] Processor backplane 20 comprises a backplane bus 22, to which the memory management unit 104 of the microprocessor is connected. Also connected to the backplane bus 22 is an instruction cache memory 24, peripheral devices 26 and an external interface 28.

    [0021] It will be appreciated that in other embodiments, alternative implementions may use different configurations and/or different technologies. For example, CPU 100 alone could form processor 10, with processor backplane 20 being separate therefrom. CPU 100 could, for example be a DSP separate from and mounted on a backplane 20 supporting a backplane bus 22, peripheral and external interfaces. Microprocessor 100 could, for example, be a microprocessor other than a DSP and could be implemented in technologies other than ASIC technology. The microprocessor, or a processor including the processing engine, could be implemented in one or more integrated circuits.

    [0022] Figure 3 illustrates the basic structure of an embodiment of the processing core 102. As illustrated, the processing core 102 includes four elements, namely an Instruction Buffer Unit (I Unit) 106 and three execution units. The execution units are a Program Flow Unit (P Unit) 108, Address Data Flow Unit (A Unit) 110 and a Data Computation Unit (D Unit) 112 for executing instructions decoded from the Instruction Buffer Unit (I Unit) 106 and for controlling and monitoring program flow.

    [0023] Figure 4 illustrates the P Unit 108, A Unit 110 and D Unit 112 of the processing core 102 in more detail and shows the bus structure connecting the various elements of the processing core 102. The P Unit 108 includes, for example, loop control circuitry, GoTo/Branch control circuitry and various registers for controlling and monitoring program flow such as repeat counter registers and interrupt mask, flag or vector registers. The P Unit 108 is coupled to general purpose Data Write busses (EB, FB) 130, 132, Data Read busses (CB, DB) 134, 136 and an address constant bus (KAB) 142. Additionally, the P Unit 108 is coupled to sub-units within the A Unit 110 and D Unit 112 via various busses labeled CSR, ACB and RGD.

    [0024] As illustrated in Figure 4, in the present embodiment, the A Unit 110 includes a register file 30, a data address generation sub-unit (DAGEN) 32 and an Arithmetic and Logic Unit (ALU) 34. The A Unit register file 30 includes various registers, among which are 16-bit pointer registers (AR0-AR7) and data registers (DR0-DR3) which may also be used for data flow as well as address generation. Additionally, the register file includes 16-bit circular buffer registers and 7-bit data page registers. As well as the general purpose busses (EB, FB, CB, DB) 130, 132, 134, 136, a data constant bus 140 and address constant bus 142 are coupled to the A Unit register file 30. The A Unit register file 30 is coupled to the A Unit DAGEN unit 32 by unidirectional busses 144 and 146 respectively operating in opposite directions. The DAGEN unit 32 includes 16-bit X/Y registers and coefficient and stack pointer registers, for example for controlling and monitoring address generation within microprocessor 100.

    [0025] The A Unit 110 also comprises the ALU 34 which includes a shifter function as well as the functions typically associated with an ALU such as addition, subtraction, and AND, OR and XOR logical operators. The ALU 34 is also coupled to the general-purpose busses (EB, DB) 130, 136 and an instruction constant data bus (KDB) 140. The A Unit ALU is coupled to the P Unit 108 by a PDA bus for receiving register content from the P Unit 108 register file. The ALU 34 is also coupled to the A Unit register file 30 by busses RGA and RGB for receiving address and data register contents and by a bus RGD for forwarding address and data registers in the register file 30.

    [0026] As illustrated, the D Unit 112 includes a D Unit register file 36, a D Unit ALU 38, a D Unit shifter 40 and two multiply and accumulate units (MAC1, MAC2) 42 and 44. The D Unit register file 36, D Unit ALU 38 and D Unit shifter 40 are coupled to busses (EB, FB, CB, DB and KDB) 130, 132, 134, 136 and 140, and the MAC units 42 and 44 are coupled to the busses (CB, DB, KDB) 134, 136, 140 and data read bus (BB) 144. The D Unit register file 36 includes 40-bit accumulators (AC0-AC3) and a 16-bit transition register. The D Unit 112 can also utilize the 16-bit pointer and data registers in the A Unit 110 as source or destination registers in addition to the 40-bit accumulators. The D Unit register file 36 receives data from the D Unit ALU 38 and MACs 1&2 42, 44 over accumulator write busses (ACW0, ACW1) 146, 148, and from the D Unit shifter 40 over accumulator write bus (ACW1) 148. Data is read from the D Unit register file accumulators to the D Unit ALU 38, D Unit shifter 40 and MACs 1&2 42, 44 over accumulator read busses (ACR0, ACR1) 150, 152. The D Unit ALU 38 and D Unit shifter 40 are also coupled to sub-units of the A Unit 108 via various busses labeled EFC, DRB, DR2 and ACB.

    [0027] Referring now to Figure 5, there is illustrated an instruction buffer unit 106 comprising a 32 word instruction buffer queue (IBQ) 502. The IBQ 502 comprises 32×16-bit registers 504, logically divided into 8-bit bytes 506. Instructions arrive at the IBQ 502 via the 32-bit program bus (PB) 122. The instructions are fetched in a 32-bit cycle into the location pointed to by the Local Write Program Counter (LWPC) 532. The LWPC 532 is contained in a register located in the P Unit 108. The P Unit 108 also includes the Local Read Program Counter (LRPC) 536 register, and the Write Program Counter (WPC) 530 and Read Program Counter (RPC) 534 registers. LRPC 536 points to the location in the IBQ 502 of the next instruction or instructions to be loaded into the instruction decoder(s) 512 and 514. That is to say, the LRPC 534 points to the location in the IBQ 502 of the instruction currently being dispatched to the decoders 512, 514. The WPC points to the address in program memory of the start of the next four bytes of instruction code for the pipeline. For each fetch into the IBQ, the next four bytes from the program memory are fetched regardless of instruction boundaries. The RPC 534 points to the address in program memory of the instruction currently being dispatched to the decoder(s) 512 and 514.

    [0028] The instructions are formed into a 48-bit word and are loaded into instruction register 522 and thence to instruction decoders 512, 514 over a 48-bit bus 516 via multiplexors 520 and 521. It will be apparent to a person of ordinary skill in the art that the instructions may be formed into words comprising other than 48-bits, and that the present teachings are not limited to the specific embodiment described above.

    [0029] The bus 516 can load a maximum of two instructions, one per decoder, during any one instruction cycle. The combination of instructions may be in any combination of formats, 8, 16, 24, 32, 40 and 48 bits, which will fit across the 48-bit bus. Decoder 1, 512, is loaded in preference to decoder 2, 514, if only one instruction can be loaded during a cycle. The respective instructions are then forwarded on to the respective function units in order to execute them and to access the data for which the instruction or operation is to be performed. Prior to being passed to the instruction decoders, the instructions are aligned on byte boundaries. The alignment is done based on the format derived for the previous instruction during decoding thereof. The multiplexing associated with the alignment of instructions with byte boundaries is performed in multiplexors 520 and 521.

    [0030] The processor core 102 executes instructions through a seven stage instruction execution pipeline, the respective stages of which will now be described with reference to Figure 6.

    [0031] The first stage of the pipeline is a PRE-FETCH (P0) stage 202, during which stage a next program memory location is addressed by asserting an address on the address bus (PAB) 118 of a memory interface, or memory management unit 104.

    [0032] In the next stage, FETCH (P1) stage 204, the program memory is read and the I Unit 106 is filled via the PB bus 122 from the memory management unit 104.

    [0033] The PRE-FETCH and FETCH stages are separate from the rest of the pipeline stages in that the pipeline can be interrupted during the PRE-FETCH and FETCH stages to break the sequential program flow and point to other instructions in the program memory, for example for a Branch instruction.

    [0034] The next instruction in the instruction buffer is then dispatched to the decoder/s 512/514 in the third stage, DECODE (P2) 206, where the instruction is decoded and dispatched to the execution unit for executing that instruction, for example to the P Unit 108, the A Unit 110 or the D Unit 112. The decode stage 206 includes decoding at least part of an instruction including a first part indicating the class of the instruction, a second part indicating the format of the instruction and a third part indicating an addressing mode for the instruction.

    [0035] The next stage is an ADDRESS (P3) stage 208, in which the address of the data to be used in the instruction is computed, or a new program address is computed should the instruction require a program branch or jump. Respective computations take place in the A Unit 110 or the P Unit 108 respectively.

    [0036] In an ACCESS (P4) stage 210 the address of a read operand is output and the memory operand, the address of which has been generated in a DAGEN X operator with an Xmem indirect addressing mode, is then READ from indirectly addressed X memory (Xmem).

    [0037] The next stage of the pipeline is the READ (P5) stage 212 in which a memory operand, the address of which has been generated in a DAGEN Y operator with an Ymem indirect addressing mode or in a DAGEN C operator with coefficient address mode, is READ. The address of the memory location to which the result of the instruction is to be written is output.

    [0038] In the case of dual access, read operands can also be generated in the Y path, and write operands in the X path.

    [0039] Finally, there is an execution EXEC (P6) stage 214 in which the instruction is executed in either the A Unit 110 or the D Unit 112. The result is then stored in a data register or accumulator, or written to memory for Read/Modify/Write or store instructions. Additionally, shift operations are performed on data in accumulators during the EXEC stage.

    [0040] The basic principle of operation for a pipeline processor will now be described with reference to Figure 7. As can be seen from Figure 7, for a first instruction 302, the successive pipeline stages take place over time periods T1-T7. Each time period is a clock cycle for the processor machine clock. A second instruction 304, can enter the pipeline in period T2, since the previous instruction has now moved on to the next pipeline stage. For instruction 3, 306, the PRE-FETCH stage 202 occurs in time period T3. As can be seen from Figure 7 for a seven stage pipeline a total of seven instructions may be processed simultaneously. For all seven instructions 302-314, Figure 7 shows them all under process in time period T7. Such a structure adds a form of parallelism to the processing of instructions.

    [0041] As shown in Figure 8, the disclosed embodiment includes a memory management unit 104 which is coupled to external memory units (not shown) via a 24-bit address bus 114 and a bi-directional 16-bit data bus 116. Additionally, the memory management unit 104 is coupled to program storage memory (not shown) via a 24-bit address bus 118 and a 32-bit bi-directional data bus 120. The memory management unit 104 is also coupled to the I Unit 106 of the machine processor core 102 via a 32-bit program read bus (PB) 122. The P Unit 108, A Unit 110 and D Unit 112 are coupled to the memory management unit 104 via data read and data write busses and corresponding address busses. The P Unit 108 is further coupled to a program address bus 128.

    [0042] More particularly, the P Unit 108 is coupled to the memory management unit 104 by a 24-bit program address bus 128, the two 16-bit data write busses (EB, FB) 130, 132, and the two 16-bit data read busses (CB, DB) 134, 136. The A Unit 110 is coupled to the memory management unit 104 via two 24-bit data write address busses (EAB, FAB) 160, 162, the two 16-bit data write busses (EB, FB) 130, 132, the three data read address busses (BAB, CAB, DAB) 164, 166, 168 and the two 16-bit data read busses (CB, DB) 134, 136. The D Unit 112 is coupled to the memory management unit 104 via the two data write busses (EB, FB) 130, 132 and three data read busses (BB, CB, DB) 144, 134, 136.

    [0043] Figure 8 represents the passing of instructions from the I Unit 106 to the P Unit 108 at 124, for forwarding branch instructions for example. Additionally, Figure 8 represents the passing of data from the I Unit 106 to the A Unit 110 and the D Unit 112 at 126 and 128 respectively.

    [0044] Various aspects of the processor are summarized in Table 1.
    Table 1: Processor Summary
    Very Low Power programmable processor
    Parallel execution of instructions, 8-bit to 48-bit instruction format
    Seven stage pipeline (including pre-fetch)
    Instruction buffer unit highlight 32x16 buffer size
    Parallel Instruction dispatching
    Local Loop
    Data computation unit highlight Four 40-bit generic (accumulator) registers
    Single cycle 17x17 Multiplication-Accumulation (MAC) 40-bit ALU, "32 + 8" or "(2 x 16) + 8".
    Special processing hardware for Viterbi functions
    Barrel shifter
    Program flow unit highlight 32-bits/cycle program fetch bandwidth
    24-bit program address
    Hardware loop controllers (zero overhead loops)
    Interruptible repeat loop function
    Bit field test for conditional jump
    Reduced overhead for program flow control
    Data flow unit highlight Three address generators, with various addressing modes
    Three 7-bit main data page registers
    Two Index registers
    Eight 16-bit pointers
    Dedicated 16-bit coefficients pointer
    Four 16-bit generic registers
    Three independent circular buffers
    Pointers & registers swap
    16-bits ALU with shift
    Memory Interface highlight Three 16-bit operands per cycle
    32 -bit program fetch per cycle
    Easy interface with cache memories
    C compiler  
    Algebraic assembler  


    [0045] The microprocessor is configured to respond to a local repeat instruction, which provides for an iterative looping through a block of instructions. The local repeat instruction is a 16-bit instruction and comprises: an op-code; parallel enable bit; and an offset (6 bits). The op-code defines the instruction as a local instruction, and prompts the microprocessor to expect the offset and op-code extension. In the described embodiment the offset has a maximum value of 55. However this does not mean that the loop size is limited to 55 bytes. Indeed, this offset indicates the difference between the block repeat end address and the start address with the start address being the address of the first instruction or pair of instructions and the end address being the address of the last instruction or last instruction of a pair of instructions. Therefore, the maximum loop size can be (55 + "size of last instruction"), which is less than or equal to 61 bytes. In other embodiments, the offset and loop size may be either larger or smaller, in accordance with a different size instruction buffer queue, for example.

    [0046] Referring again to Figure 5, when the local loop instruction is decoded, the start address for the local loop, i.e. the address after the local loop instruction address, is stored in the Block Repeat Start Address0 (RSA0) register which is located, for example, in the P unit 108. After the initial pass through the loop, the Read Program Counter (RPC) is loaded with the contents of RSA0 for reentering the loop. The location of the last instruction of the local loop is computed using the offset, and the location is stored in the Block Repeat End Address0 (REA0) register which may also be located in the P unit 108, for example. Two repeat start address registers and two repeat end address registers (RSA0 550, RSA1 551, REA0, REA1) are provided for nested loops. For nesting levels greater than two, preceding start/end addresses are pushed to a stack register. In addition to these four registers, the block repeat control circuitry also includes two Block Repeat Count (BRC0/BRC1) registers and associated control circuitry.

    [0047] Typically, DSP program code results in a significant amount of processor execution cycles resulting from intensive repetition of loops. In the present embodiment, most of these loops can be managed as a 'local repeat' where the code is directly executed from the instruction buffer and fetch from external memory is disabled. This will be described in more detail with reference to Figure 18. Since these local repeat loops involve a limited number of instructions driven by the nature of the algorithm, there is an opportunity to selectively disable an entire functional unit or one or more partitions of a function unit or control circuitry in order to minimize power consumption. This can be done by profiling the block repeat body of instructions during the compile/assembly process or during the first iteration of the loop by monitoring circuitry within the microprocessor.

    [0048] The microprocessor of the present embodiment of the invention has both a local repeat instruction and a general block repeat instruction for blocks which cannot fit entirely within the IBQ. Repeat loop profiling is associated with the local repeat instruction, since a large repeat block is less likely to use a limited set of hardware resources. However, aspects of the present invention are also useful in an embodiment which does not include a local repeat per se, but has just a general block repeat instruction, for example. In such an embodiment, a check can be done to determine block length and invoke repeat profiling only for short blocks, for example.

    [0049] When the assembler performs profiling, a repeat profile parameter is formed based on the analysis of the instructions within the block and is attached to the local block repeat instruction as an immediate operand. Typically one extra byte is enough to specify the selected partitions which can be disabled.

    [0050] When the monitoring hardware performs profiling, it is determined from the execution of the first iteration of a block of instructions the hardware resources required for executing that block of instructions. Then from the second to last iteration useless hardware and associated control decode logic can be disabled, or inhibited.

    [0051] Figure 9 is an illustration of grouping within an instruction set of the processor. An aspect of the present invention is that the instruction decoder can be partitioned into a number of partitions based on instruction groups. For example, in Figure 9 there is illustrated an instruction set 900 with five instruction groups, 901-905. Depending on the instructions used within a repeat block, one or more of the instructions groups may not be represented. For example, during a first repeat loop, the block of instructions consist of instructions within only group 902 and 904. Instructions within groups 901, 903 and 905 are not used. Therefore, decode logic associated with these non-used instruction groups or addressing modes which don't need to be decoded can therefore be disabled during the iterative execution of this first block of instructions. A subsequent repeat loop may have a block of instruction in which different instruction groups are not represented. Different decode logic associated with these different non-used instruction groups can therefore be disabled during the iterative execution of the subsequent block of instructions. This scheme allows trade-off of a large DSP instruction set for encoding flexibility and code size optimization while keeping the dynamic instruction set seen by the decode hardware to a minimum.

    [0052] Within the processor of the present embodiment of the invention, a set of control flow instructions are defined which are not allowed to be used within a repeat loop, including: goto, call, return, switch, intr (software interrupt), trap, reset, and idle. The control flow instructions that are inherently illegal in local repeat don't need to be decoded during execution of the loop. Therefore, by partitioning the instructions decode hardware to place this set of instruction in a separate partition, a significant amount of gates can be frozen during a local repeat loop execution regardless of the block repeat profile parameter.

    [0053] For example, an alternate embodiment of the present invention does not provide support for a repeat profile parameter; however, power consumption is reduced by inhibiting operation of a partition of the instruction decoder corresponding to the inherently forbidden group of instructions during the step of repetitively executing the block of instructions while a remainder of the instruction decoder decodes the block of instructions as they are executed in the pipeline.

    [0054] Table 2 illustrates instruction encoding for the repeat profile parameter that is appended to the local repeat instruction of the processor of the present embodiment.
    Table 2 - Encoding for local repeat instruction with repeat profile parameter
    Without profiling Localrepeat(16) 16 → block length in bytes
      0000 000E 0011 1111  
    With profiling Localrepeat(16) Same algebraic syntax. The profile is not determined by the user but by the assembler
      0000 000E 0011 1111 pppp pppp
    As noted in Table 2, a person writing a program is not responsible for the repeat profile parameter. This parameter is determined by the assembler in the present embodiment, or by monitoring hardware in an alternative embodiment, without assistance or direction from the programmer.

    [0055] One skilled in the art will recognize that other encodings can be used for a repeat instruction. In this embodiment, the repeat profile parameter is appended to the repeat local instruction. However, one skilled in the art will recognize that a repeat profile parameter may be appended to or associated with any instruction that acts as a prologue instruction for a repeat loop. For example, in another embodiment the repeat profile parameter is passed by a load instruction which is inserted in the machine-readable instruction stream by the assembler for execution prior to execution of the associated repeat loop.

    [0056] Figure 10 is a block diagram illustrating the instruction execution pipeline of processor 100 in more detail, including partitions of the instruction decoder. The instruction decoder of the present embodiment is hierarchical. A first level of instruction decoding is associated with the DECODE pipeline stage and is represented by partitions 802a-e, and 512. A second level of instruction decoding is associated with the ADDRESS pipeline stage and is represented by instruction decoding hardware 808 having partitions 810a-c, 812a-c, 820a-c and 822a-c. Each instruction decoder partition is associated with an instruction group. The instruction groups illustrated in Figure 9 and the partitions illustrated in Figure 10 are simplified for illustrative purposes. Various embodiments of the invention may have more or fewer instruction groups and decoder partitions than herein illustrated.

    [0057] As discussed earlier, an instruction pair is received into instruction register 522 and then decoded. The instruction format extracted by decoder 512 in the DECODE pipeline stage defines an instruction #1 / instruction #2 boundary and controls mux 521. Instruction #1 and instruction #2 are then isolated by being loaded into separate instruction registers 805, 806 according to respective format in the ADDRESS stage. In the DECODE stage, control flow instruction are decoded by partition 802a, repeat instructions are decoded by partition 802b, soft dual instructions are decoded by partition 802c, address modes are decoded by partition 802d and stack pointer control instructions are decoded by partition 802e.

    [0058] During the ADDRESS pipeline stage the second level instruction decoder 808 determines which Data Unit resources are required to process the instructions pair. Data units 38, 40 and 42 are presented for illustrative purposes. Various embodiments may have additional of fewer Data Units. Data Units that are determined to be useless for the current instructions pair execution are kept frozen in order to reduce power consumption. This is done by maintaining the previous data operand selection and previous operation control by gating clocks of control hardware 831, 832, and/or 833 so that signal transitions do not occur within the unneeded units. Local decode hardware associated with the unneeded unit in the READ pipeline stage is also kept frozen.

    [0059] Advantageously, the local repeat profiling scheme allows anticipation of the data resources that are unneeded for a given loop execution and avoids decoding for each step if the current instruction opcode is within the group of instruction involving such unit. A repeat profile parameter provided as an immediate operand of a repeat local instruction is stored in a repeat profile register 800. Therefore, identified partitions within instruction decoder 808 are inhibited in response to the repeat profile parameter during repetitive execution of an associated loop.

    [0060] Advantageously, the local repeat profiling scheme also allows freezing selected partitions of decode hardware in the DECODE pipeline stage. However, as discussed above, all the Control Flow instructions (goto, call ...) that are illegal within a local repeat body don't need to be decoded. Therefore, associated hardware in partition 802c can be frozen during the entire loop execution regardless of whether or not a repeat profile parameter is provided.

    [0061] The profile can determine if the loop body includes nested local repeat or single repeat instructions. When there is no nesting, hardware partition 802b associated with 'local repeat & repeat' decode can be frozen during the entire loop execution.

    [0062] The profile can determine if the loop body includes stack pointer related instructions (push(), pop() ..). When there are no stack pointer related instructions, hardware partition 802e associated with 'push() / pop() family' decode can be frozen during the entire loop execution.

    [0063] The profile can determine if the loop body includes soft dual or built in dual instructions. The instruction extraction hardware and the Address Generator control can take advantage of this static configuration to reduce gate activity hardware partition 802c.

    [0064] Figure 11 is a block diagram illustrating block repeat control circuitry 1100 of the processor in more detail, including repeat profile register 800 and a profile mask 1101. Repeat profile register 800 is loaded with a repeat profile parameter provided by a repeat local instruction. In case of loop nesting, two options are possible. In a first option, the profile is determined according to the resources needed by both the outer and the inner loops. In a second option, the outer loop and the inner loop have their own profiles and register 800 includes two registers that can be separately selected by a mux included in mask 1101, or by other means. The profiles are then managed as a stack by finite state machine (FSM) 1104. The profile is switched according to the active level of block repeat. This scheme provides a better granularity but requires some extra hardware.

    [0065] The profile is masked by mask 1101 in response to FSM 1104 as soon as the local repeat of a block of instructions is completed, or in case the loop execution is interrupted. Upon return from interrupt service routine (ISR), the profile is unmasked and becomes active. This allows the full instruction set to be active during the ISR.

    [0066] Still referring to Figure 11, profile signals 1110a-n from mask circuitry 1101 are provided to various hardware partitions of the microprocessor in order to inhibit operation of selected partitions. For example, profile signal 1110a is provided to instruction decoder partition 1102c. Likewise, other profile signals from mask 1101 are provided to other partitions in the DECODE stage. Certain partitions, such as 1102b, need to remain enabled at all times and do not respond to profile signals. As discussed above, certain partitions, such as control flow partition 802a are disabled regardless of the profile parameter whenever a local loop is executed, as indicated by decode signal 1111 from decode partition 802b. Inhibit signal 1112 from FSM 1104 is asserted in response to decode signal 1111.

    [0067] The decode hardware partitioning matches the granularity defined by the profile parameter bit. Inhibiting, or freezing, is handled by an extra signal input for the respective profile signal on a 1st stage of decode logic (extra gate or extra input). This freeze control can be seen as static signal for the duration of the loop execution. This avoids propagation through the logic of useless transitions or glitches. The profile information may be used on other embodiments to freeze D-flipflops (DFF's) or latches by clock control where in conventional design this may generate a speed path for gated clock enable signal.

    [0068] Still referring to Figure 11, pipe delay register 1120 maintains timing of the profile signals for ADDRESS stage partitions of decoder 808. A freeze performed in the ADDR stage will be propagated to read stage decoder partition 1130 without extra control. Also, various profile signals may be combined by logic gates, such as gate 1140, to create combinations and permutations of the profile signals to inhibit various hardware partitions.

    [0069] Figure 12 is a block diagram of an another embodiment of the present invention illustrating the block repeat control circuitry of the processor in more detail, including instruction register 522 for variable size instruction words. Repeat profile register 1200 is loaded with a repeat profile parameter provided by a repeat local instruction. The profile is unmasked by mask 1201 in response to FSM 1204 as soon as execution of the local repeat of a block of instructions is started. The profile is masked by mask 1201 in response to FSM 1204 as soon as the local repeat of a block of instructions is completed, or in case the loop execution is interrupted.

    [0070] A profile parameter stored in profile register 1200 can identify the maximum length instruction format in the loop body. The instruction register is partitioned into several partitions 1230-1235. The hardware can then selectively inhibit unneeded instruction register partition to adjust instruction register size accordingly. A clock signal IRLOAD loads instruction register 522 with a new instruction selected from the instruction buffer (see Figure 5) by mux 520. Gates 1220-1223 each receive a profile signal from parameter register 1200 via mask 1201 that is combined with clock signal IRLOAD to inhibit loading of selected partitions of instruction register 522 during repetitive execution of a block of instructions. For example, if the maximum length of all instructions executed in a given block repeat is determined to be five bytes, then partition 1230 is inhibited by forming a repeat profile parameter which causes profile signal 1210a to be asserted low during execution of the given block such the clock signal IRLOAD is inhibited from passing through AND gate 1220, thereby inhibiting clocking of instruction register partition 1230. Likewise, if the maximum instruction format is determined to be four bytes, then profile signal 1210a and profile signal 1210b are both asserted low during repetitive execution of the associated block of instructions to inhibit clocking of partitions 1230 and 1231. Since a block will always have at least a two byte instruction, partitions 1234 and 1235 do not have inhibiting circuitry associated with them. One skilled in the art will realize that means other than an AND gate can be used to inhibit selected partitions in response to the repeat profile parameter.

    [0071] Still referring to Figure 12, in a similar manner, mux 520 can be partitioned and selected partitions inhibited in response to a maximum length instruction format indicated by the repeat profile parameter.

    [0072] As noted in Table 2, an advantage of the present invention is that a person writing a program is not responsible for the repeat profile parameter. This parameter is determined by the assembler in the present embodiment, or by monitoring hardware in an alternative embodiment, without assistance or direction from the programmer. The embodiments of Figure 11 and Figure 12 may be combined so that a single repeat profile parameter inhibits selected partitions of an instruction decoder and also selected partitions of an instruction register by appropriate selection and connection of profile signals from the profile parameter register, as indicated at 1250.

    [0073] Figure 13 is a timing diagram illustrating operation of processor 100 with two repeat loops in a nested loop. In case of nesting of loops, two options are possible: (1) a single composite profile is determined according to the resources needed by both the outer and inner loops, (2) the outer loop and inner loop each have their own profile. The profiles are then managed as stack. The profile is switched according to the active level of block repeat. The second option provides a better granularity but requires some extra hardware. Referring again to Figure 11, two profile registers, PROFILE0 and PROFILE1 are included within 800 of the present embodiment. Mask 1101 includes MASK0 and MASK1. Muxing circuitry (not shown) within 1101 operates in response to FSM 1104 to provide the selected profile parameter on profile signals 1110a-n when one of them is unmasked.

    [0074] Referring now to Figure 13, timeline 1300 illustrates operation of profile signals 1110a-n (on Figure 11) or 1210a-n (on Figure 12) during a nested loop, using the first option. A composite repeat profile representative of both an inner and an outer loop is determined and stored in the profile register by a prologue instruction associated with the outer loop. As discussed earlier, the prologue instruction may be the loop instruction which is decoded during time slot 1310, or it may be a store instruction, for example. If the repeat instruction for the inner loop provides a profile parameter, it is ignored. The profile remains masked until time 1311 when the initial instruction of the block begins execution. The composite profile remains unmasked during the entire time 1304 of execution of the nested loops. During time 1312, the last iteration of the outer loop is performed. At time 1313, the final instruction of the last iteration is executed and the profile is again masked, as indicated at time slot 1306.

    [0075] Timeline 1300 is also representative of the operation of a single block repeat in which case time slot 1304 represents iterative execution of the block of instructions and time slot 1312 represents the last iteration of the block of instructions.

    [0076] Still referring to Figure 13, timeline 1340 illustrates operation of profile signals 1110a-n (on Figure 11) or 1210a-n (on Figure 12) during a nested loop, using the second option. A first repeat profile representative of an outer loop is determined and stored in profile register PROFILE0 by a prologue instruction associated with the outer loop. A second repeat profile representative of an inner loop is determined and stored in profile register PROFILE1 by a prologue instruction associated with the inner loop. As discussed earlier, the prologue instructions may be the inner and outer loop instructions which are decoded during time slot 1350 and 1314, or they may be store instructions, for example. The profile remains masked until time 1311 when the initial instruction of the outer loop begins execution. The first profile remains unmasked during of execution of the outer loop, illustrated by time slots 1343 and 1345. At time 1315, the initial instruction of the inner loop begins execution and the second profile is selected by FSM 1104 during execution of the inner loop, illustrated by time slot 1344. As execution moves from inner loop to outer loop, and vice versa, the corresponding profile is selected by FSM 1104. Time line 1340 illustrates only a single iteration of the inner loop for clarity, but one skilled in the art realizes multiple iterations of the inner and outer loops typically occur. During time 1316, the last iteration of the inner loop is executed. During time 1352, the last iteration of the outer loop is performed. At time 1313, the final instruction of the last iteration is executed and the profile is again masked, as indicated at time slot 1346.

    [0077] Figure 14 is a flow chart illustrating various steps involved in repetitively executing a block of instruction in processor 100 using a repeat profile parameter. During step 1400, sequential execution of an instruction sequence is performed. It is to be understood that the term "sequential" may include jumps, branches, calls, returns, etc. During step 1402, block repeat control circuitry is initialized by prologue instructions associated with a pending loop. This includes, for example, loading a block repeat count register. This may also include loading a repeat profile register. During steps 1204 and 1206, sequential execution is performed until a repeat instruction is decoded. In a preferred embodiment, the repeat instruction provides a repeat profile parameter that is determined for the associated block of instructions that are to be repetitively executed. At step 1408, a partition of the instruction decoder corresponding to a group of instructions that are inherently prohibited during repetitive block execution is inhibited.

    [0078] At step 1410, if a profile has not been received, then monitoring circuitry monitors execution of a first iteration of the block of instructions during step 1412 and determines which partitions of the processor are not needed for the remaining iterations. In either case, unneeded partitions of the instruction decoder are inhibited at step 1414, along with any other hardware partitions that have been determined to be unneeded for execution of the block of instructions. The block of instructions is executed by repetitively looping through steps 1416, 1418, and 1422. If an interrupt is detected in step 1418, then the profile is masked during execution of the ISR so that the ISR can be executed without inhibited circuitry. Upon return from the ISR, the profile is again unmasked and is active in inhibiting unused partitions.

    [0079] Each complete iteration of the block of instructions is checked at step 1424. After the last iteration is completed, the profile is masked and sequential execution is resumed at step 1426 without inhibited circuitry partitions.

    [0080] Figure 15 is a block diagram illustrating monitoring circuitry for determining a profile during execution of a block of instructions by processor 100. Circuitry 1500 represents a partition of a portion of the hardware of processor 100; which in the present embodiment is a partition of an instruction decoder, but in another embodiment may represent a partition of other portions of the processor, such as an instruction register, for example. Partition 1500 receives signals from an instruction register 1502 and provides one or more output signals 1510 representative of activity by partition 1500. Monitoring circuitry 1520 monitors signal(s) 1510 during a first iteration of the block of instructions. If partition 1500 is active during one or more of the instructions included within the block of instructions, then monitoring circuitry 1520 is set accordingly. At the end of the iteration, profile register 1530 is set according to monitoring circuitry 1520. During remaining iterations of the block of instructions, AND gate 1532 inhibits propagation of signals through partition 1500, thereby reducing power consumption, in response to profile signal 1531 if partition 1500 was not used during the first iteration of the block of instructions. One skilled in the art will recognize that AND gate 1532 is merely representative of circuitry for inhibiting partition 1500. Various embodiments of inhibiting circuitry are readily derived by one skilled in the art to embody aspects of the present invention.

    [0081] Figure 16 is a timing diagram illustrating operation of the monitoring circuitry of Figure 15 during execution of a block of instructions by the processor. During time slot 1600, the first iteration of the block of instructions is performed. Figure 16 illustrates operation of three hardware partitions, for simplicity, unit_x at 1620, unit_y at 1621, and unit_z at 1622. Shaded areas of 1620 and 1621 indicate that unit_x and unit_y are used by one or more of the instructions in the block of instructions during the first iteration. However, no shading in 1622 indicates that unit_z was not used during the first iteration. Therefore, setting of the monitoring circuitry at the end of the first iteration determines that unit_x and unit_y are needed, but unit_z is not needed. At time 1612, the repeat profile register is set with a profile parameter in response to the monitoring circuitry. During the remaining iterations of the block of instructions indicated by time slot 1602, unit_z is inhibited in response to the profile parameter to reduce power consumption.

    [0082] Referring again to Figures 4 and 10, there are several other portions of processor 100 that can be partitioned and selectively inhibited during repetitive execution of a block of instructions in order to further reduce power consumption. For example, in one embodiment, the profile can indicate if the loop body includes instructions performing an initialization in the ADDRESS pipeline slot or a swap in the register file. The associated hardware (not shown) can be frozen during the entire loop execution.

    [0083] In another embodiment, the profile can indicate if the loop body includes instructions involving the data coefficient pointer. The associated hardware (not shown) can be frozen during the entire loop execution.

    [0084] In another embodiment, if the loop requires only two address generators out of the three included in address unit 110, then the unneeded address generator can be inhibited.

    [0085] In another embodiment, if the algorithm doesn't care about status update then the status update circuitry (not shown) can be inhibited during execution of the block repeat.

    [0086] In another embodiment, if it is determined that no instruction parallelism can be taken advantage of during execution of the block of instructions, then instruction register 806 and all associated control circuitry can be inhibited. Similarly, in a VLIW architecture where up to six to eight instructions can be dispatched per cycle, for example, it is not always possible to fully take advantage of such parallelism during repetitive execution of a block of instructions. A local repeat profile can advantageously provide a mean to adjust the hardware according to the execution needs. For instance, if within the loop the maximum number of parallel instructions is four, then the profile can pass this information before loop execution in order to freeze useless hardware.

    [0087] The same approach can be applied for data format. The processor support different data types: 8-bit, 16-bit, 32-bit, and dual 16-bit. Other embodiments may support floating point, for example. The datapath is partitioned as slices and only the data path partitions required by the block of instruction are allowed to be active during repetitive execution of the block of instructions.

    [0088] Figure 17 is a flow chart illustrating various steps involved for forming a repeat profile parameter by an assembler by determining what partitions will be needed during execution of a block of instructions. In step 1700, initial assembly tasks are performed. As used herein, the term "assembler" means any means for converting human readable programs into machine readable instruction sequences, including compiling and incremental compilation, for example. Assembler operation in general is known and will not be described further herein. In step 1702, a table is created which has an entry for each machine readable instruction executable format. Each entry includes a pattern that indicates which selectable hardware partitions are required for execution of the associated instruction. For example, the pattern may indicate a particular instruction group that corresponds to a partition in the instruction decoder. The pattern may indicate instruction length, address mode, etc, depending on the selected processor and the hardware partitioning supported by that processor.

    [0089] In step 1704, the source code is transformed into a sequence of machine readable instructions using known compilation/assembly techniques. In steps 1706 and 1708, each machine readable instruction is examined to determine if it is a repeat instruction. Once a repeat instruction is located, then in step 1710 an initial instruction for the block of instruction associated with the repeat instruction is identified and a group pattern for the initial instruction is accessed and used as an initial profile parameter. In steps 1712 and 1714, each subsequent instruction of the block is examined and a group pattern associated with each is combined with the initial repeat profile parameter. Once the final instruction of the block of instructions is examined and its group pattern included in the profile parameter, the profile parameter is associated with a prologue instruction associated with the block of instructions. In a preferred embodiment, the profile parameter is appended to the repeat instruction as shown in Table 2.

    [0090] In step 1718, the process continues and additional blocks of instructions and associated profile parameters are formed until the sequence of machine readable instructions is completely processed. In step 1720 the assembly process is completed. using known assembly techniques. The completed assembly process provides a sequence of machine readable instructions in which each repeatable block of instructions has a prologue instruction, such as a repeat instruction, with an appended repeat profile parameter.

    [0091] Referring now to Figure 18 and with reference to Figure 5, the local loop instruction flow for the preferred embodiment will be described in more detail. The local loop repeat is set up by initializing a Block Repeat Count (BRC0/BRC1), shown in the DECODE stage in a first pipeline slot 602, with the number of iterations of the local loop, and then in the next slot 604 the local loop instruction (RPTL) itself is decoded. The BRC0/BRC1 is decremented for each repeat of the last instruction of the loop if BRC0 (or respectively BRC1) is not zero. It will be evident to a skilled person that optionally the local loop repeat may be set up by defining a maximum iteration value, and initializing a counter to zero. The counter can then be incremented for each repeat of the last instruction of the loop. The decrement or increment may be in steps other than one. During slots 602 and 604, the Program Counter increases by four bytes to a value "PC", and two further instruction words are fetched into the IBQ 502, thus two instruction words per slot 602, 604 are fetched into IBQ 502. In slot 602 the number of words 504 available in the IBQ 502 is 2, and is shown labeled Count in Figure 18. The number of words available in the IBQ 502 is given by the difference between the LRPC 536 and the LWPC 532, since they respectively point to the currently dispatched instruction and the location for writing the next instruction into the IBQ 502. Since, for the purposes of this embodiment, the instruction which initializes the BRC0/BRC1 is a one word 16-bit instruction, for example and BRC0/BRC1=DAx comprises no parallelism, only the 16-bit initialization instruction is dispatched to the first or second instruction decoder 512, 514 in slot 602.

    [0092] For the next slot 604, the WPC increases by four to a value "PC" and a further 2 x 16-bit instruction words 504 are fetched in the IBQ 502. The number of instruction words 504 available in the IBQ 502 is now 3, since only the 1 word instruction initializing BRC0/BRC1 was dispatched during the previous slot 602.

    [0093] The first iteration of the local loop begins at slot 606, where a first parallel pair of instructions L0, L1 are dispatched to the decoders 512, 514. The number of instruction words 504 which are available in the IBQ 502 is now 4. This is because in the present embodiment the local loop instruction is only a 16-bit instruction and therefore only one word 504 was dispatched to the decoder 512 during the previous slot 604.

    [0094] In order to optimize the execution of the local loop, the instructions are executed in parallel so far as is possible. In the present example, it is assumed that all instructions comprising the body of the loop are executable in parallel. This results in two unused slots, 610, 612 during the first pass of the body of the loop, but leads to greater speed for the rest of the iterations.

    [0095] Additionally, for the present example instructions L0, L1 are executable in parallel and comprise a total of 48 bits, thus 3 instruction words 504 are dispatched to the decoders 512, 514 for each decode stage. For the start of the repeat block, cycle 606, two instructions L0 and L1 are dispatched to the decoders and the difference between the LRPC 536 and the LWPC 532 is 4. In cycle 608 a further two instruction words are fetched into the IBQ, but three words are dispatched.

    [0096] The LRPC 536 now moves 3 words along the IBQ 502, and the LWPC 532 moves two words along the IBQ 502 to the next fetch location. Thus, the difference between LWPC 532 and LRPC 536 is decreased by one to three for the next slot 608. Again, assuming the next two instructions L2, L3 are executable in parallel and comprise a total of 48 bits the LRPC 532 moves 3 words along the IBQ 502 ready for the next slot 610. The program pre-fetch is halted for one slot, in this case slot 608, and therefore no instruction words are loaded into the IBQ 502 for this slot. Thus, for slot 610 the LRPC 536 and LWPC 532 point to the same IBQ 502 address, and Count = 0. Since there are no available bits for dispatch in the IBQ 502, slot 610 is an unused slot for decoding. However, two instruction words are fetched into the IBQ 502 during slot 610 moving LWPC 532 along IBQ by two words, and therefore there are two instruction words available for slot 612. However, if the next two instructions, L4, L5, are parallel instructions comprising 48 bits then there is no dispatch in slot 612, and there is a further unused slot.

    [0097] For slot 614 there are a total of four instruction words 504 available in the IBQ 502, and instructions L4, L5, comprising 48 bits are dispatched to decoders 512, 514. A further two instruction words 504 are fetched into the IBQ 502 during slot 614. The WPC has now increased by 16 packets of 2 x instruction words 504, and thus the IBQ 502 is full and all the loop body has been fetched. Thus, as can be seen, the WPC count for slot 616 remains at PC+16 for the Pre-Fetch, although a further two words 504 are fetched into the IBQ 502 originating from the pre-fetch of slot 614.

    [0098] For slot 616 the body of the loop has been fetched into the IBQ 502, and there are 32 words available in the IBQ. This is the maximum size of the IBQ 502, and hence the fetch is switched off for further slots 618, 620 onwards forming further iterations of the loop.

    [0099] For the last iteration of the loop, the fetch is switched back on in slot 626 in order to top up the IBQ 502 to avoid any gaps in the queue.

    [0100] Thus, for the body of the loop, excluding the first and last iteration there is no pipeline fetch stage. Thus, there is no program memory access. This reduces power consumption during the loop compared to conventional loops, since fewer program memory accesses are performed.

    [0101] Thus, in accordance with an embodiment of the invention, the microprocessor is configured to respond to a local repeat instruction which provides for an iterative looping through a set of instructions all of which are contained in the Instruction Buffer Queue 502. Referring again to Figure 5, the IBQ 502 is 64 bytes long and is organised into 32x16 bit words. Instructions are fetched into IBQ 502 two words at a time. Additionally, the Instruction Decoder Controller reads a packet of up to six program code bytes into the instruction decoders 512 and 514 for each Decode stage of the pipeline. The start and end of the loop, i.e. first and last instructions, may fall at any of the byte boundaries within the four byte packet of program code fetched to the IBQ 502. Thus, the start(first) and end(last) instructions are not necessarily co-terminous with the top and bottom of IBQ 502. For example, in a case where the local loop instruction spans two bytes across the boundary of a packet of four program codes, both the packet of four program codes must be retained in the IBQ 502 for execution of the local loop repeat. In order to take this into account the local loop instruction offset is a maximum of 55 bytes.

    [0102] During the first iteration of a local loop, the program code for the body of the loop is loaded into the IBQ 502 and executed as usual. However, for the following iterations no fetch will occur until the last iteration, during which the fetch will restart.

    [0103] Another embodiment the microprocessor is configured to align instruction words in the IBQ 502 in order to maximize the block size for a local loop. The alignment of the instruction words may operate to place start and end instructions for a local loop as close to respective boundaries of the IBQ 502 as possible. An embodiment of the assembler configures the alignment of instructions in the IBQ 502 to maximize the block size for a local loop.

    [0104] Referring again to Figure 1, fabrication of data processing device 10 involves multiple steps of implanting various amounts of impurities into a semiconductor substrate and diffusing the impurities to selected depths within the substrate to form transistor devices. Masks are formed to control the placement of the impurities. Multiple layers of conductive material and insulative material are deposited and etched to interconnect the various devices. These steps are performed in a clean room environment.

    [0105] A significant portion of the cost of producing the data processing device involves testing. While in wafer form, individual devices are biased to an operational state and probe tested for basic operational functionality. The wafer is then separated into individual dice which may be sold as bare die or packaged. After packaging, finished parts are biased into an operational state and tested for operational functionality.

    [0106] An alternative embodiment of the novel aspects of the present invention may include other circuitries that are combined with the circuitries disclosed herein in order to reduce the total gate count of the combined functions. Since those skilled in the art are aware of techniques for gate minimization, the details of such an embodiment will not be described herein.

    [0107] Thus, there has been described a processor that is a programmable digital signal processor (DSP), offering both high code density and easy programming. Architecture and instruction set are optimized for low power consumption and high efficiency execution of DSP algorithms, such as for wireless telephones, as well as pure control tasks. The processor includes an instruction buffer unit, and a data computation unit for executing the instructions decoded by the instruction buffer unit. Instructions can be executed in a parallel manner, either in response to implicit parallelism or in response to user defined parallelism.

    [0108] Partitioning of the instruction decoder for several instruction groups allows one or more of the decoder partitions to remain idle during execution of an instruction loop. Consequently, there is a corresponding reduction in power consumption by the microprocessor. Advantageously, partitioning of other portions of the processor and inhibiting operation of selected partitions further reduces power consumption of the processor.

    [0109] In view of the foregoing description it will be evident to a person skilled in the art that various modifications may be made within the scope of the invention. For example, the instructions comprising the body of the loop need not be full 48-bit parallel instructions, or even parallel instructions at all. Additionally, the loop need not take up all of the IBQ, but may be smaller than that described above. In another embodiment, an IBQ is not provided. In another embodiment, the program memory comprises a memory cache. In alternative embodiments, the instruction decoder may be partitioned across a number of pipeline stages, or be included completely within one pipeline stage.

    [0110] A method for operating a digital system comprising a microprocessor is provided, wherein the method comprises the steps of: partitioning a portion of the microprocessor into a plurality of partitions; executing a sequence of instructions within an instruction pipeline of the microprocessor; repetitively executing a block of instructions within the sequence of instructions, wherein the block has an initial instruction and a final instruction; determining that at least one of the plurality of partitions is not needed to execute the block of instructions; and inhibiting operation of the at least one partition during the step of repetitively executing the block of instructions, whereby power dissipation is reduced.

    [0111] In a further embodiment of the method, the step of partitioning comprises partitioning an instruction register of the microprocessor in accordance with different instruction lengths; wherein the step of determining comprises determining a maximum instruction length of instructions within the block of instructions; and the step of inhibiting comprises inhibiting loading of one or more of the instruction register partitions in accordance with the determined maximum instruction length.

    [0112] In a further embodiment of the method, the step of partitioning comprises partitioning the instruction pipeline in accordance to parallel instruction execution; wherein the step of determining comprises determining a maximum instruction parallelism of instructions within the block of instructions; and the step of inhibiting comprises inhibiting one or more parallel instruction execution partitions.

    [0113] In a further embodiment of the method, the step of partitioning comprises partitioning a portion of the microprocessor in accordance to data types; the step of determining comprises determining one or more data types not used within the block of instructions; and the step of inhibiting comprises inhibiting one or more data type partitions.

    [0114] In a further embodiment of the method, the step of determining comprises determining that updating of status circuitry is not required within the block of instructions; and the step of inhibiting comprises inhibiting updating of the status circuitry.

    [0115] In a further embodiment of the method, the step of partitioning comprises partitioning address generation circuitry of the microprocessor into a plurality of partitions accordance to address modes; the step of determining comprises determining one or more address modes not used within the block of instructions; and the step of inhibiting comprises inhibiting one or more address generation partitions.

    [0116] In a further embodiment of the method, the step of determining further comprises first monitoring execution of a first iteration of the block of instructions and thereby deriving the repeat profile parameter.

    [0117] In a further embodiment of the method, the step of storing a repeat profile parameter comprises storing a first repeat profile parameter representative of an inner loop and storing a second repeat profile parameter representative of an outer loop; and the step of inhibiting comprises inhibiting operation of a first partition of the microprocessor during execution of the inner loop, and inhibiting operation of a second partition of the microprocessor during execution of the outer loop.

    [0118] In a further embodiment of the method, comprises the steps of: interrupting the step of repetitively executing a block of instructions to execute an interrupt service routine (ISR); masking partition inhibition so that all partitions of the microprocessor are enabled during execution of the ISR; and unmasking partition inhibition when returning to repetitive execution of the block of instructions after execution of the ISR is completed.

    [0119] In a further embodiment of this method, the step of masking partition inhibition comprises masking a repeat profile parameter.

    [0120] Advantageously, aspects of the present invention may be combined with other techniques for power management within a processor to further reduce power consumption of a processor. For example, various functional units may be placed in a standby mode during loop execution if a functional unit is not used by any of the instructions in the loop.

    [0121] The scope of the present disclosure includes any novel feature or combination of features disclosed therein either explicitly or implicitly or any generalization thereof irrespective of whether or not it relates to the claimed invention or mitigates any or all of the problems addressed by the present invention.

    [0122] As used herein, the terms "applied," "connected," and "connection" mean electrically connected, including where additional elements may be in the electrical connection path. "Associated" means a controlling relationship, such as a memory resource that is controlled by an associated port. The terms assert, assertion, de-assert, de-assertion, negate and negation are used to avoid confusion when dealing with a mixture of active high and active low signals. Assert and assertion are used to indicate that a signal is rendered active, or logically true. De-assert, de-assertion, negate, and negation are used to indicate that a signal is rendered inactive, or logically false.

    [0123] While the invention has been described with reference to illustrative embodiments, this description is not intended to be construed in a limiting sense. Various other embodiments of the invention will be apparent to persons skilled in the art upon reference to this description. For example, various portions of the processor can be partitioned into a set of partitions, as described herein. In a given embodiment, any one or more sets of partitions can be provided and controlled by a single or by multiple repeat profile parameters.


    Claims

    1. A method for operating a digital system comprising a microprocessor, wherein the method comprises the steps of:

    partitioning an instruction decoder (808) of the microprocessor into a plurality of partitions (810a-c, 812a-c, 820a-c, 822a-c), such that each partition of the instruction decoder is associated with a distinct group of instructions (901-905);

    executing a sequence of instructions within an instruction pipeline of the microprocessor;

    repetitively executing a block of instructions within the sequence of instructions, wherein the block has an initial instruction and a final instruction;

    determining that at least one of the plurality of partitions is not needed to execute the block of instructions; and

    inhibiting operation (1110A-m) of the at least one partition during the step of repetitively executing the block of instructions, whereby power dissipation is reduced.


     
    2. The method according to Claim 1, wherein the step of determining comprises the step of storing (800) a repeat profile parameter (profile 0) indicative of the at least one partition that is not needed to execute of the block of instructions.
     
    3. The method according to any preceding claim,
    wherein the step of determining comprises storing (800) a repeat profile parameter (profile 0) indicative of at least a first group of instructions not contained within the block of instructions; and
    wherein the step of inhibiting operation of a portion of an instruction decoder further comprises inhibiting operation of a partition of the instruction decoder corresponding to the first group of instructions.
     
    4. The method according to any preceding claim, wherein the step of inhibiting comprises inhibiting a first partition of the instruction decoder associated with a first stage (decode stage, Fig 11) of the pipeline and inhibiting a second partition of the instruction decoder associated with a second stage (address stage, Fig 11) of the instruction pipeline.
     
    5. The method according to any preceding claim, wherein the step of partitioning comprises partitioning an instruction decoder into a plurality of partitions such that each partition of the instruction decoder is associated with a group of instructions;
    wherein the step of determining comprises identifying a group of instructions (802A) that are inherently forbidden from being executed during repetitive execution of a block of instructions; and
    wherein the step of inhibiting comprises inhibiting operation (1112) of a partition of the instruction decoder corresponding to the forbidden group of instructions during the step of repetitively executing the block of instructions while a remainder of the instruction decoder decodes the block of instructions as they are executed in the pipeline.
     
    6. The method according to any preceding claim, wherein the step of determining further comprises first receiving the repeat profile parameter as a parameter associated with a prologue instruction (1402) prior to the step of repetitively executing the block of instructions.
     
    7. The method of Claim 6, further comprising the step of assembling a source code program (Fig 17) to create the sequence of instructions comprising the block of instructions, the prologue instruction and the associated repeat profile parameter, wherein the step of assembling comprises the steps of:

    creating an instruction table with an entry for each instruction executable by a selected microprocessor, such that the entry for each instruction includes a group pattern defining a group of instructions that includes that instruction;

    transforming the source code into a sequence of instructions;

    determining the initial instruction and the final instruction for the repeatable block of instructions associated with the prologue instruction;

    combining a plurality of group patterns selected from the instruction table representative of each instruction in the block of instructions to form a repeat profile parameter; and

    associating the repeat profile parameter with the prologue instruction.


     
    8. A digital system comprising a microprocessor, wherein the microprocessor comprises:

    a pipeline having a plurality of stages (Fig 6) for executing instructions dispatched thereto;

    an instruction decoder (808) for decoding the instructions, the instruction decoder being controllablv connected to the pipeline, characterized in that the instruction decoder is partitioned into a plurality of partitions (810a-c, 812a-c, 820a-c, 822a-c) according to a respective plurality of instruction groups, at least one of the partitions having an inhibit input;

    block repeat control circuitry (1100) responsive to a prologue instruction to initiate iterative execution of a block of instructions, said block including an initial instruction and a final instruction; and

    the instruction decoder is operable to inhibit operation (1110A-m) of at least one partition for decoding a first instruction group in response to the block repeat circuitry during iterative execution of a block of instructions that does not contain the first instruction group, whereby power consumed by the instruction decoder is reduced during repeated execution of the block of instructions.


     
    9. The digital system according to Claim 8, wherein the block repeat control circuitry further comprises repeat profile circuitry (800) connected to receive a repeat profile parameter, an output of the repeat profile circuitry being connected (1110A-m) to the enable input of the at least one instruction decoder partition; and
    wherein the instruction decoder is operable to decode certain instruction groups and further operable to inhibit decoding of at least one instruction group in response to a first repeat profile parameter in the repeat profile circuitry.
     
    10. The digital system according to Claims 8 or 9, wherein the instruction decoder is hierarchical, such that a first portion of the instruction decoder is associated with a first stage of the pipeline and a second portion of the instruction decoder is associated with a second stage of the pipeline; and
    wherein at least a first instruction decoder partition in the first portion of the instruction decoder has a first inhibit input connected to a first output of the repeat profile circuitry and at least a second instruction decoder partition in the second portion of the instruction decoder has a second inhibit input connected to a second output of the repeat profile circuitry.
     
    11. The digital system according to any of Claims 8 to 10, wherein the repeat profile circuitry is connected to receive a repeat profile parameter provided by the prologue instruction of the block of instructions.
     
    12. The digital system according to any of Claims 8 to 11, wherein the repeat profile circuitry is connected to receive a repeat profile parameter provided by monitoring circuitry coupled to the instruction decoder, wherein the monitoring circuitry (1520) is operable to monitor the instruction decoder during a first iteration of a first block of instructions and to thereby derive a first repeat profile parameter indicative of a least a first group of instructions not included within the first block of instructions.
     
    13. The digital system according to any of Claims 8 to 12, wherein the repeat profile circuitry (800) is operable to receive two repeat profile parameters (profile 0, profile 1) representative of an inner loop and an outer loop, such that the instruction decoder is operable to inhibit decoding of a first instruction group during execution of the inner loop and to inhibit decoding of a second instruction group during execution of the outer loop.
     
    14. The digital system according to any of Claims 8 to 13, further comprising an instruction buffer for temporarily storing the block of instructions transferred thereto prior to dispatch to the execution unit;
    wherein the pipeline comprises an instruction fetch stage for fetching instructions from a program memory for transfer into the instruction buffer; and
    wherein the block repeat control circuitry is operable to inhibit the instruction fetch stage subsequent to fetching the final instruction of the block of instructions from the program memory into the instruction buffer.
     
    15. The digital system according to any of Claims 8 to 14, wherein the instructions are of a variable length, further comprising:an instruction register for holding each instruction prior to being decoded by the instruction decoder; and
    wherein the instruction register is operable to be partially inhibited in response to the repeat profile circuitry during execution of the block of instructions.
     
    16. The digital system according to any of Claims 8 to 15 being a cellular telephone, further comprising:

    an integrated keyboard connected to the processor via a keyboard adapter;

    a display, connected to the processor via a display adapter;

    radio frequency (RF) circuitry connected to the processor; and

    an aerial connected to the RF circuitry.


     


    Ansprüche

    1. Verfahren zum Betreiben eines digitalen Systems, das einen Mikroprozessor enthält, wobei das Verfahren die folgenden Schritte umfasst:

    Partitionieren eines Befehlsdecodierers (808) des Mikroprozessors in mehrere Partitionen (810a-c, 812a-c, 820a-c, 822a-c), derart, dass jeder Partition des Befehlsdecodierers eine unterschiedliche Gruppe von Befehlen (901-905) zugeordnet ist;

    Ausführen einer Folge von Befehlen in einer Befehlspipeline des Mikroprozessors;

    wiederholtes Ausführen eines Blocks von Befehlen in der Folge von Befehlen, wobei der Block einen Anfangsbefehl und einen Endbefehl besitzt;

    Bestimmen, dass wenigstens eine der mehreren Partitionen nicht benötigt wird, um den Block von Befehlen auszuführen; und

    Sperren der Operation (1110A-m) der wenigstens einen Partition während des Schrittes des wiederholten Ausführens des Blocks von Befehlen, wodurch die Verlustleistung reduziert wird.


     
    2. Verfahren nach Anspruch 1, bei dem der Bestimmungsschritt den Schritt des Speicherns (800) eines Wiederholungsprofilparameters (profile 0), der die wenigstens eine Partition angibt, die für die Ausführung des Blocks von Befehlen nicht notwendig ist, umfasst.
     
    3. Verfahren nach einem vorhergehenden Anspruch,
    bei dem der Bestimmungsschritt das Speichern (800) eines Wiederholungsprofilparameters (profile 0), der wenigstens eine erste Gruppe von Befehlen angibt, die nicht in dem Block von Befehlen enthalten sind, umfasst; und
    bei dem der Schritt des Sperrens der Operation eines Abschnitts eines Befehlsdecodierers ferner das Sperren der Operation einer Partition des Befehlsdecodierers, die der ersten Gruppe von Befehlen entspricht, umfasst.
     
    4. Verfahren nach einem vorhergehenden Anspruch, bei dem der Sperrschritt das Sperren einer ersten Partition des Befehlsdecodierers, der eine erste Stufe (decode stage, Fig. 11) der Pipeline zugeordnet ist, und das Sperren einer zweiten Partition des Befehlsdecodierers, der eine zweite Stufe (address stage, Fig. 11) der Befehlspipeline zugeordnet ist, umfasst.
     
    5. Verfahren nach einem vorhergehenden Anspruch, bei dem der Partitionierungsschritt das Partitionieren eines Befehlsdecodierers in mehrere Partitionen, derart, dass jeder Partition des Befehlsdecodierers eine Gruppe von Befehlen zugeordnet ist, umfasst;
    wobei der Bestimmungsschritt das Identifizieren einer Gruppe von Befehlen (802A), deren Ausführung während der wiederholten Ausführung eines Blocks von Befehlen inhärent verboten ist, umfasst; und
    wobei der Sperrschritt das Sperren der Operation (1112) einer der verbotenen Gruppe von Befehlen entsprechenden Partition des Befehlsdecodierers während des Schrittes des wiederholten Ausführens des Blocks von Befehlen, während der Rest des Befehlsdecodierers den Block von Befehlen decodiert, wenn sie in der Pipeline ausgeführt werden, umfasst.
     
    6. Verfahren nach einem vorhergehenden Anspruch, bei dem der Bestimmungsschritt zunächst das Empfangen des Wiederholungsprofilparameters als einen Parameter, der einem Prologbefehl (1402) zugeordnet ist, vor dem Schritt des wiederholten Ausführens des Blocks von Befehlen umfasst.
     
    7. Verfahren nach Anspruch 6, das ferner den Schritt des Assemblierens eines Quellcodeprogramms (Fig. 17) umfasst, um die Folge von Befehlen zu erzeugen, die den Block von Befehlen, den Prologbefehl und den zugeordneten Wiederholungsprofilparameter enthält, wobei der Assemblierungsschritt die folgenden Schritte umfasst:

    Erzeugen einer Befehlstabelle mit einem Eintrag für jeden Befehl, der durch einen ausgewählten Mikroprozessor ausführbar ist, derart, dass der Eintrag für jeden Befehl ein Gruppenmuster enthält, das eine Gruppe von Befehlen definiert, die jenen Befehl enthält;

    Transformieren des Quellcodes in eine Folge von Befehlen;

    Bestimmen des Anfangsbefehls und des Endbefehls für den wiederholbaren Block von Befehlen, dem der Prologbefehl zugeordnet ist;

    Kombinieren mehrerer Gruppenmuster, die aus der Befehlstabelle ausgewählt sind und jeden Befehl in dem Block von Befehlen repräsentieren, um einen Wiederholungsprofilparameter zu bilden; und

    Zuordnen des Wiederholungsprofilparameters zu dem Prologbefehl.


     
    8. Digitales System, das einen Mikroprozessor enthält, wobei der Mikroprozessor umfasst:

    eine Pipeline, die mehrere Stufen (Fig. 6) für die Ausführung von an sie gelieferten Befehlen besitzt;

    einen Befehlsdecodierer (808) zum Decodieren der Befehlen, wobei der Befehlsdecodierer mit der Pipeline steuerbar verbunden ist, dadurch gekennzeichnet, dass der Befehlsdecodierer in Übereinstimmung mit einer jeweiligen Mehrzahl von Befehlsgruppen in mehrere Partitionen (810a-c, 812a-c, 820a-c, 822a-c) partitioniert ist, wobei wenigstens eine der Partitionen einen Sperreingang besitzt;

    eine Blockwiederholungs-Steuerungsschaltungsanordnung (1100), die in Reaktion auf eine Prologbefehl eine iterative Ausführung eines Blocks von Befehlen initiiert, wobei der Block eine Anfangsbefehl und eine Endbefehl enthält; und

    der Befehlsdecodierer so betreibbar ist, dass er die Operation (1110A-m) wenigstens einer Partition zum Decodieren einer ersten Befehlsgruppe in Reaktion auf die Blockwiederholungs-Schaltungsanordnung während der iterativen Ausführung eines Blocks von Befehlen, der die erste Befehlsgruppe nicht enthält, sperrt, wodurch die durch den Befehlsdecodierer verbrauchte Leistung während der wiederholten Ausführung des Blocks von Befehlen reduziert wird.


     
    9. Digitales System nach Anspruch 8, bei dem die Blockwiederholungs-Steuerungsschaltungsanordnung ferner eine Wiederholungsprofil-Schaltungsanordnung (800) umfasst, die so angeschlossen ist, dass sie einen Wiederholungsprofilparameter empfängt, wobei ein Ausgang der Wiederholungsprofil-Schaltungsanordnung mit dem Freigabeeingang der wenigstens einen Befehlsdecodierer-Partition verbunden ist (1110A-m); und
    wobei der Befehlsdecodierer so betreibbar ist, dass er bestimmte Befehlsgruppen decodiert, und ferner so betreibbar ist, dass er die Decodierung wenigstens einer Befehlsgruppe in Reaktion auf einen ersten Wiederholungsprofilparameter in der Wiederholungsprofil-Schaltungsanordnung sperrt.
     
    10. Digitales System nach Anspruch 8 oder 9, bei dem der Befehlsdecodierer hierarchisch ist, derart, dass einem ersten Abschnitt des Befehlsdecodierers eine erste Stufe der Pipeline zugeordnet ist und einem zweiten Abschnitt des Befehlsdecodierers eine zweite Stufe der Pipeline zugeordnet ist; und
    wobei wenigstens eine erste Befehlsdecodierer-Partition in dem ersten Abschnitt des Befehlsdecodierers einen ersten Sperreingang besitzt, der mit einem ersten Ausgang der Wiederholungsprofil-Schaltungsanordnung verbunden ist, und wenigstens eine zweite Befehlsdecodierer-Partition in dem zweiten Abschnitt des Befehlsdecodierers einen zweiten Sperreingang besitzt, der mit einem zweiten Ausgang der Wiederholungsprofil-Schaltungsanordnung verbunden ist.
     
    11. Digitales System nach einem der Ansprüche 8 bis 10, bei dem die Wiederholungsprofil-Schaltungsanordnung so angeschlossen ist, dass sie einen Wiederholungsprofil-Parameter empfängt, der durch den Prologbefehl des Blocks von Befehlen bereitgestellt wird.
     
    12. Digitales System nach einem der Ansprüche 8 bis 11, bei dem die Wiederholungsprofil-Schaltungsanordnung so angeschlossen ist, dass sie einen Wiederholungsprofil-Parameter empfängt, der durch eine Überwachungsschaltungsanordnung bereitgestellt wird, die mit dem Befehlsdecodierer gekoppelt ist, wobei die Überwachungsschaltungsanordnung (1520) so betreibbar ist, dass sie den Befehlsdecodierer während einer ersten Iteration eines ersten Blocks von Befehlen überwacht und dadurch einen ersten Wiederholungsprofil-Parameter ableitet, der wenigstens eine erste Gruppe von Befehlen angibt, die nicht in dem ersten Block von Befehlen enthalten sind.
     
    13. Digitales System nach einem der Ansprüche 8 bis 12, bei dem die Wiederholungsprofil-Schaltungsanordnung (800) so betreibbar ist, dass sie zwei Wiederholungsprofil-Parameter (profile 0, profile 1) empfängt, die eine innere Schleife bzw. eine äußere Schleife repräsentieren, derart, dass der Befehlsdecodierer so betreibbar ist, dass er das Decodieren einer ersten Befehlsgruppe während der Ausführung der inneren Schleife sperrt und das Decodieren einer zweiten Befehlsgruppe während der Ausführung der äußeren Schleife sperrt.
     
    14. Digitales System nach einem der Ansprüche 8 bis 13, das ferner einen Befehlspuffer umfasst, um den Block von Befehlen, die an ihn übertragen werden, temporär zu speichern, bevor er sie an die Ausführungseinheit ausgibt;
    wobei die Pipeline eine Befehlsholstufe zum Holen von Befehlen von einem Programmspeicher, um sie an den Befehlspuffer zu übertragen, enthält; und
    wobei die Blockwiederholungssteuerungs-Schaltungsanordnung so betreibbar ist, dass sie die Befehlsholstufe nach dem Holen des Endbefehls des Blocks von Befehlen von dem Programmspeicher in den Befehlspuffer sperrt.
     
    15. Digitales System nach einem der Ansprüche 8 bis 14, bei dem die Befehle eine variable Länge besitzen und das ferner ein Befehlsregister zum Halten jedes Befehl, bevor er durch den Befehlsdecodierer decodiert wird, umfasst; und
    wobei das Befehlsregister so betreibbar ist, dass es in Reaktion auf die Wiederholungsprofil-Schaltungsanordnung während der Ausführung des Blocks von Befehlen partiell gesperrt wird.
     
    16. Digitales System nach einem der Ansprüche 8 bis 15, das ein Zellentelephon ist und ferner umfasst:

    eine integrierte Tastatur, die mit dem Prozessor über einen Tastaturadapter verbunden ist;

    eine Anzeige, die mit dem Prozessor über einen Anzeigeadapter verbunden ist;

    eine Hochfrequenz-Schaltungsanordnung (HF-Schaltungsanordnung), die mit dem Prozessor verbunden ist; und

    eine Antenne, die mit der HF-Schaltungsanordnung verbunden ist.


     


    Revendications

    1. Procédé d'exploitation d'un système numérique comprenant un microprocesseur, dans lequel le procédé comprend les étapes suivantes :

    subdivision d'un décodeur d'instructions (808) du microprocesseur en une pluralité de partitions (810a-c, 812a-c, 820a-c, 822a-c), de sorte que chaque partition du décodeur d'instructions soit associée à un groupe distinct d'instructions (901-905);

    exécution d'une séquence d'instructions dans un pipeline d'instructions du microprocesseur;

    exécution répétitive d'un bloc d'instructions dans la séquence d'instructions, le bloc ayant une instruction initiale et une instruction finale;

    détermination du fait qu'au moins l'une de la pluralité de partitions n'est pas nécessaire pour exécuter le bloc d'instructions; et

    inhibition du fonctionnement (1110A-m) de la au moins une partition au cours de l'étape d'exécution répétitive du bloc d'instructions, de sorte que la dissipation d'énergie soit réduite.


     
    2. Procédé selon la revendication 1, dans lequel l'étape de détermination comprend l'étape de stockage (800) d'un paramètre de profil de répétition (profil 0) indicatif de la au moins une partition qui n'est pas nécessaire pour exécuter le bloc d'instructions.
     
    3. Procédé selon l'une quelconque des revendications précédentes,
    dans lequel l'étape de détermination comprend le stockage (800) d'un paramètre de profil de répétition (profil 0) indicatif d'au moins un premier groupe d'instructions non contenues dans le bloc d'instructions; et
    dans lequel l'étape d'inhibition du fonctionnement d'une partie d'un décodeur d'instructions comprend par ailleurs l'inhibition du fonctionnement d'une partition du décodeur d'instructions correspondant au premier groupe d'instructions.
     
    4. Procédé selon l'une quelconque des revendications précédentes, dans lequel l'étape d'inhibition comprend l'inhibition d'une première partition du décodeur d'instructions associée à un premier étage (étage de décodage, Fig. 1) du pipeline et l'inhibition d'une deuxième partition du décodeur d'instructions associée à un deuxième étage (étage d'adressage, Fig. 11) du pipeline d'instructions.
     
    5. Procédé selon l'une quelconque des revendications précédentes, dans lequel l'étape de subdivision comprend la subdivision d'un décodeur d'instructions en une pluralité de partitions telle que chaque partition du décodeur d'instructions soit associée à un groupe d'instructions;
    dans lequel l'étape de détermination comprend l'identification d'un groupe d'instructions (802A) dont on empêche de manière inhérente l'exécution au cours de l'exécution répétitive d'un bloc d'instructions; et
    dans lequel l'étape d'inhibition comprend l'inhibition du fonctionnement (1112) d'une partition du décodeur d'instructions correspondant au groupe interdit d'instructions au cours de l'étape d'exécution répétitive du bloc d'instructions, tandis qu'un reste du décodeur d'instructions décode le bloc d'instructions à mesure qu'elles sont exécutées dans le pipeline.
     
    6. Procédé selon l'une quelconque des revendications précédentes, dans lequel l'étape de détermination comprend par ailleurs tout d'abord la réception du paramètre de profil de répétition comme paramètre associé à une instruction de prologue (1402) avant l'étape d'exécution répétitive du bloc d'instructions.
     
    7. Procédé selon la revendication 6, comprenant par ailleurs l'étape d'assemblage d'un programme de code source (Fig. 17) pour créer la séquence d'instructions comprenant le bloc d'instructions, l'instruction de prologue et le paramètre de profil de répétition associé, dans lequel l'étape d'assemblage comprend les étapes suivantes :

    la création d'une table d'instructions avec une entrée pour chaque instruction exécutable par un microprocesseur sélectionné de sorte que l'entrée pour chaque instruction comprenne un motif de groupe définissant un groupe d'instructions qui comprend cette instruction;

    la transformation du code source en une séquence d'instructions;

    la détermination de l'instruction initiale et de l'instruction finale pour le bloc répétable d'instructions associées à l'instruction de prologue;

    la combinaison d'une pluralité de motifs de groupes sélectionnés dans la table d'instructions représentative de chaque instruction dans le bloc d'instructions pour former un paramètre de profil de répétition; et

    l'association du paramètre de profil de répétition avec l'instruction de prologue.


     
    8. Système numérique comprenant un microprocesseur, dans lequel le microprocesseur comprend :

    un pipeline ayant une pluralité d'étages (Fig. 6) pour exécuter des instructions qui lui sont acheminées;

    un décodeur d'instructions (808) pour décoder les instructions, le décodeur d'instructions étant connecté de manière commandée au pipeline, caractérisé en ce que le décodeur d'instructions est subdivisé en une pluralité de partitions (810a-c, 812a-c, 820a-c, 822a-c) selon une pluralité respective de groupes d'instructions, au moins l'une des partitions ayant une entrée d'inhibition;

    un circuit de commande de répétition de blocs (1100) sensible à une instruction de prologue pour initier une exécution itérative d'un bloc d'instructions, ledit bloc comprenant une instruction initiale et une instruction finale; et le décodeur d'instructions est à même d'inhiber le fonctionnement (11 10A-m) d'au moins une partition pour décoder un premier groupe d'instructions en réponse au circuit de répétition de blocs au cours de l'exécution itérative d'un bloc d'instructions qui ne contient pas le premier groupe d'instructions, si bien que l'énergie consommée par le décodeur d'instructions est réduite au cours de l'exécution répétée du bloc d'instructions.


     
    9. Système numérique selon la revendication 8, dans lequel le circuit de commande de répétition de blocs comprend par ailleurs un circuit de profil de répétition (800) connecté pour recevoir un paramètre de profil de répétition, une sortie du circuit de profil de répétition étant connectée (1110A-m) à l'entrée d'activation de la au moins une partition du décodeur d'instructions; et
    dans lequel le décodeur d'instructions est à même de décoder certains groupes d'instructions et est par ailleurs à même d'inhiber le décodage d'au moins un groupe d'instructions en réponse à un premier paramètre de profil de répétition dans le circuit de profil de répétition.
     
    10. Système numérique selon la revendication 8 ou 9, dans lequel le décodeur d'instructions est hiérarchique de sorte qu'une première partie du décodeur d'instructions soit associée à un premier étage du pipeline et qu'une seconde partie du décodeur d'instructions soit associée à un second étage du pipeline; et
    dans lequel au moins une première partition du décodeur d'instructions dans la première partie du décodeur d'instructions a une première entrée d'inhibition connectée à une première sortie du circuit de profil de répétition et au moins une seconde partition du décodeur d'instructions dans la seconde partie du décodeur d'instructions à une seconde entrée d'inhibition connectée à une seconde sortie du circuit de profil de répétition.
     
    11. Système numérique selon l'une quelconque des revendications 8 à 10, dans lequel le circuit de profil de répétition est connecté pour recevoir un paramètre de profil de répétition fourni par l'instruction de prologue du bloc d'instructions.
     
    12. Système numérique selon l'une quelconque des revendications 8 à 11, dans lequel le circuit de profil de répétition est connecté pour recevoir un paramètre de profil de répétition fourni par le circuit de contrôle couplé au décodeur d'instructions, dans lequel le circuit de contrôle (1520) est à même de contrôler le décodeur d'instructions au cours d'une première itération d'un premier bloc d'instructions et d'en tirer un premier paramètre de profil de répétition indicatif d'au moins un premier groupe d'instructions non inclus dans le premier bloc d'instructions.
     
    13. Système numérique selon l'une quelconque des revendications 8 à 12, dans lequel le circuit de profil de répétition (800) est à même de recevoir deux paramètres de profils de répétition (profil 0, profil 1) représentatifs d'une boucle interne et d'une boucle externe de sorte que le décodeur d'instructions soit à même d'inhiber le décodage d'un premier groupe d'instructions au cours de l'exécution de la boucle interne et d'inhiber le décodage d'un second groupe d'instructions au cours de l'exécution de la boucle externe.
     
    14. Système numérique selon l'une quelconque des revendications 8 à 13, comprenant par ailleurs un tampon d'instructions pour stocker momentanément le bloc d'instructions qui lui est transféré avant de l'acheminer à l'unité d'exécution;
    dans lequel le pipeline comprend un étage de prise en charge d'instructions pour prendre en charge les instructions dans une mémoire de programme afin de les transférer dans le tampon d'instructions; et
    dans lequel le circuit de commande de répétition de blocs est à même d'inhiber l'étage de prise en charge d'instructions après la prise en charge de l'instruction finale du bloc d'instructions de la mémoire de programme dans le tampon d'instruction.
     
    15. Système numérique selon l'une quelconque des revendications 8 à 14, dans lequel les instructions ont une longueur variable, comprenant en outre un registre d'instructions pour conserver chaque instruction avant de la décoder par le décodeur d'instructions; et
    dans lequel le registre d'instructions est à même d'être inhibé partiellement en réponse au circuit de profil de répétition au cours de l'exécution du bloc d'instructions.
     
    16. Système numérique selon l'une quelconque des revendications 8 à 15, qui est un téléphone cellulaire comprenant par ailleurs :

    un clavier intégré connecté au processeur via un adaptateur de clavier;

    un affichage connecté au processeur via un adaptateur d'affichage;

    un circuit de radiofréquence (RF) connecté au processeur; et

    une antenne connectée au circuit RF.


     




    Drawing



























































    Cited references

    REFERENCES CITED IN THE DESCRIPTION



    This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

    Patent documents cited in the description