Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
METHOD AND APPARATUS FOR ZERO PREDICTION
Document Type and Number:
WIPO Patent Application WO/2009/142671
Kind Code:
A1
Abstract:
A zero prediction method and apparatus for use in a reduced instruction set computer. The zero predictor (115) in use is connected by a controller (110) to an arithmetic unit (120). Different embodiments of the invention for use in addition include inverters (205) connected via incrementers (220) to comparators (235) for subtraction and comparators (235) for decrementation. The method includes determination (915) of which arithmetic operation to be performed, activation (925, 950 and 975) of a suitable zero prediction method for the operation along with the operation subtraction (930), addition (955) and decrementation (980). If a zero is detected, operations (930, 955 and 980) are deactivated.

Inventors:
LEELAND STEVEN (US)
Application Number:
PCT/US2009/000505
Publication Date:
November 26, 2009
Filing Date:
January 26, 2009
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
VNS PORTFOLIO LLC (US)
LEELAND STEVEN (US)
International Classes:
G06F9/305; G06F5/00; G06F7/00; G06F9/38
Foreign References:
US6629118B12003-09-30
US5604689A1997-02-18
US4947359A1990-08-07
US6487576B12002-11-26
US6466960B12002-10-15
Attorney, Agent or Firm:
HENNEMAN, Larry, E., Jr. (PLC714 W.Michigan Ave, Three Rivers MI, US)
Download PDF:
Claims:

Claims:

L A zero result predictor for predicting when the sum and carry of two binary numbers, A and B is equal to zero, comprising: a series of 7 bit comparators blocks connected in parallel to compare the binary value of number A with the binary value of number B.

2. A zero result predictor for predicting when the sum and carry of two binary numbers, A and B is equal to zero as in claim 1 , wherein the series of 7 bit comparators blocks are connected in parallel to compare the value of the binary number A and B has the binary value of one.

3. A zero result predictor for predicting when the sum and carry of two binary numbers, A and B is equal to zero as in claim 1, further comprising: a series of 7 bit inverter blocks connected in parallel to generate an inverted binary value of one of the binary number A; and a second series of 7 bit incrementer blocks connected in parallel to generate a two's complement value of the binary number A; and a third series of 7 bit comparators blocks connected in parallel to compare the two's complement value of the binary number A with the binary B.

4. A method of predicting zero on a plurality of binary inputs, comprising the steps of identifying the arithmetic operation to be performed on the binary inputs, and, comparing the binary value of one input to the binary value of the other input upon the identification of an arithmetic operation.

5. A method of predicting zero on a plurality of binary inputs as in claim 4, wherein the arithmetic operation identified is subtraction.

6. A method of predicting zero on a plurality of binary inputs as in claim 4, wherein the comparing step is carried out by using a series of 7-bit comparators.

7. A method of predicting zero on a plurality of binary inputs as in claim 4, wherein the arithmetic operation to be performed is decrementing a binary input, and wherein the comparing step is carried out by using a series of 7-bit comparators.

8. A method of predicting zero on a plurality of binary inputs as in claim 4, wherein the arithmetic operation to be performed is addition, and wherein the negative value of the binary input is obtained by using a series of 7-bit inverters, and, 7-bit incrementers and the comparing step is carried out by a series of 7-bit comparators.

Description:

METHOD AND APPARATUS FOR ZERO PREDICTION

Inventor: Steven Leeland

Field of Invention:

This invention pertains to computing systems. In particular, this invention pertains to the arithmetic logic unit of a Reduced Instruction Set Computer (RISC) which incorporates simultaneous execution of different operations of complex calculations.

Background of the Invention:

High speed processing systems can be achieved by using logic and fundamental arithmetic operations at a fast speed while reducing the complexity. The processing systems designed using RISC methodologies achieve high speeds by executing most of the instructions in one instruction cycle and at the same time reducing the circuitry required to manage instructions of different lengths. However, the time taken for executing different arithmetic operations can vary significantly in length of execution; for example, time taken to execute an arithmetic operation to increment is considerably less than time taken to execute an operation such as (A+B)/C*D. Thus, if both the above-described operations have to be performed in the same instruction cycle, the instruction cycle would be fairly large.

