Method and apparatus for accumulating partial quotients in a digital processor

In a digital processor performing division, quotient accumulation apparatus is formed of a set of muxes and a single carry save adder. Partial quotients are accumulated in carry-save form with proper sign extension. Delay of partial quotient bit fragments from one iteration to a following iteration enables the apparatus to limit use to one carry save adder. By enlarging minimal logic, the quotient accumulation apparatus operates at a rate fast enough to support the rate of fast dividers.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
RELATED APPLICATIONS(S)

[0001] This application is a continuation of U.S. application Ser. No. 09/494,593 filed Jan. 31, 2000 and claims the benefit of U.S. Provisional Application No. 60/118,130 filed Feb. 1, 1999 entitled “A General Push-Pull Cascode Logic Technique”, and U.S. Provisional Application No. 60/119,959 filed Feb. 12, 1999 entitled “Method for Adding Signed Digit and Binary Numbers and Method for Doubling A Signed Digit Number” the entire teachings of which are incorporated herein by reference.

BACKGROUND OF THE INVENTION

[0002] Generally mathematical operations in a computer such as, (i) division of a dividend by a divisor to produce a quotient and (ii) square root of a radicand to produce a root, are slow. Such division and square root operations are slow because they require iteratively generating a series of partial remainders, and quotient or root digits respectively.

[0003] Therefore, the speed of the division or square root operation is dependent on the amount of time it takes to complete one iteration and the total number of iterations required. The total number of iterations is dependent on the number of quotient or root mantissa digits required to provide an accurate quotient or root. For example, in floating point division twenty-four mantissa digits are required for single precision and fifty-three mantissa digits are required for double-precision, therefore the time required to generate each of the required quotient digits is critical to the overall speed of the division operation.

[0004] Typically, in each iteration of a square root operation, a root digit and a correction term are computed after examining a current partial remainder. The succeeding or partial remainder for the next iteration is computed by subtracting the correction term from the current partial remainder and scaling the result of the subtraction. In each iteration of a division operation, a quotient digit is computed after comparing a current partial remainder and the divisor. The partial remainder for the next iteration is computed by subtracting a multiple of the divisor from the current partial remainder and scaling the result of the subtraction.

[0005] Thus, the computation of the partial remainder for the next iteration for both the square root operation and the division operation requires a subtraction operation. Typically the subtraction is performed through the use of Carry Propagate Adders (“CPA”) or Carry Save Adders (“CSA”). CPAs are relatively slow because a carry bit must be propagated from the Least Significant Bit (“LSB”) CPA to the Most Significant Bit (“MSB”) CPA. CSAs are much faster but because they present the partial remainder as separate sum and carry binary numbers which must be added, examination of the partial remainder is slower and more complicated.

[0006] The tradeoff between examination speed and subtraction efficient speed (CPA and CSAs) is a long standing issue faced by computer divider and square root designers. Another long standing issue is the accumulation of root digit and quotient digits. The rate of accumulation of partial roots and/or quotients needs to be fast enough to support the rate of the main square root/division loop. This in turn determines how fast the overall square root/division operation is performed.

SUMMARY OF THE INVENTION

[0007] The present invention describes a method and apparatus for accumulating quotient and/or square root digits in an efficient manner. In particular, the present invention accumulates the quotient in carry-save form along with proper sign extension, using only one carry-save adder. By using minimal logic in the accumulation loop, the present invention provides a method and apparatus for accumulating partial quotients at a rate fast enough to support the rate of fast dividers.

[0008] In the preferred embodiment, a digital processor preforms a division operation on a dividend in a main loop. From this, quotient digits (i.e., partial quotients) are produced. A quotient accumulator receives and properly reconciles the quotient digits across all iterations in an efficient manner as follows.

[0009] The quotient accumulator is formed of a set of multiplexes coupled to a single carry-save adder. The multiplexes receive as input, prior accumulated quotient digits, partial quotient digits output from the main loop and sign extension digits corresponding to the partial quotient digits. The number of outputs of the multiplexes is less than the number of inputs.

[0010] The single carry-save adder receives as inputs the outputs from the multiplexes which number within the range acceptable by the carry-save adder. The carry-save adder produces an appropriate accumulated quotient and preferably at a rate fast enough to support the rate of the main loop.

[0011] Preferably the partial quotient digits output from the main loop and input to the multiplexes is in carry-save format. The partial quotient digits may include sum bits and carry bits from one iteration of the main loop and carry bits delayed from a prior iteration.