To overcome this limitation posed to the throughput of the processing system, it has been suggested to reduce the time taken to execute complex operations by portioning the complex operation into multiple operations and executing multiple operations in parallel. For example, the processor can execute both A+B and C*D operations at the same time and even

determine if the value of the multiplication of C and D is equal to zero. In this scenario, where the product of C and D is used as a denominator in successive division, zero detection forms a critical timing path. If the processing system detects that the product of C and D will be a zero, then it can stop executing the operation rather than dividing with a zero.

Summary of the invention:

The proposed invention performs the zero prediction at a much faster rate than the arithmetic operation itself, so that the Arithmetic logic unit can operate at a higher processing speed. The zero detection circuit of the invention is useful in many cases such as, but not limited to, when the sum of two numbers is going to be used as denominator in the subsequent division or if the difference of A and B is used to multiply with another value C. Traditional arithmetic unit designs first perform the arithmetic function and then test the result for Zero. That requires a serial accumulation of execution throughput delay. Extremely high speed is achieved using the parallel prediction approach of performing the arithmetic operation and the Zero result prediction in parallel. One proposed system performs zero prediction in parallel to the addition, but fails to optimize the zero prediction process. This system performs the zero prediction by comparing one of the input with negative value of the other input. Even though zero prediction is performed in parallel, the zero prediction might take the same amount of time as the arithmetic operation and thus may not be able to halt the arithmetic operation. For example, if the zero is predicted earlier than the arithmetic operation, in certain situations it is more beneficial to halt the arithmetic operation to save time and power, rather than performing the arithmetic operation.

Brief Description of the Figures:

FIG.l is a system level block diagram of a processor incorporating the invention. FIG.2 is a block diagram of the invention for use when two binary numbers are added. FIG.3 is a block diagram of the invention for use when binary numbers are decremented. FIG.4 is a block diagram of the invention for use when two binary numbers are subtracted. FIG.5a is a block diagram of the 7 bit comparator block of the invention. FIG.5b is a block diagram of the 7 bit inverter block of the invention. FIG.6 is a block diagram of the n bit Incrementer the invention. FIG.7 is a block diagram of the n bit Negater of the invention. FIG.8 is a block diagram of the n bit Adder of the invention. FIG.9 is a flow chart of the method of the invention.

Detailed Description of the Figures:

FIG.l is a system level block diagram of a processor incorporating the invention. In FIGl, an arithmetic logic unit (ALU) 105 is shown according to one embodiment of the invention. The device comprises a controller 110, Zero predictor 115, and an arithmetic unit 120. The arithmetic logic unit 105 receives a control signal cntrl 125 and performs arithmetic operations on input Xo -X n 130 and Y 0 -Y n 135 and can generate multiple outputs which can be represented as Outputs Zo -Z n 140, and C 145. The controller 110, on receiving the control signal cntrl 125, determines the arithmetic operation that needs to be performed and activates both the arithmetic unit 120 and the zero predictor 115 using the activation signals cntrl_2 150 and cntrl_3 155, respectively. Zero predictor 115 will notify the controller 110 on determining if a zero is predicted or not using the control signal zero_sig 160. If a zero is predicted, then the controller 110 deactivates the arithmetic unit 120 using the control signal cntrl_2 120. On the

other hand, if a zero is not predicted, the arithmetic operation being performed by the arithmetic unit 120 is completed to generate the output.

FIG.2 is a block diagram of the invention for use when two binary numbers are added. In this embodiment, zero predictor 115 predicts if the sum of two binary numbers, Ao - A n ( 225o _ 6 , 225 7 _i2 and 225 n ^ . n ) and B 0 - B n (21O 0 _ 6 , 21O 7 _ 12 and 21O n _6 . n ) is zero. Zero predictor 115 compares one of the binary numbers with the two's complement of the other binary number, if both values are the same a zero output is predicted, otherwise a zero is not predicted. As shown in Fig.2, the zero predictor 115 comprises a series of 7 bit inverters (205 1, 205 2 _ 205 m ) connected in parallel, series of 7 bit incrementers (215 1; 215 2 - 215 m ) connected in parallel and also a series of 7 bit comparators (235 1; 235 2 - 235 m ) connected in parallel to allow for faster computations. Zero predictor 115 computes the two's complement of one of the binary input (in this case shown in Fig.2) -(B 0 - B n ) (235 0 _ ό , 235 7 _ 12 and 235 π _ 6 - n ) is obtained by first obtaining the inverted value of binary input, INV(B 0 - B n) (23O 0 - O , 230 7 _ 12 and 23O n - ^ . n ) and incrementing the inverted value by using the series of 7 bit incrementers (215^ 215 2 _ 215 m ) connected in parallel. The first 7 bit incrementer 215i accepts the 7 least significant bits of the inverted output INV(B 0 - B 6 ) 23O 0 -6 and carry input C 0 22O 0 (the value of C 0 is T) and generates the output -(B 0 - B 6 ) 24O 0 _ δ and the carry bit C 1 22O 1 and the process is further carried out until all the n bits of the -(B 0 - B n ) 24O 0 _ n are computed. The operation of the n-bit incrementer is explained in further detail in Fig.6. Once the two's complement value - (B 0 - B n ) 24O 0 - n is computed, the binary values of A 0 - A n (225 0 _$, 225 7 _i 2 and 225 n .^ . n ) and - (B 0 - B n ) (24O 0 _6, 24O 7 _ 12 and 24O n _$ . n ) are compared using the series of 7-bit comparators (235 1; 235 2 _ 235m ; 235 m+1 ) connected in parallel. The comparator output of each of the 7 bit comparators (235 1; 235 2 _235 m , 235 m+1 ), OUt 0-6 , Out 7-12 and Out n-6 _ n ( 245 0 -β, 245 7 _ ]2 , 245 n-6 _ n ),

and Outc 245 C are all compared with zeros and if the values are equal to zero then zero is predicted, otherwise non zero value is predicted.

FIG.3 is a block diagram of the invention for use when binary numbers are decremented. It is used where in the arithmetic operation that needs to be performed by the arithmetic logic unit is decrementing a binary input A 0 - A n ( 225 0 _$, 225 7 _i 2 and 225 n _ $ . n ). In this embodiment, zero predictor 115 compares the value of the binary number, A 0 - A n ( 225 0 _ 6 , 225 7 _i 2 and 225 n ^ 6 . n ) and n-bit binary value of 1 ' (3O5 o _$, 305 7 _ 12 and 30S n - O - 11 ). If the input value is equal to '1 ' a zero output is predicted, otherwise a zero is not predicted. As in the earlier case, the comparison is carried by a series of 7-bit comparators (235^ 235 2 _ 235 m ) connected in parallel and the outputs of the comparators OUt 0-6 , Out 7-12 and Out n-6 _ n ( 245o - 6 , 245 7 -π and 245 n _ ό _ n ) are compared with zeros and if the values are equal to zero then zero is predicted, otherwise non zero value is predicted.

FIG.4 is a block diagram of the invention for use when two binary numbers are subtracted. This is used where in the arithmetic operation that needs to be performed by the arithmetic logic unit is subtraction on two binary inputs. In this embodiment, zero predictor 115 predicts if the difference of two binary numbers, A 0 - A n ( 225 0 _ 6 , 225 7 _i 2 and 225 n _ δ . n ) and B 0 - B n (210 0 _ 6 , 210 7 _i 2 and 210 n _ 6 - n ) is zero. The binary values of Ao - A n ( 22S 0 - ^, 225 7 _ i 2 and 225 n _^ . n ) and Bo - B n ) (210 0 _ 6 , 210 7 _ 12 and 21 O n s - n ) are compared using the series of 7-bit comparators (235i, 235 2 _ 235 m ) connected in parallel. The comparator output of each of the 7 bit comparators (235!, 235 2 _ 235 m ), OUt 0-6, Out 7-12 and Out n-6 _ n ( 245 0 _e, 245 7 _ 12 and 245 n _ 6 _ n ) are compared with zeros and if the values are equal to zero then zero is predicted, otherwise non-zero value is predicted.