[0012] In accordance with one feature of the present invention, the sign extension digits are bits (possibly fragmented bit strings) from a single constant value representing sign extensions of all partial quotients. Further included in the sign extension digits are switch bits for changing a string of logic ones to logic zeros.

BRIEF DESCRIPTION OF THE DRAWINGS

[0013] The foregoing and other objects, features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.

[0014] FIG. 1 is a schematic diagram of a divider operation main loop which generates partial quotients.

[0015] FIG. 2 is a schematic diagram of a quotient accumulator which receives the partial quotients generated in FIG. 1.

[0016] FIG. 3 is a schematic illustration of the quotient accumulator adding its partial quotient carry and sum input vectors (Qci and Qsi), respectively without sign extension.

[0017] FIG. 4 is an illustration of a negative partial product in which case a carry out bit is discarded.

[0018] FIGS. 5a and 5b are illustrations of an incorrect propogating carry bit and a correct carry out bit, respectively.

[0019] FIG. 6 is a schematic illustration of the quotient accumulator of FIG. 3 with sign extension.

[0020] FIG. 7a is a schematic diagram of a reduction circuit for each iteration of the quotient accumulator of FIG. 6.

[0021] FIG. 7b illustrates the relative bit weighings of the input carry and sum bits, sign extension bit and quotient accumulator output bits in each iteration of the quotient accumulator.

[0022] FIG. 8 is an illustration of the cancelling of a string of 1's by adding a single 1 to the least significant bit of the string.

[0023] FIG. 9 illustrates the collecting of sign extension bits from FIG. 7b and adding of switch bits.

[0024] FIG. 10 illustrates computing a single constant value for the collected sign extensions of FIG. 9.

[0025] FIG. 11 illustrates designating certain bit positions of FIG. 10 as switch bits.

[0026] FIG. 12 illustrates the single constant value of FIG. 10 split into fragments for combining with switch bits of FIG. 11.

[0027] FIG. 13 illustrates FIG. 7b modified to show delayed addition of the quotient carry inputs to the quotient accumulator.

[0028] FIG. 14a is an illustration of a quotient accumulator employing both the collapsing of sign extension bits into a single constant value as fragmented in FIG. 12 and the delaying of addition of quotient carry inputs of FIG. 13.

[0029] FIG. 14b is a block diagram of the quotient accumulator of FIG. 14a implemented with multiplexes feeding into a single carry save adder in the preferred embodiment of the present invention.

[0030] FIG. 15 is a block diagram of a computer system in which the present invention may be used.

[0031] FIG. 16 is a block diagram of the CPU module shown in FIG. 15.

DETAILED DESCRIPTION OF THE INVENTION

[0032] FIG. 15 is a block diagram of a typical computer system 100 in which the present invention is utilized. Included in the computer system 100 are a Central Processing Unit (“CPU”) module 108, a memory system 106 and a PCI chip set 110 connected by a processor bus 112. The PCI chip set 110 is further connected to an Input/Output (“I/O”) system 104 and a co-processor module 102 by a system bus 114.

[0033] FIG. 16 shows the CPU module 108 shown in FIG. 15. The CPU module 108 includes a CPU 220, a backup cache 214 and a processor bus interface logic 216 connected by a private address bus 212 and a private data bus 218. The processor bus interface logic 216 connects the CPU module 108 to the processor bus 112(FIG. 15). The CPU 220 includes a primary cache 208 and a cache control (CBOX) logic 210. The cache control logic (CBOX) 210 controls the primary cache 208 in the CPU 220 and the backup cache 214.

[0034] CPU 220 further includes logic circuits to enable it to perform operations for the computer system 100. An Instruction Fetch and Decode Unit (IBOX) 202 performs instruction prefetch, decode, branch prediction, instruction issuance and interrupt handling operations. An Integer Execution Unit (EBOX) 204 performs mathematical operations on integer values such as, addition, shifting, byte manipulation, and multiplication. A Floating Point Execution Unit (FBOX) 200 performs mathematical operations on floating point values such as, square root, division and multiplication. A Memory Management Unit (MBOX) 206 performs memory address translation, for example, from virtual memory addresses to physical memory addresses.

[0035] The present invention is directed to the division operation (divider) by the Floating Point Execution Unit 200. The preferred divider uses an algorithm of reciprocal approximation followed by several iterations of multiplication that produce a series of partial quotient bits. The rate of accumulation of the partial quotients needs to be fast enough to support the rate of the main loop, which in turn determines how fast the divider performs its task. To that end, the preferred embodiment is an implementation of a minimal amount of logic in the accumulator loop.