FIG.5a is a block diagram of the 7 bit comparator block of the invention. In this embodiment of the 7 bit comparator 235 1 the seven least significant bits (LSB) of the two

binary numbers, Ao - A 6 (225o- ό ) and B 0 - B 6 (21Oo - 6 ) are compared. The 7 bit comparator 235 1 compares the LSB input bits, A 0 with Bo, A 1 with B 1 through A 6 with B 6 respectively at the same time by using seven XOR gates in parallel. If the input bit A 0 is equal to the input B 0 , then the output bit Outo is equal to O', otherwise the output bit Outo is equal to ' 1 '. FIG.5b is a block diagram of the 7 bit inverter block of the invention, and depicts an embodiment of the 7 bit inverter 205 1 which inverts the logical value of the seven least significant bits (LSB) of the binary input, A 0 - A 6 (225o - t ). The 7 bit inverter 205 1 inverts the logical state of the input bits, A 0 , A 1 through A 6 at the same time by using seven inverters connected in parallel. If the input bit Ao is at a logical state of O', then the output bit will be equal to ' 1 ', otherwise the output bit will be a '0'.

FIG.6 is a block diagram of the n bit Incrementer of the invention and illustrates an embodiment of the n-bit incrementer where the n bit input is incremented using a series of 7 bit incrementer blocks 215 lf 215 2 and 215 n connected in parallel. The first 7 bit incrementer block consists of a 7 bit incrementer 615j which receives the seven least significant bits (LSB) of the binary input Ao - A 6 (225 0 -^) and increments with the value of T and generates the incremented output INC_ Outo -6 (61O 0 ^) and carry bit INC-CaHy 1 615i. The successive incrementer blocks 215 2 through 215 m comprises a 7 bit incrementer 605 2, 605 m , and a multiplexer MUX 1 62O 1 through MUX m-1 620 m-1 respectively. AU the incrementer blocks (605 1; 605 2 - 605 m ) each receives 7 bits of the binary inputs A 0 — A 6 (225o -β), A 7 - A 12 (225 7 _ 12 ) and A n-6 - A n (225( n ) _ n ) respectively, and calculate the incremented output and carry output of the 7 bits simultaneously to generate INC_Outo - 6 (61O 0 _<;), INC_Carryi 615i ; INC_Out 7 _ ]2 ( 610 7 _ 12 ), INC_Carry 2 61 S 2, INC_Out( n _β) _ n { 610( n _e) -n ), and INC_Carry m-1 615 m-1 . The incrementer 605 2, - 605 m increment the 7 bits of binary inputs A 7 - A 12 (225 7 -^) and A n-6 - A n ( 225 (n _ $) _ n ) assuming that the carry from the preceding block is a ' 1 '. The 7 bit incrementers 605 2 and 605 m

of the incrementer blocks generate the intermediate incremented outputs IND_Out 7 _ 12 (625 7 _i 2 ), IND_Carry 2 630 2; IND_Out (n _ 6) _ n 625C n - O ) -0 ), and IND_Carry m-1 630 m- i based on the assumption that the carry bit of the preceding adder block is a '1 ', the multiplexers can't provide the output until the actual value of the carry bit is known. Thus, in the worst case situation, time taken to generate the output of n-bit incrementer is equal to the time taken by a 7 bit incrementer and time taken by the (m-1) multiplexers to identify and provide the output based on the carry bit of the incrementer block.