[0036] By way of background and with reference to FIG. 1, the divider 20 (from Fbox 200) produces in each iteration a partial remainder Xi and a partial quotient Qi. The partial remainder Xi and the partial quotient Qi are generated using two multipliers 23,25. The partial quotient bits from each iteration must be assimilated to form the final quotient. A high speed multiplier is used in both instances to cut the iteration time to one cycle.

[0037] To implement a high speed multiplier, it is necessary to represent the product in carry-save form, and therefore the partial quotients Qi are represented in carry-save form and must be accepted in that form. In addition, the partial quotients Qi from each iteration i overlap somewhat and this must be handled by a quotient accumulator 28 (FIG. 2).

[0038] Although the partial quotients Qi always take non-negative values, the carry-save representation requires careful handling of the sign extension of the partial products, since the high speed design uses a Booth recode that includes negative partial products. This sign extension is visible at the partial quotient output and must be allowed to “ripple off the top” of the sum without corrupting the accumulated quotient in quotient accumulator 28 (FIG. 2).

[0039] The output of the accumulator 28 can be in carry-save form where a subsequent rounding circuitry is designed to accept input in carry-save form for other reasons.

[0040] The full details of the division algorithm are found in the related applications specified above and herein incorporated by reference.

[0041] For the purposes of explaining the quotient accumulator 28 of the present invention, the divider 20 performs the following operations on each iteration.

[0042] B is the approximate reciprocal of the upper m bits of the divisor. It is an iteration invariant binary value.

[0043] A is the product of B and the divisor. It is an iteration invariant binary value.

[0044] Xi−1 is the partial remainder from the previous iteration in i−1 carry-save form.

[0045] Xhi−1 is the upper m bits of Xi−1 in carry-save form.

[0046] Qi is the partial quotient from the ith iteration in carry-save form.

[0047] The carry-save output of the iteration (to be fed into the next pass) is

xi=Xi−1−(Xhi−1*A)  (equation 1)

[0048] The carry-save partial quotient produced by each iteration is

Qi=Xhi−1*B  (equation 2)

[0049] The invention quotient accumulator 28 described here receives Qi as its input.

[0050] The complete quotient is 1 Q = ∑ i = 1 I ⁢   ⁢ Q i * 2 - i ⁡ ( m - 2 ) ⁢ ⁢ where ⁢ ⁢ I = Precision ( m - 2 ) ( equation ⁢   ⁢ 3 )

[0051] the total number of iterations required by the desired precision of the result.

[0052] FIG. 1 shows how equations 1 and 2 are implemented. The multiplication and subtraction that forms each partial remainder Xi (equation 1) is the critical operation that determines the speed of the overall division computation. The accumulation of the partial quotients Qi in accumulator 28 to form the quotient Q (equation 3) must not be the limiting factor.

[0053] To make the partial remainder loop 30 fast, a redundant representation 32a, b is used for Xi. Carry-save adders are used to implement the multiplier 23, and the output remains in carry save form for the input to the next iteration.

[0054] The quotient multiplier 25 (equation 2) is also implemented with carry-save adders. This means that the Qi value that is input to the quotient accumulator 28 will be in carry-save form and must be accepted in that form.

[0055] On each iteration, new partial quotient bits Qi are created and are to be added to the accumulating quotient Q (equation 3). A few of the high order bits overlap the bits already added from the previous iteration. Another characteristic of the generations of equations 1-3 is that quotient bits from later iterations have the possibility of generating carries that may propagate up into bits from earlier iterations.

[0056] The adder 31 in the partial remainder loop 30 is merged into the partial product adders of the multiplier 22 shown in dotted lines in FIG. 1.

[0057] FIG. 2 shows a simplistic implementation of a quotient accumulator 28 (not employing the present invention). There, Qacci−1 is the accumulated quotient from the previous iterations; Qacci is the new accumulated quotient resulting from the main adder 37 of quotient accumulator 28. Accumulated partial quotient Qacci is to be represented as carry and sum vectors for addition with with Qci and Qsi, the partial quotient carry and sum vectors respectively, input to the next interaction.

[0058] The approach of FIG. 2 would add extra hardware and extra delay to the division latency as follows. Since the partial quotient Qi value is in carry-save form, a separate/second adder 35 is needed to reduce it to binary first. The delay of two series binary adders 35,37 would be prohibitive.