In another embodiment, the time taken by the n bit incrementer can be further reduced by predicting the value of carry bit of the preceding adder block. To predict the carry bit, the least significant bits (LSB) of the binary input of each incrementer block is verified, if the LSB is equal to'O' then the carry bit will be a zero, and the multiplexer of the successive adder block can provide the output without waiting for the preceding adder block to generate the carry bit. For example, if the binary input Ao (225 0 ) of the incrementer block 215i is a zero, the incrementer block 215 2 can provide the output at the same time as the incrementer block 215^ Thus, if all of the LSB input of all of the incrementer blocks are zero, the time taken to generate the output of the n-bit incrementer can be reduced significantly to the time taken to generate the output of a 7-bit incrementer. In another embodiment, the seven bit incrementer used in the circuit can be designed using a minimal number of gates (using the Quine-Mccluskey algorithm the number of gates can be reduced significantly) and thus generating the incrementer output with a maximum of three gate delay.

FIG.7 is a block diagram of the n bit Negater of the invention and illustrates an embodiment of the n-bit negater that can be utilized to obtain a two's complement of the n bit binary input. The n-bit input is first inverted using a series of 7 bit inverter blocks (205^ 205 2 _ 205 m ) connected in parallel and then incremented by a binary value of ' 1 ' by a series of 7 bit

incrementer blocks (215i ; 215 2 - 215 m ) connected in parallel. A series of 7 bit inverter blocks (205], 205 2 _ 205 m ) inverts the binary input A 0 - A 6 (225o -β), A 7 - A] 2 (225 7 _ 12 ) and A 0 - A n ( 225 (n _6) _ n) to generate INV(A 0 - A 6 ) 705 0 - 6 , INV(A 7 - A 12 ) 705 7 _ 12 and INV(A n-6 - A n) 705( n _^) _ n . The first 7 bit incrementer block consists of a 7 bit incrementer 615 1 which receives the seven least significant bits (LSB) of the binary input A 0 - A 6 ( 225 0 ^6 ) and increments with the value of '1 ' and generates the incremented output Neg_Outo -6 ( 71O 0 -^) and carry bit Neg_Carry i 715]. The successive incrementer blocks 215 2 through 215 m comprises a 7 bit incrementer 605 2, 605 m , and a multiplexer MUXi 62O 1 through MUX m .i 620 m- i respectively. All the incrementer blocks (605 I1 605 2 - 605 m ) each receives a 7 bits of the inverted binary inputs INV(A 0 - A 6 ) 705 0 ^ 6 , INV(A 7 - A 12 ) 705 7 _ 12 and INV(A n-6 - A n) 705 (n _ 6 ) _ „ respectively, and calculate the incremented output and carry output of the 7 bits simultaneously to generate Neg_Out 0 - 6 (710 0 _ 6 ), Neg_Carryi 715 1; Neg_Out 7 _ 12 ( 710 7 _i 2 ) , Neg_Carry 2 715 2 ,Neg_Out (n _ 6) _ n 710( n -β) -n, and Neg_Carry m 715 m . The incrementers 605 2 , - 605 m increment the 7 bits of the inverted binary inputs INV(A 7 - Aj 2 ) 705 7 _ 12 and INV(A n-6 - A n ) 705( D - O ) - I , assuming that the carry from the preceding block is a T. The 7 bit incrementers 605 2 and 605 m of the incrementer blocks generate the intermediate values of incremented outputs and carry outputs ND_Outi ( 720 7-12 ), and carry ND _carryi ( 725i) through ND _ Out m( 720( n-6) . n ), and carry ND_ carry m ,j ( 725 m-1 ) based on their own assumptions of the carry bit of the preceding adder blocks, the multiplexers can't provide the output until the actual value of the carry bit is known. Thus, in the worst case situation, time taken to generate the output of the n-bit incrementer is equal to the sum of time taken by a 7 bit inverter block, time taken by a 7 bit inverter block and time taken by the (m-1) multiplexers to identify and provide the output based on the carry bit of the incrementer block.

In another embodiment, the time taken by the n bit negater can be further reduced by predicting the value of carry bit of the preceding adder block. To predict the carry bit, the least significant bits (LSB) of the binary input of each incrementer block is verified, if the LSB is equal to'O' then the carry bit will be a zero, and the multiplexer of the successive adder block can provide the output without waiting for the preceding adder block to generate the carry bit. For example, if the value of the inverted binary input Ao (705 0 ) of the incrementer block 215i is a zero, the incrementer block 215 2 can provide the output at the same time as the incrementer block 215 \. Thus, if all of the LSB input of all of the incrementer blocks are zero then the time taken to generate the output of the n-bit negater can be reduced significantly to the sum of the time taken to generate the output of a 7-bit inverter and time taken to generate the output of a 7- bit incrementer.

FIG.8 is a block diagram of the n bit Adder of the invention that illustrates an embodiment of the n-bit adder that generates the sum of two binary inputs A 0 - A 6 ( 225 0 _ 6 ), A 7 - A 12 ( 225 7 _ 12 ) and A n-6 - A n ( 225 (n _*> _ n ) and B 0 - B 6 ( 210 0 _6), B 7 - B 12 (21O 7 _ 12 ) and B 0 - B n (210( n _ 6 ) _ n ). The n-bit adder comprises a series of 7 bit adder blocks (805 1( 805 2 _ 805 m ) connected in parallel. The adder blocks 805 2 _ 805 m further comprises two 7 bit adders 805 21> 805 22 and 805 ml , 805,^ and a multiplexer MUX 1 8251 through MUX m 825 m- i respectively. The adder blocks 805 21 , - 805 ml add the binary inputs assuming that the carry from the preceding block is a ' 1 ' and the adder blocks 805 22 ; - 805^ add the binary inputs assuming that the carry from the preceding block is a O'. All the adder blocks (805i , 805 2 - 805 m ) each receives 7 bits of the binary inputs Ao - A 6 (225 0 -e), A 7 - A 12 (225 7 _ 12 ) and A n-6 - A n 225 (n _ 6) _ n respectively, and calculate the sum of the 7 bits simultaneously to generate Add_Outo- ό δlOo- ό Add_Carryi 815 ! , , Add_Out 7 _ 12 81O 7 _ 12; Add_Carry 2 815 2 , Add_Out n _e _ n 810 (n _ 6) -n, and Add_Carry m .i 815 m . The adders 805 2 i , 805 22 and 805 ml ,805,^ in the adder blocks generate the intermediate

sums and carry bits based , Ij_Out 7 -i2 825 21> Ii_Carryi 83On 1 I 2 _θut 7 _i 2 825 2 i ; I 2 _Carryi 830 12j Ii_Out( n _ 6 ) _ n 825 ml , Ii_Carry m-1 830 ml> I 2 _Out( n _ 6 ) - n 825^ I 2- CaTTy 1 83O 1112 ,. on their own assumptions of the carry bit of the preceding adder blocks, the multiplexers can't provide the output until the actual value of the carry bit is known. Thus, in the worst case situation, time taken to generate the output of n-bit adder is equal to the time taken by a 7 bit adder and time taken by the (m-1) multiplexers to identify and provide the output based on the carry bit of the preceding adder block.

In another embodiment, the time taken by the n bit adder can be reduced by predicting the value of the carry bit of the preceding adder block. To predict the carry bit, the most significant bits (MSB) of both the binary inputs of each adder block are verified, if both the MSB are equal to'O' then the carry bit will be a zero, and the multiplexer of the successive adder block can provide the output without waiting for the preceding adder block to generate the carry bit. For example, if both binary inputs A 6 ( 225 6 ) and B 6 ( 225 6 ) of the adder block 80S 1 are zeros, the adder block 805 2 can provide the output at the same time as the adder block 805 1 Thus, if all of the MSB inputs of all of the adder blocks are zero then the time taken to generate the output of the n-bit adder can be reduced significantly to the time taken to generate the output of a 7-bit adder. In one embodiment, the n-bit incrementer, n-bit negater and the n-bit adder can be implemented both for computing the arithmetic operations in both the zero predictor and the arithmetic unit. FIG.9 is a flow chart of the method of the invention. The method is accomplished in operation of the controller 110 of the arithmetic logic unit 105. The controller 110 operates in the idle state on receiving power (step 905). The controller 110 verifies if it received a control signal to initiate the arithmetic operation (step 910), and if the control signal is not received, the controller returns to the idle state, otherwise the controller 110 determines which arithmetic

operation needs to the performed. If the controller 110 determines that the difference of two binary numbers need to be calculated (step 920), it activates the zero predictor 110 and the arithmetic unit to perform subtraction using the control signals cntrl_l 155 and cntrl_2 150 respectively (step 925 and step 930). The zero predictor determines if the difference of the two binary inputs will result in a zero output or not by using the zero signal 160. Then controller 110 verifies to determine if the zero output is predicted (step 935), controller 110 then commands the arithmetic unit to halt the subtraction (step 940) and returns to idle state, otherwise, the arithmetic unit completes calculating the difference of two inputs and returns to idle state. If the controller 110 determines that the sum of two binary numbers need to be calculated instead of the difference (step 945), it activates the zero predictor 110 and the arithmetic unit to perform addition using the control signals cntrl_l 155 and cntrl_2 150 respectively (step 950 and step 955). The zero predictor determines if the sum of the two binary inputs will result in a zero output or not by using the zero signal 160. Then controller 110 verifies to determine if the zero output is predicted (step 960), controller 110 then commands the arithmetic unit to halt the addition (step 965) and returns to idle state, otherwise, the arithmetic unit completes calculating the sum of two inputs and returns to idle state. If the controller 110 determines that a binary number need to be incremented instead of the calculating the sum or difference (step 970), it activates the zero predictor 110 and the arithmetic unit to increment the binary input using the control signals cntrl_l 155 and cntrl_2 150 respectively (step 975 and step 980). The zero predictor 115 will then notify the controllerl 10 whether incrementing the binary input will result in a zero output or not using the zero signal 160. The controller 110 verifies to determine if the zero output is predicted (step 985), then it commands the arithmetic unit to halt the arithmetic operation (step 990) and

returns to idle state, otherwise, the arithmetic unit completes the arithmetic operation and returns to idle state.

While a specific multicore method for an eight point FFT computation has been discussed herein, it will be apparent to those familiar with the art that the same method can be extended to transform input data (time domain data) comprising more than eight points. The method is not limited to implementation on one multiple core processor array chip, and with appropriate circuit and software changes, it may be extended to utilize, for example, a multiplicity of processor arrays. It is expected that there will be a great many applications for this method which have not yet been envisioned. Indeed, it is one of the advantages of the present invention that the inventive method may be adapted to a great variety of uses.

The multicore method discussed above is only one example of available embodiments of the present invention. Those skilled in the art will readily observe that numerous other modifications and alterations may be made without departing from the spirit and scope of the invention. Accordingly, the disclosure herein is not intended as limiting and the appended claims are to be interpreted as encompassing the entire scope of the invention.

Industrial Applicability

The inventive zero predictor 115, arithmetic unit 120, controller 110, instruction set and method of FIG 9 are intended to be widely used in a great variety of computer applications. It is expected that they will be particularly useful in applications where significant computing power and speed is required.

As discussed previously herein, the applicability of the present invention is such that the inputting information and instructions are greatly enhanced, both in speed and versatility. Also, communications between a computer array and other devices are enhanced according to the described method and means. Since the inventive zero predictor 115, arithmetic unit 120, controller 110, instruction set and method of FIG 9 of the present invention may be readily produced and integrated with existing tasks, input/output devices and the like, and since the advantages as described herein are provided, it is expected that they will be readily accepted in the industry. For these and other reasons, it is expected that the utility and industrial applicability of the invention will be both significant in scope and long-lasting in duration.