[0059] FIG. 3 shows how the Qci and Qsi inputs need to be added. The bit weights are indicated by the columns with the most significant bit (MSB) starting on the left and ranging down to the least significant bit (LSB) on the right. The columns are labeled with a notation that indicates the bit weights.

value=A00 20+B00 2−1+B01 2−2+B02 2−3+B03 2−4+B04 2−5+ . . .

[0060] The division operation completes (m−2) bits of quotient per iteration. Each partial quotient Qi is (m+1) bits wide. In this example, m=10, so 8 bits of quotient are being completed per iteration. Because 11 bits are produced per iteration, there is a three bit overlap between succeeding partial quotients as illustrated at 39a,b,c and d.

[0061] Qs1 and Qc1 are the values of Qsi and Qci when i=1 (in other words, from the first iteration). Qs2 and Qc2 are the values of Qsi and Qci when i=2 (from the second iteration) and so forth. Each Qci is shown shifted left to match their corresponding weights. Also the partial quotient inputs Qsi and Qci (sum and carry, respectively) are represented without sign extension as will be discussed below. Note the three bit overlap.

[0062] There is a subtle problem here that may not be readily apparent. Although each iteration's Qi output represents a positive number, sometimes the carry-save representation has an implicit carry out that is to be discarded. This can occur during the course of multiplication using Booth recoding; if any of the partial products is negative, there will be a carry out that is to be discarded.

[0063] This means that the total sum of the values shown in FIG. 3 will be incorrect. In FIG. 3 only 40 bits are shown for simplicity; it is understood that double precision floating-point values require 56 bits.

[0064] An example of a negative partial product 43 is shown in FIG. 4. The carry out 41 is discarded as part of the completion of the 2's complement value of the negative partial products 43.

[0065] These carry outs 41 (i.e., the ones that are to be discarded due to a negative partial product 43) are indistinguishable from carries propagating across from bits that have previously been inserted into the quotient accumulator 28. An example of this problem in distinguishing between negative carry bits 51 and inserted positive carry bits 53 is shown in FIG. 5a. To solve this problem, the proper sign extension 54 a,b,c must be included in the addends and sum as shown in FIG. 5b.

[0066] Referring back to FIG. 3, the partial quotient inputs Qsi and Qci are corrected by including the required sign extension bits (sxi). This is shown in FIG. 6. The value at line sx2 is the sign extension associated with Qs2, Qc2 (i.e., partial quotient sum and carry of the second iteration). The value at line sx3 is the sign extension associated with Qs3, Qc3 (partial quotient sum and carry of the third iteration) and so forth. The sign extension bits (Sxi) are indicated by ‘x’. The sum total of all these partial products and their sign extensions is equal to the correct quotient.

[0067] FIG. 7a shows a brute force reduction of these bits (i.e., accumulated quotient bits Qacci (carry and sum), partial quotient bits Qi (carry and sum) and sign extension bits sxi to a single carry-save pair. That reduction requires two carry-save adders 57, 59 in series per iteration. A multiplexer 60 provides the proper sign extension for the partial quotient sum vector Qs. This is because there are as many as four inputs at certain bit weights for certain iterations i.

[0068] FIG. 7b shows the relative bit weightings of the Qacc, Qs, Qc and sx values for each iteration i. The quotient accumulator 28′ output (Qacci) 70 a,b,c,d for each iteration i is represented in carry-save form, and feeds into the next iteration as two inputs (i.e., a sum input and a carry input).

[0069] Also note that the sign extension will add significant loading to the MSB (most significant bit) of the partial quotients.

[0070] It is clear that attempting to add all these bits by brute force is not going to be possible under the timing constraint set by the partial remainder loop time.

[0071] The present invention provides a solution to the foregoing sign extension problem. More specifically, the invention includes a method of implementing sign extension quickly with minimal hardware.

[0072] FIG. 8 shows that a series of 1's can be canceled by adding a single 1 at the appropriate bit position 80. That is, the least significant bit position 80 in the series of 1's provides a switch position as further described below.

[0073] The present invention extracts the sign extension bits (at lines sxi) from FIG. 7b and adds single logic 1 bits that are used as switches. This is shown in FIG. 9. The single “switch bits” are indicated with N in corresponding ni lines. The values at lines xi, correspond to the sign extension bits of lines sxi in FIG. 7b.

[0074] The foregoing allows adding all the possible sign extensions into a single constant value and using single bits added to the sum total to switch the sign extensions (strings of 1's) to zero's as needed. FIG. 10 shows the totalling of all the sign extension (xi) bits of FIG. 9 into a single value x. Note the four distinct strings 88,90,92,93 of ones in the resulting x. The zeros before and/or immediately after each string 88,90,92,93 of ones mark the bit positions to be used to switch the sign extensions to zeros as desired. In particular, bit positions 03,11,19 and 27 are switch bit positions.

[0075] FIG. 11 summarizes these bit positions where the “switch bits” are to be located. Shown are switch bit n2 at bit position 03, switch bit n3 at bit position 11, switch bit n4 is at bit position 19, and switch bit n5 is at bit position 28.

[0076] Finally, the single constant value x (computed in FIG. 10 for all sign extensions) does not need to be added in all at once. It can be added in fragments sx1, sx2, sx3, sx4 and still yield the proper final sum as shown in FIG. 12. The single constant value X is split up into fragments and combined with the switch bits, n2,n3,n4,n5 of FIG. 11. Preferably, the fragments are chosen in such a way to merge in conveniently with the bits described next.

[0077] As stated above, the invention is a method of accumulating the overlapping partial quotient within the time constraint of the partial remainder loop. Since a carry-save adder can accept only three inputs, and there are two inputs in use from the previous iteration (i.e., accumulated quotient Qacc, carry and corresponding sum), there is only one free input available. But there are two more inputs (i.e., partial quotient sum Qs and partial quotient carry Qc) to be added due to the three bit overlap of the partial quotients from one iteration to the next.

[0078] The invention solution is to delay adding one of the overlapped inputs until the next iteration when the carry-save adder input with the required bit weighting is free. This is shown in FIG. 13 which is an illustration of FIG. 7b modified to show delayed addition of a few of the partial quotient carry (Qc) inputs to the quotient accumulator 28′.

[0079] At the bit weightings where both an “s” and a “c” input are shown in the same iteration of FIG. 13, there is no accumulated sum yet. So all three carry-save adder inputs are available at these bit positions during the given iteration. Thus at 62 in the second iteration there are no accumulated quotient bits Qacc2. As such, these bits 62 of partial quotient sum Qs2 and partial quotient carry Qc2 are input to the carry-saver adder. The partial quotient sum bits at 47 provide the third input to the carry-save adder where partial quotient sum at carry bits of the prior iteration (Qs1 and Qs2) provide the other of two inputs during the second iteration. Consequently there are no inputs to the carry-save adder available for partial quotient carry bits/fragment 49. To that end Qc2′ bits 49 are delayed until the third iteration.

[0080] In the third iteration, partial quotient sum and carry bits 64 (Qs3, Qc3) are in bit positions where there are no accumulated quotient bits Qacc3. Thus these bits 64(Qs3, Qc3 in part) are input to the carry-save adder. The partial quotient sum bits 72 provide the third input to the carry-save adder where partial quotient sum and carry Qs2 and Qc2 bits of the second (i.e., prior) iteration provide the other two inputs. Thus there is no input to the carry-save adder available for partial quotient carry bits 74 (Qc3′). As such, these Qc3′ bits 74 are delayed until the next iteration, and so on.

[0081] FIG. 14a shows how to combine both methods (sign extension of FIGS. 9-12 and delayed partial quotient carry input add of FIG. 13) to create the quotient accumulator 82 implementation of the preferred embodiment.

[0082] With such a combination, there are at most three inputs at any time per bit position, so a single carry-save adder 86 is sufficient.

[0083] In particular, iteration 1 has 8 bits of input from the partial quotient sum and carry vectors (Qs1 and Qc1) and sign extension sx1. Sx1 is a fragment of the single constant value of all sign extensions as extracted and combined in FIGS. 10-12 discussed above.

[0084] In iteration 2, bit position 03 has three inputs: accumulated quotient sum bit (Qacc s1), output from interation 1, accumulated quotient carry bit (Qacc c1) output from iteration 1 and switch bit 95 determined by the end of the most significant bit string of 1's in sx1 (sign extension of iteration 1).

[0085] Also in iteration 2, but positions 04 through 06 have three inputs: accumulated quotient sum bits (Qacc S1) output from iteration 1, accumulated quotient carry bits (Qacc c1) output from iteration1 and partial quotient sum bits Qs2 introduced in iteration 2. Also in these bit positions, note that a fragment of partial quotient carry bits 49 (Qc2′) from iteration 2 is delayed until the third iteration as explained above in FIG. 13. The remaining bit positions 08 through 14 have inputs from partial quotient sum, carry and sign extension bits introduced in iteration 2.

[0086] Similarly for iteration 3, each bit position has no more than 3 inputs to the carry-save adder 86. Switch bit 97 is in the bit position of the logic zero ending the second string of ones in the constant value of all sign extensions with a corresponding fragment at sx2 in iteration 2. Partial quotient carry bit fragment 74 is delayed until iteration 4. This allows the accumulated quotient sum and carry bits output from iteration 2 and the partial quotient sum bits of iteration 3 in bit positions 12 through 14 to be the only three inputs to carry-save adder 86.

[0087] And so forth for iterations 4,5 and 6. As a result, there are only 3 inputs to carry-save adder 86 at any given time (in the various bit positions). So all that is required is a single carry-save adder.

[0088] FIG. 14b is illustrative of a mux 84 a,b,c and single carry-save adder 86 configuration implementing the present invention. Muxes 84a,b,c are utilized to steer the bits, i.e., partial quotient Qs, Qc (sum and carry), accumulated quotient Qacc (sum and carry), delayed partial quotient carry Q′c and sign extensions as a constant single value sx bit, into each of the carry-save adder 86 inputs.

[0089] It is understood that there are alternatives and the implementation of FIG. 14b is for purposes of illustration and not limitation.

[0090] The present invention as described above provides improvements in processor cycle time. In particular, the present invention enables the main divide loop time to set the performance requirement of the quotient accumulator for minimal logic and delay.

[0091] While this invention has been particularly shown and described with references to preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the scope of the invention encompassed by the appended claims.

Claims

1. A digital processor logical division method, comprising the steps of:

producing partial quotients and partial remainders in a processing loop, the processing loop operating at a working rate; and
accumulating the partial quotient at a rate faster than the working rate such that the step of accumulating is fast enough to support the processing loop, said accumulating using a same format for the partial quotients as format of the partial quotients produced by the processing loop.

2. The method of claim 1 wherein the step of accumulating includes providing proper sign extension of the partial quotients by using a single constant value for sign extensions of all the partial quotients and by using switch bits to switch sign extension bits as needed.

3. The method of claim 2 wherein the step of using a single constant value includes fragmenting the value into different bits used in different iterations of the accumulating.

4. The method of claim 3 wherein the step of accumulating includes delaying bit portions of partial quotients for input into a carry save adder at different iterations.

5. The method of claim 1 wherein the step of accumulating includes limiting logic to a single carry save adder and a set of multiplexes providing input to the carry save adder, in a number less than or equal to maximum number of inputs of the carry-save adder.

6. The method of claim 5 wherein the step of accumulating includes delaying bit portions of partial quotients for input into the carry save adder at different iterations.

7. The method as claimed in claim 1 wherein the format of the partial quotients is carry save format.

8. A digital processor logical division system comprising:

a processing loop producing partial quotients and remainders in a certain format, the processing loop operating at a working rate; and
a quotient accumulator responsive to the processing loop and efficiently accumulating the partial quotients in the certain format at a rate faster than the working rate, such that the quotient accumulator is sufficiently fast to support the processing loop.

9. A digital processor logical division system as claimed in claim 8 wherein said certain format is carry save format.

10. A digital processor logical division system as claimed in claim 8 wherein the quotient accumulator provides proper sign extension of the partial quotients by using a single constant value for sign extensions of all the partial quotients and by using switch bits to switch sign extension bits as needed.

11. A digital processor logical division system as claimed in claim 10 wherein the quotient accumulator further fragments the single constant value into different bits used in different iterations of accumulating.

12. A digital processor logical division system as claimed in claim 111 wherein the quotient accumulator further delays bit portions of partial quotients for input into a carry save adder at different iterations.

13. A digital processor logical division system as claimed in claim 8 wherein the quotient accumulator includes limited logic of a single carry save adder and a set of multiplexers providing input to the carry save adder, in a number less than or equal to maximum number of inputs of the carry save adder.

14. A digital processor logical division system as claimed in claim 13 wherein the quotient accumulator further delays bit portions of partial quotients per input into the carry save adder at different iterations.

Patent History
Publication number: 20040186874
Type: Application
Filed: Jan 30, 2004
Publication Date: Sep 23, 2004
Inventors: Sridhar Samudrala (Westboro, MA), John D. Clouser (Pepperell, MA), William R. Grundmann (Hudson, MA)
Application Number: 10769265
Classifications
Current U.S. Class: Division (708/650)
International Classification: G06F007/52;