GB2187579A - Processor for convolution and correlation - Google Patents

Processor for convolution and correlation Download PDF

Info

Publication number
GB2187579A
GB2187579A GB08704230A GB8704230A GB2187579A GB 2187579 A GB2187579 A GB 2187579A GB 08704230 A GB08704230 A GB 08704230A GB 8704230 A GB8704230 A GB 8704230A GB 2187579 A GB2187579 A GB 2187579A
Authority
GB
United Kingdom
Prior art keywords
bit
array
data
input
bits
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
GB08704230A
Other versions
GB8704230D0 (en
GB2187579B (en
Inventor
John Vincent Mccanny
Richard Anthony Evans
John Graham Mcwhirter
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
UK Secretary of State for Defence
Original Assignee
UK Secretary of State for Defence
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from GB868605366A external-priority patent/GB8605366D0/en
Application filed by UK Secretary of State for Defence filed Critical UK Secretary of State for Defence
Priority to GB8704230A priority Critical patent/GB2187579B/en
Publication of GB8704230D0 publication Critical patent/GB8704230D0/en
Publication of GB2187579A publication Critical patent/GB2187579A/en
Application granted granted Critical
Publication of GB2187579B publication Critical patent/GB2187579B/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/15Correlation function computation including computation of convolution operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8007Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors single instruction multiple data [SIMD] multiprocessors
    • G06F15/8023Two dimensional arrays, e.g. mesh, torus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Computer Hardware Design (AREA)
  • Computational Mathematics (AREA)
  • Algebra (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Complex Calculations (AREA)

Description

SPECIFICATION Digital processor for convolution and correlation This invention relates to a digital processor for performing the mathematically equivalent convolution and correlation operations, the processor being of the kind implemented as a bit-level systolic array.
Known digital processors for convolution and correlation implemented as bit-level systolic arrays are described in British Patent Application No 2106287A published on 7th of April, 1983 (Reference 1), in which Figs. 15 to 20 refer to a convolver. This device consists of a rectangular array of gated full adder logic cells arranged in rows and columns. Each cell is connected to its immediate row and column neighbours only, ie each cell is connected to a maximum of four other cells. Cell operation is controlled by clocked latches which effect movement of data, coefficient, carry and sum bits through the array. Each cell evaluates the product of an input data bit and an input coefficient bit received from left and right hand neighbours respectively, and adds the product to input carry and cumulative sum bits received from the right and above respectively.New carry and cumulative sum bits are generated for output to the left and below, and the input data and coefficient bits pass to the right and left respectively. Each coefficient word is circulated bit serially through a respective array row. Each data word passes through each row in succession and in effect spirals (strictly speaking zig-zags) up the array. Successive carries move with coefficient bits, and successive cumulative sums move down array columns.
Data moves in counterflow with respect to both cumulative sum generation and coefficient and carry propagation. Cumulative sum generation is cascaded down array columns to produce partial sums output from the array. Partial sums of like bit significance emerge from the same array column in succession, and are accumulated to form convolution results by full adders arranged for output sum feedback.
It is a disadvantage to the use of processors described in Reference 1 that data and coefficient words must be interspersed with zero bits to avoid generation of unwanted partial products.
At any time, at least half and in one case three quarters of the array cells compute zero partial products. The array is therefore inefficient, and much larger than would be required if interspersed zero bits could be avoided.
A further bit-level systolic array is described in British Patent Application No 2144245A published 27 February, 1985 (Reference 2). This relates to an array similar to that pf Reference 1 for multiplying two matrices having multi-bit coefficients. This provides for row elements of one matrix to propagate along array rows in counterflow with column elements of the other, carry bits being recirculated on each cell rather than moving along rows. The use of so-called "guard bands" is described, this being the extension of coefficient words with zero bits to provide for word growth of accumulating results.
British Patent Application No 2147721A published 15 May, 1985 (Reference 3) relates to a further bit-level systolic array for matrix-vector multiplication. Improved array efficiency is obtained in two ways. Firstly, array output accumulation is arranged such that parts of the array corresponding to inactive regions in Reference 1 contribute to convolution results. Secondly, the need for zeros between data and coefficient bits is avoided by complex clocking arrangements effecting bit movement in adjacent rows on alternate clock cycles. As in References 1 and 2, multiplicand bits move in counterflow in array rows. As in Reference 2, carry bits are recirculated on each cell and word extension with guard bands is employed.
In the GEC Journal of Research, Vol. 2, No. 1, 1984, R.N. Urquhart and D. Wood introduce the concept of using static coefficients in bit-level systolic arrays. Each cell of an array is associated with a respective single bit of a coefficient, and a coefficient word is associated with a corresponding array row. The cells are arranged for carry bit recirculation, data is input to each array row and moves along it. Cumulative sum generation is cascaded down array columns and guard bands provide for word growth. Partial sums of like bit significance emerge from different array columns either with relative delays or synchronously according to whether input data meets coefficient bits in ascending or reverse order of bit significance. This arrangement provides 100% cell utilisation or array efficiency without requiring complex clocking arrangements.
Each cell computes products on every clock cycle, and all latches are clocked in the same way. Unfortunately, however, array accumulation as described cannot provide correct convolution or correlation results, since the scheme proposed would produce wrongful accumulation of partial sums and carry bits corresponding to different results.
In the art of digital arithmetic circuits, it is important to provide for standardisation of components if at all possible. This is greatly facilitated if integrated circuits designed for small calculations can be linked together or cascaded in an array to perfom a much larger calculation. It is also important, although very rarely achievable, to provide for some degree of fault tolerance in such an array of integrated circuits, in order that a comparatively small fault might not render the array entirely useless. This is of particular importance in the developing field of wafer scale integration, in which wafer yields can be virtually zero without some degree of fault tolerance.
It is an object of the present invention to provide a digital processor for convolution or correlation capable of being cascaded to form a fault tolerant assembly.
The present invention provides a digital processor suitable for performing an N point convolution or correlation of coefficient words of q bits with data words guard band extended to p bits, and wherein: (1) the processor includes an array of N rows and q columns of one-bit logic cells; (2) each logic cell is arranged to:: (a) input data, carry and cumulative sum bits, (b) output the data bit, (c) produce output cumulative sum and carry bits corresponding to addition of the input cumulative sum and carry bits to the product of the input data bit with a respective stationary coefficient bit, and (d) recirculate the output carry bit on the respective cell to provide an input carry bit to a succeeding computation; (3) cell interconnection lines are arranged to provide for propagation of data bits along rows and for cascading cumulative sum generation down array columns; (4) the cell interconnection lines include clock-activated first delaying means arranged to effect data bit movement along array rows at the same rate as cumulative sum bit movement down array columns; (5) the array has a first row, first column cell for data input to the array word and bit serially, least significant bit leading;; (6) last column cells in the first to (N-1)th rows each have a data bit output connected via respective second delaying means to a data bit input of a first column cell in a respective adjacent or second to Nth row to provide for data to move along successive rows down the array, the first and second delaying means being arranged to delay successive data bits as appropriate for cascading cumulative sum generation down each array column; and (7) the procesor includes accumulating means arranged to add cumulative sums of like bit significance output from different array columns and comprising contributions to like convolution or correlation terms.
The processor of the invention has the advantage of being cascadable to form a device suitable for performing a larger convolution or correlation calculation. Cascading may be achieved simply by connecting last row data and cumulative sum outputs of one array to corresponding first row inputs of another. In this case, guard bands require additional extension to accommodate formation of larger partial sums. Furthermore, a cascaded assembly of processors of the invention exhibits a degree of fault tolerance. If one processor in the assembly is faulty, it can be bridged out by connecting data and cumulative sum outputs from one neighbouring processor to corresponding inputs of the other via clock-activated latches.This permits fault tolerant designs in which a cascaded assembly includes additional or redundant processors brought into play in the event that the array includes faulty devices. The bridging latches avoid the penalty of reduction in operating speed arising from long bypass lines. Such latches cannot be employed in prior art processors in which data and results propagate in counterflow, since they would disrupt caiculation timing.
The logic cell array produces partial sums each arising from a number of bit-level partial products. These partial sums are accumulated in accordance with bit significance by the accumulating means, which is preferably arranged to sum contributions to successive convolution or correlation results in separate adding means. This avoids errors due to addition of terms attributable to different results. In the case of a processor arranged for input data to meet coefficient bits in descending order of significance, the accumulating means comprises a plurality of adder chains each with a two clock cycle delay between adjacent adders. For input data meeting coefficient bits in ascending order of bit significance, a plurality of adder trees is employed.Switching between adder trees or chains may be effected by the use of means responsive to a least significant bit flag to indicate emergence of partial sums attributable to a new convolution or correlation result from the array. The switching means may include a D-type flip-flop arranged for clocking by successive least significant bit flags. Each flag changes two flipflop output states to effect switching.
When arranged to compute an N-point convolution or correlation, each data bit delaying means provides a delay of (1 +log2N+p-q) clock cycles, where non-integer values of logic are rounded up to a whole number.
In a preferred embodiment, a processor of the invention includes a switchable accumulator with each adder chain connected to a first input of a respective full adder arranged for carry recirculation. Each full adder has a second input connected via delaying means to a respective convolution sum input, and also has an output connected to a convolution or correlation sum output of the processor. In this embodiment the processor may be cascaded as part of a chain of like processors connected output to neighbouring input. Each processor is then suitable for accumulating a respective part of a convolution or correlation result. Successive parts are appropriately delayed and added together in the aforesaid full adders. Cascading accordingly only requires passage of results, data and least significant bit flags via delays to successive processors.This avoids the need for inter-column connection between adjacent processors. To provide for fault tolerance without operating speed penalties, the processor may include latched bypass lines for results, data and Isb flags, the bypass lines being implemented in the event of the processor being faulty.
In order that the invention might be more fully understood, embodiments thereof will now be described, with reference to the accompanying drawings, in which: Figure 1 is a block diagram of a logic cell array for a processor of the invention; Figure 2 shows a logic cell of the invention used in the Fig. 1 array; Figure 3 illustrates word level data propagation and partial sum formation in the Fig. 1 array; Figure 4 illustrates bit level data propagation and partial sum formation in the Fig. 1 array; Figure 5 is a block diagram of an accumulator device for accumulating partial sums generated by the Fig. 1 array; and Figure 6 is a schematic drawing of a cascaded fault tolerant processor arrangement.
Referring to Figs. 1 and 2, there is shown an array 10 of logic cells 12 for a digital processor of the invention. This will be described in terms of the performance of the convolution operation, although it is also suitable for carrying out the mathematically equivalent correlation operation, as will be clarified later. Omitting indices for convenience, each cell 12 has indices (i=O to 3, j=O to 2) indicating respectively row and column position, and is associated with a respective stationary one-bit multiplicative coefficient aj. The array 10 is arranged to carry out the convolution of a bit-serial stream of positive data words with positive coefficients.The cell logic function is that of a gated full adder given by: yY@(a.x)O+c' (1.1) c. y'.c'+y'(a.x)+c'(a.x) (1.2) where: x is an input data bit, y' is an input cumulative sum bit, y is an output cumulative sum bit, a is a coefficient bit (ie a,) stored in the cell, c' is a carry bit from an earlier computation, and c is an output carry bit.
Each cell 12 has three clock-activated input latches 14x, 14v and 14C which receive respectively data, cumulative sum and carry input bits. Data bitsxinput initially to first row cell 1202 pass along rows of the array 10 as indicated by arrows such as 16, ie from cell 12, to cell 12,to 1). Each newly computed cumulative sum output bit y passes down a respective array column to become the y' input to the next cell below, ie the y output of cell 12,l becomes the y' input of cell 12, Ii This is indicated by arrows such as 18. In this way cumulative sum generation is cascaded down columns of the array 10.The y' input latches 14y of top row cells 12, to 1202 receive zero input bits. Each carry input latch 14 is connected to receive the output carry bit computed by the respective cell 12 one clock cycle earlier. This provides for carry bit recirculation, each cell 12 being arranged in the array 10 to compute successive products increasing in bit significance on successive cycles of operation.
Data bits x passing out of the it row (i=O to 2) of cells 12 are fed via a line 20 to a respective delay unit indicated by a circle 22,. Each delay unit 22, consists of three clock activated latches in series (not shown), and introduces a bit delay of three clock cycles, or 3T where r is the clock period. Data leaving each delay unit 22, passes an input to the (i+ 1)th row.
The x data bits accordingly traverse a zig-zag or spiral path along successive rows and feedback lines of the array 10, entering the array at cell 1202 and finally reaching cell 1230. The results of cascading cumulative sum generation down array columns emerge from last row cell outputs 2430 to 2432.
Each of the latches 14x, 14v, 14C and those incorporated in delay units 22o to 222 receive substantially synchronous clock signals on every cycle of array operation from clocking means indicated by 26. For the purposes of this specification, the expression "substantially synchronous" shall be construed as embracing minor degrees of non-simultaneity shorter than a clock cycle, and arising from for example small differences in signal transit times from a clock to different latches. These do not affect array operation, as is well known in the art. Each latch comprises first and second half latches in series controlled by a two-phase non-overlapping clock signal from the clocking means 26. On a first clock pulse, each first half latch accepts an input bit and each second half latch outputs a stored bit.On a second phase pulse, each bit is clocked from the respective first half latch to the second ready for the next cycle of operation.
The effect of this is that each cell 12 operates on every clock cycle. Whereas the cells 12 have full latches 14X and 14y on respective cell inputs, these could be located on cell outputs or divided into respective input and output half latches without affecting array operation. It is also known to employ a respective half latch instead of each full latch, which provides an alternative to the present embodiment. Such latches and clocking arrangements are well known in the art, in for example Reference 1, and will not be described further.
The array 10 operates as follows. Successive data words XO, X1..Xn.. are input bit serially, least significant bit (Isb) leading to cell 1202. Each word Xn has bits xn (k=O to 2) and is extended with zero bits to accommodate result word growth as will be described. As the data words spiral down the array 10, partial products of the kind aixn are generated, ie when cell 12 receives input of xxn. Each column of the array 10 outputs on successive clock cycles successive cumulative partial sums of the partial products computed by cells of that column on the preceding four clock cycles.The partial sums are contributions to individual bits of convolution result words, and are accumulated by means to be described later.
Referring now to Fig. 3, operation of the array (shown as a rectangle 10) is illustrated graphically at the word level. As will be described later, the spiral movement of data through the array 10 is equivalent to the situation illustrated. In the art of bit-level systolic arrays, the mode of operation of an array is conventionally analysed in terms of data and result parallelograms.
These do not have physical significance, but constitute a graphical aid to understanding array operation. In Fig. 3, data word parallelograms 30 to 38 are shown moving to the left through the array 10 and result parallelograms 40 to 48 are shown moving down. Data parallelograms 30 and 32 have passed through the array 10, as have the corresponding convolution result parallelograms 40 and 42. This indicates that computation of relevant convolution partial sums by the array 10 has ended. Data and result parallelograms 34 and 44 overlie the array 10, which indicates convolution partial sums being computed. Data and result parallelograms 36, 38, 46 and 48 have yet to enter the array, and correspond to convolution partial sums yet to be computed.
To carry out an N-point convolution of N coefficient words A, with successive data words X (n=0,1,2. .), it is necessary to evaluate:
provided ian (1) where A, has bits al, On, has bits xn, and Yn represents the nth convolution result word having bits y,. From Equation (1): Y,=A,X,, Y1=A0X1+A1X0, Y2=A0X2+A1X1+A2X0, Y3=A0X3+A1X2+A2X1+A3X0, Y4=AoX4+A1X3+A2X2+A3X1 etc.
Comparison of the above expressions with Fig. 3 illustrates the significance of the parallelograms 30 to 48. Parallelogram 30 for example contains only X0, which has passed through only the top row of the array 10 to generate Y0, inputs to other rows having been zero (not shown).
However, data parallelograms 36 contains X3 to X0 for input to all rows and multiplication by Ao to A3 to generate Y3.
Referring now also to Fig. 4, there is shown the bit-level equivalent of part of Fig. 3. The arrangement of individual data bits in parallelograms 34, 36 and 38 is shown. Each data bit moves through one cell 12 in one clock cycle when in the array 10. In each parallelogram, each three-bit data word is extended by two zero bits as indicated at 50 for example. This forms what is referred to in the art as a guard band to accommodate word or partial sum growth as will be described.
Figs. 3 and 4 illustrate the fifteenth cycle of array operation, the first cycle being that on which the leading and least significant bit (Isb) x 0 of X0 entered top right hand cell 1202 of the array 10. This may be verified by observing that x0 is being multiplied by aq in cell 122o, having passed into its ninth cell via two delay units 22o and 221 (see Fig. 1) each giving three additional clock cycle delays. One each clock cycle, each bit of every data word moves one cell or position to the left and each result parallelogram moves one position downwards. In data parallelograms 36 and 38, data bit X3 is about to enter top row cell 1202, but will not enter second row cell 1212 for another six cycles. Input of a word Xn l to any of the upper three rows accordingly leads input of that word to the respective row immediately below by six clock cycles, or by the word length plus one bit. Alternatively, and as illustrated in the parallelograms 30 to 38, successive words may be considered to be input to adjacent rows with a one bit time stagger which is cumulative down the array 10.
Convolution computation will now be analysed in detail in terms of the production of Y3 by data parallelogram 36 shown about to enter the array 10. On the clock cycle immediately following that illustrated, the Isb x30 of X3 will enter cell 1202 for multiplication by aO. This produces a0x3 only, since the y' or cumulative sum input to cell 1202 is zero, and so also is the input carry bit for this particular computation for reasons to be described later. On the second clock cycle after that illustrated, cell 1202 will recirculate a carry bit (zero in this particular case) for addition to the computation of a0x3, and its neighbouring cell 1212 immediately below will receive a data input of x20 for multiplication by a 12.It will also receive a y' input of a0x3 from cell 1202 immediately above and a zero carry bit. Its cummulative sum output to cell 1222 below will accordingly be the Isb of a0x3 +a,2x2 , and it will recirculate the higher order bit of this tow bit expression as a carry for addition to its subsequent computation. Similarly, on the next cycle, cell 1223 will produce a cumulative sum output of the Isb of Isb(a02x30+a12x22)+a22x110 and will recirculate as a carry bit the higher order bit of this expression. Four clock cycles after that illustrated, the cumulative sum output of cell 1232 at 2432 will be the partial sum y320 given by:
where the indices 20 of u230 indicate multiplicand bit significance, not the partial sum significance.
This is convenient for recognition of the appropriate grouping of partial sums to provide convolution results as will be described.
The carry bit c from this computation is given by: c=higher order bit of Isb[Isb(a02x30+a12x20)+a22x10]+a30x00 (2.2) In a similar manner, on the second, third, fourth and fifth cycles of operation following that illustrated, x31 to x01 will enter cells 1202 to 1232 respectively. Five clock cycles after that illustrated, the output of cell 1233 will be the partial sum y31, This will include carry bits recirculated on the relevant cells following the first to fifth cycles, and is given by:
3 3 y31=lsb of T aj2x3 carry bits from I; aj2x3 , 1 (3) i=O i=O On the sixth cycle after that illustrated, the ouptut of cell 1233 will be:
3 3 y32=lsb of C 2 aj2x3 ,+ carry bits from 2 a:x g , (4) i=O i=O On the next two subsequent cycles of operation, the output of cell 1233 will be summations involving carry bits and zero input multiplicand bits by virtue of the guard band of zeros 50 in parallelogram 36. These summations accordingly involve four carry bits arising in the computation of yf7, which can only sum to a value two bits higher in significance than y32.The guard bands of zeros such as 50 extending each data word accordingly provide for word growth in partial summations. When the upper edge of any result parallelogram such as 46 passes over any cell, the carry bit recirculated on that cell must become zero. This avoids carry bit propagation from one convolution result parallelogram to another, such as from 46 (Y3) to 48 (Y4). The use of guard bands has been described in the prior art and will not be discussed further.
Just as terms of the kind y3k (k=0,1 . .) emerge from the right hand column of the array 10 as described above, terms of the kind y3k and yO3k emerge from the central and left hand columns respectively. By virtue of the one-bit time stagger between input of successive words to adjacent array rows, there is a one-bit time stagger between emergence of terms below adjacent array columns.
Eleven cycles after that illustrated in Figs. 3 and 4, parallelogram 46 will have passed entirely out of or below the array 10. It will contain all the partial sums necessary to compute Y3, since every bit of X3 will have multiplied every bit of A0 in the top array row, and so on down to X0 and A3 in the bottom row. However, the partial sums of the kind yi3k must be accumulated appropriately to generate V3. Now y3ik in each case is given by:
3 3 ygk=lsb of C alxk,,+carry bits from 2; aixk 13, (5) L i=O i=O y3k accordingly has bit significance (j+k).In order to generate the rh bit yi3 of V3, where r=j+k, it is necessary to accumulate all terms of significance (j+k), including carries. In parallelogram 46 of Fig. 4, dotted lines link partial sums of like bit significance, such as line 52 linking y330, y311 and y303. These partial sums are produced with a two clock cycle delay between adjacent sum; y3 is given by::
y3=yi3+k=lsb of { yPFr-P)+carry bits from # (6) accumulation of y3-1 In parallelogram 46, it will be seen that y302 is to be accumulated with two terms two and four clock cycles earlier, but y031 and y 3 require accumulation with one and no earlier terms respectively. Accumulation must accordingly be performed adaptively to achieve this.
Referring now to Fig. 5, there is shown an accumulator 60 appropriate for accumulating partial sums generated by the array 10. The accumulator 60 has three switching units 62o to 622 connected respectively to the bottom row cell outputs 2430 to 2432. Each unit 62n (n=O to 2) has a cumulative sum input 64n connected as one input to each of two AND gates 66an and 86b0. Each unit 62n also has a D-type flip-flop 68n having a CK (clock) input connected to an Isb flag line 70.Each flip-flop 68n has Q and Q outputs connected as inputs to AND gates 77an and 66bn respectively, and each Q output is also connected to the corresponding D input. Each flipflop has a reset input R which sets 0=0 and 0=1 when pulsed. The Isb flag line 70 is connected to a delay unit 72 consisting of nine clocked latches in series (not shown) giving anine clock cycle delay to an Isb flag input at 74. The line 70 contains two latches 76a and 76b, latch 76a being connected between the CK inputs of switching units 62o and 621 and latch 76b between the CK inputs of units 62, and 623.
The outputs from AND gates 66aO to 66a2 are connected as inputs to respective full adders 78o to 783 forming a first accumulator chain indicated generally by 80a. Similarly, the outputs from AND gates 66bo to 66b2 are connected to a second accumulator chain 80b of full adders 82o to 822.Each adder receives a second input, this input being zero in the case of adders 783 and 823, but being the output of its right hand neighbour delayed by two latches 84n or 86n (n=O or 1) in the case of adders 780, 78,, 82o and 821. Carry bits c are circulated on each adder via respective latches 88n or 90n (n=O, 1 or 2). All latches of Fig. 3 (including those of delay unit 72 are clocked on every clock cycle by clocking means (not shown) in synchronism with latches of the array 10.
The accumulator 60 operates as follows. The reset inputs R of all three flip-flops 68o to 683 are initially pulsed to set each 0 output to 0 and each Qoutput to 1. This starts accumulation in chain 80a, as will be described. In addition an Isb flag is employed to switch between accumulator chains 80a and 80b when the output from one column of the array 10 changes from one convolution result to the next; ie Yn+1 is accumulated in a different chain to Yn The Isb xn , of each data word X is input to cell 1203 in synchronism with input of a respective Isb flag to delay unit 72, whose clocked latches give a nine clock cycle delay.When output from delay unit 72, each Isb clocks flip-flop 683 immediately and flip-flops 681 and 68o one and two clock cycles later respectively by virtue of latches 76b and 76a in flag line 70. This transfers each D input to the respective 0 output with the inverse appearing at 0 and fed back to the D input.
An Isb flag reaching a CK input accordingly causes both corrponding Q and 0 outputs to change state. Now since any pair of AND gates 66a and 66bn (n=O, 1 or 2) receives inputs from the Q and Q outputs of respective switching units 62n, at any time one will receive a zero input and the other a logic 1 input. The zero input produces a zero output irrespective of the other input to the AND gate from the array 10, whereas the logic 1 input provides for the relevant AND gate output to be O or 1 in accordance with the corresponding array output bit. Accordingly, the output from an array column is effectively fed to an accumulator chain 80a or 80b via an AND gate 66an, or 66bn addressed by a logic 1 input.Since the data words Xn are five bits in length, a new lsb flag is output from delay unit 72 every five clock cyles. The state of each pair of Q and Q outputs therefore switches every five clock cycles to produce corresponding switching between accumulator chains.
Referring now also to Fig. 4 once more, y30 will reach AND gates 66a2 and 66b2 via array output 2433 four clock cycles after that illustrated. At the same time, these AND gates receive the Isb flag input to delay unit 72 five cycles prior to that illustrated when x2 was input to cell 1202. The isb flag will switch from one accumulator chain to the other, ie from 80a to 80b.
Partial sum y3 accordingly reaches adder 823, where it is added to a permanently zero cumulative sum input bit and to a carry input bit from latch 903 which has become zero as will be described. Partial sum y3 is then output to latches 863 to experience a two clock cycle delay.
Five clock cycles after that illustrated, the Isb flag has switched the central column output 24 to accumulator chain 80b. Adder 821 receives yBO and adds to it zero cumulative sum input and carry bits. These added bits are zero because neighbouring adder 823 had zero inputs two cycles earlier and adder 821 had zero inputs one cycle earlier, as will be clarified later. On this cycle also, y3 becomes stored on the left hand latch of latch pair 862, and y31 is input to adder 822 for addition to zero cumulative sum and carry input bits. Six clock cycles after that illustrated, the Isb flag switches left hand column output 2430 to accumulator chain 80b.Adder 82o accordingly receives y 3 together with zero carry and cumulatie sum input bits. It accordingly outputs Yg (=y 3 ), the Isb of V3. A zero carry bit is recirculated. On this cycle, adder 821 receives y211 from switching unit 621 and y30 from adder 822. It outputs the Isb of y31+y30 to latches 86, and recirculates the corresponding higher significance bit as a carry. In addition, adder 822 outputs u32 to latches 862.
On the seventh clock cycle after that illustrated, adder 820 receives y3 ' from above and ysO from its right, and adds to them a zero carry from the preceding y3 computation to produce output of ys, the second Isb of V3. Simultaneously, adder 822 receives and outputs a carry bit computed by the array 10 in the y32 summation and one level higher in bit significance. Adder 82, receives y3 from its right and y311 from above, and adds them to the zero carry bit from its ysO summation.
On the eighth clock cycle after that illustrated, adder 820 receives y302 from above and the Isb of (y31+y30) from its right. It adds to these the carry bit from its preceding y31 computation to produce y3, the third Isb of V3.
Extending the foregoing analysis it will be apparent that yg, the bit of significance q of V3 is output from adder 82o (q+6) cycles after that illustrated in Fig. 4. This analysis is easily generalised to show that the qth bit Ynq of Vn emerges from adder 82o (n odd) (5n+q+6) cycles after that shown. Moreover, each Yn is the sum of a maximum of four products of two three-bit words. The maximum possible value obtainable is accordingly 4x7x7 or 196, this being eight bits in length; y3 and all higher order bits of V3 must therefore be zero.Adder 82o accordingly receives a zero carry input on the fourteenth cycle after that illustrated, the equivalent for adders 82, and 822 occurring two or more cycles earlier.
On the ninth, tenth and eleventh clock cycles after that illustrated, a further Isb flag clocks the CK inputs of D type flip-flops 682, 681 and 680. This switches accumulation of V4 to accumulator chain 80a comprising adders 78o to 782. Adders 822 to 82o will therefore not receive further partial sum inputs unitl the fourteenth, fifteenth and sixteenth subsequent cycles respectively, when a further Isb flag effects switching in each case and V5 begins accumulation. In effect, switching between accumulator chains every five clock cycles allows accumulation of ten bit Vn convolution results only eight bits of which are needed in this example.Accordingly, V3 accumulation cannot extend into that of V5 in the same chain 80b, and this also applies to any pair of results Yn and Yn,2 is either chain. A similar analysis to that above shows that for n even, yq of Yn emerges from adder 78o (5n+q+6) clock cycles after that shown.
The array 10 is arranged for data input at cell 1202, so that the Isb xn , of each data word meets a most significant coefficient bit a02 of Ao first. If the order of the coefficient bits is reversed so that each xn , meets a00 first, the effect on partial sum generation is that partial sums of like bit significance are generated on the same clock cycle, instead of with an intervening two clock cycle delay between adjacent sums. A different form of accumulator is then required. A pair of adder trees is employed instead of two accumulator chains, and switching between trees is provided for in a similar manner to that previously described.The principles of adder trees are very well known in digital electronics and this will not be described in detail.
Referring to Fig. 5 once more, delay unit 72 may be arranged to provide a shorter delay, or even dispensed with. It does not matter if there is some unnecessary initial switching between accumulator chains so long as there is a change every five cycles, ie at a switching frequency equal to the clock period divided by the data word bit-length. The delay unit 72 may accordingly give a four clock cycle delay, or be dispensed with if the flag is input one cycle earlier than data Isb input.
The example of the invention described with reference to Figs. 1 to 5 employed three bit data and coefficient words. More generally, for an N/point convolution involving p-bit data words and q-bit coefficient words, each data word is extended by log2N zeros and the equivalent of delay devices 22o to 222 provide for (1 +log2N+p-q) clock cycle delays.
The invention provides the advantage of being cascadable. As described, the cumulative sum inputs to array cells 72, to 1202 were set to zero. These might however be connected to receive the output from an equivalent array 10, which would provide an eight point convolution.
In this way, large convolution arrays can be built up from a number of smallsub-arrays connected in series together with a single accumulator device equivalant to 60. However, guard bands would require further extension to accommodate larger partial sums, and it is preferable to accumulate stage by stage as will be described later.
Referring now to Fig. 6, in which parts equivalent to those previously described are likereferenced with the prefix 100, there is shown a processor 100 of the invention arranged for cascading to provide a fault tolerant array. The processor 100 includes an array 110 of clockactivated gated full adder logic cells indicated schematically by rectangles such as 112. The array 110 is connected via a bank of switches 162 to two accumulator chains 180a and 180b.
The switches 162 are connected via a delay unit 172 to an Isb flag input 174, the delay unit 172 giving a delay of nine clock cycles. The processor has a data input 196 and a data output 198.
The accumulator chains 180 a and 180b are connected as first inputs to respective full adders 200a and 200b each arranged for carry recirculation. The processor 100 has two convolution result inputs 202a and 202b connected via clock-activated delay units 204a and 204b to provide second inputs to the adders 200a and 200b. Output sums from the adders 200a and 200b pass via clock-activated latches 206a and 206b to the 1-selected inputs of respective one-bit multiplexers 208a and 208b. Two further one-bit multiplexers 208c and 208d have 1selected inputs connected respectively to receive data output from the array 110 after a three clock cycle delay at a clock-activated unit 210 and the Isb flag signal from delay unitb 172. Each of the multiplexers 208a to 208d has a O-selected input connected to a respective processor bypass line 212a to 212d.The bypass lines 212a to 212d are connected to the convolution result inputs 202a and 202b, the data input 196 and the Isb flag input 174 respectively. Each bypass line contains two respective clock-activated latches 214a; and 214a2 to 214d, and 214d2 arranged near a corresponding input or output in each case. The multiplexers 208a to 208d have respective outputs 216a to 216d, these receiving signals from respective 0 or 1selected inputs in accordance with the signal on a CASCADE/BYPASS line 218.
The processor 100 is designed to be suitable to provide elements of a cascaded chain of like processors. This enables convolutions involving a large coefficient set to be carried out by processors each individually designed for a small coefficient set. As illustrated, the processor 100 is connected between equivalent processors 100' and 100" indicated in part by chain lines.
Data, Isb flags and convolution results output by processor 100' pass to corresponding data, Isb flag and convolution result inputs of processor 100. Similarly, multiplexers 208a to 208d provide convolution results, data and Isb flags to processor 100".
The Fig. 6 arrangement operates as follows. The array 110, bank of switches 162 and accumulator chains operate as previously described with reference to Figs. 1 to 5. They accordingly produce even-numbered convolution results from accumulator chain 180a and odd numbered convolution results from accumulator chain 180b. As has been said, each result is a number of not more than eight bits, but ten bits are available in each accumulator chain to accommodate non-overlapping results. Each convolution result may therefore be added to up to three other results from other processors without exceeding ten bits.
The multiplexers 208a to 208d provide for the processor 100 to be implemented in a cascaded array or bypassed in accordance with whether or not it is fault-free. Initially it is taken to be fully operational; CASCADE/BYPASS line 218 is set to logic 1 as are corresponding lines in processors 100' and 100". Convolution results, data and Isb flags from processor 100' pass to inputs 202a, 202b, 196 and 174 for use in processor 100. Adders 200a and 200b add the convolution results obtained in the processor 100' and 100, and the sums pass to multiplexers 208a and 208b via latches 206a and 206b. In combination, delay units 204a and 204b together with latches 206a and 206b produce a four clock cycle delay for convolution results per processor stage.This is required to synchronise arrival of bits of the same significance at adders 200a and 200b, since an array such as 110 takes four clock cycles to generate a contribution to a convolution result. In general, a delay unit 204a or 204b will provide (n- 1) clock cycle delays for anm n-row array. Alternatively, a latch such as 206a might be incorporated in a delay unit such as 204a, in which case this delay unit would provide a delay equal to the number of array rows. As a further alternative, the delay unit 210 might be relocated between the array 110 and the array data input 196 producing an equivalent effect.
The processors 100', 100 and 100" may be considered to be carrying out the onvolution of a set of twelve coefficients Ao to A,l with data words X, ,. Each operates with a respective coefficient subset, ie processor 100' with Ao to A3, processor 100 with A4 to A, and processor 100" with A8 to A,l. In consequence, the outputs from accumulator chains 180a and 180b and the equivalent in the other processors will be: Processor 100':
Processor 100:
Processor 100'::
By inspection, expressions (7.1) to (7.3) can simply be added to provide a twelve point convolution result over indices i=0 to 11 Accumulation processor by processor in this way in a cascaded array avoids the need for excessively large guard bands which would otherwise be required in a large single processor or in cascaded arrays of logic cells such as arrays 110 with a single accumulator.
To verify that the Fig. 6 arrangement produces the correct timing of data flow and result accumulation, it is merely necessary to carry out an analysis similar to that described with reference to Figs. 1 to 5. This is straightforward and will not be described. It is simply observed that a twelve row array would produce an output partial sum after twleve clock cycles. Accordingly, partitioning this into three four row arrays as in Fig. 6 requires outputs of the first four rows to experience a four clock cycle delay to synchronise with outputs from the second four rows, and both to undergo a further like delay to synchronise with outputs from the third four rows.
Turning now to the situation in which processor 100 is found to be faulty, in this case CASCADE/BYPASS line 218 receives a 0 input. Outputs 216a to 216d consequently become conected to bypass lines 212a to 212d via the O-selected inputs of multiplexers 208a to 208d.
Input Isb flags, data and convolution results acordingly become routed from inputs 174, 196, 202a and 202b to multiplexer outputs bypassing the faulty processor 100. By virtue of latches 214a, and 214a2 to 214d, and 214d2, each input experiences a two clock cycle delay.
The net effect of setting CASCADE/BYPASS line 218 to 0 is therefore to replace processor 100 by a two clock cycle delay for all inputs. Since data, results and Isb flags are delayed equally, This does not disrupt the relative timing of input signals to processor 100".
The bypass arrangements in Fig. 6 allow the processor 100 to be part of a fault-tolerant chain of cascaded processors. Such a chain includes more processor stages (each equivalent to processor 100) than are required to carry out a given convolution. Processor stages that are faulty or unnecessary are then bypassed as previously described. This leads to an important advantage of the Fig. 6 arrangement. Bypass connections normally require comparatively long conductors to take the signal from a first integrated circuit around a second to a third. The RC time constant of such a conductor is undesirably long, and the rate at which any pipelined circit can be clocked is limited by the slowest element in the pipeline. Consequently, long conductors reduce maximum clock rate.However, by introducing bypass latches such as 214a, and 214a2, the bypass conductors are subdivided into lengths which can be switched as fast as other circuit elements such as logic cells. Accordingly, the rate of data throughput and result generation is not reduced as a result of bypassing. Circuit latency is of course increased by two clock cycles, this being the time taken for any given result or accumulate. Latency is unimportant however, since maintaining a clocking rate of say 20 MHz is much more important than waiting an additional two cycles or 0. 1 microsecond. In digital signal processing circuits, the rate of data processing considerably outweighs latency considerations.
The number of latches in any bypass line depends on the RC time constant per unit length.
Whereas two latches per bypass line are illustrated in Fig. 6, in any integrated circuit design this number will be varied as appropriate to individual design constraints.
The foregoing latched bypass arrangements preserving operating speed cannot be employed in for example the processor of Reference 1, in which data progresses through an array in the opposite direction to result generation. To illustrate this, consider a cascaded array of prior art processors in which one processor is faulty. Using latched bypass connections, results moving around a bypassed processor would undergo a delay before reaching the next stage, whereas data moving to that stage from a different processor would not have undergone a delay.
Consequently, result generation would become delayed with respect to data flow, and results produced would become meaningless as partial products became added to inappropriate partial sums. Latches cannot therefore be employed in bypassing prior art processors. Cascaded arrays of such processors would therefore need to operate very slowly as compared to the invention if required to be fault tolerant.
Whereas the processor 100 has two accumulator chains 180a and 180b to allow cascading and computation of ten bit convolution results, one or more additional chains may be furnished to allow for larger results to be computed. One additional chain would for example allow cascading of up to 27 processors, which is far more than would normally be required. Such a third chian would be associated with a respective bypass line, full adder and multiplexer.
Switching between three or more accumulator chains in succession requires straightforward logic circuitry well known in the art.
The examples of the invention have related to processors appropriate for positive data and positive coefficients. These can be modified to deal with positive and negative data and coefficients by the use of a control bit cell input and accumulator correction similar to that described in detail in Reference 1.
Whereas the examples of the invention have been described in terms of convolution, they are also suitable for use in correlation. This is described in Reference 1. Repeating Equation (1) for ease of reference, the convolution operation is defined by:
provided ian (1) The correlation operation is defined by:
From Equation (1) the fifth convolution result V4 of four point computations (N=4) is given by: V4 (convolution) = A0K4 + A ,X3 + A2V2 + A3X1 (9) From Equation (8), the second correlation result V, of a four point computation is given by:: Y, (correlation)=A0X,=A,X2+A2X3+A3X4 (10) Rearranging Equation (10) with the right hand side in reverse order and writing Bj=A3 ,, i=O to 3: Y, (correlation) = B0X4+B,X3+ B3X3 + B3X1 (11) Equations (9) and (11) are equivalent, demonstrating that convolution and correlation are equivalent mathematical operations. Convolution of data with a set of coefficients is equivalent to correlation of the same data with the same coefficients in reverse order. For a given set of coefficients Ao to Ak, a convolution of correlation operation will be performed by a processor of the invention according to whether coefficient words are array such as array 10 beginning with Ao to the top or bottom row. There is a small difference in that the first few terms in a convolution result series are absent in the corresponding correlation series. Equation (8) for example cannot generate V0 to V2 of Equation (1). However, for practical purposes this is not important. Digital arithmetic circuits are employed to generate very large numbers of results, and a few extra or absent results at the beginning of a series of millions for example is insignificant.

Claims (8)

1. A digital processor suitable for performing an N point convolution or correlation of coefficient words of q bits with data words guard band extended to p bits, and wherein: (1) the processor includes an array of N rows and q columns of one-bit logic cells; (2) each logic cell is arranged to: (a) input data, carry and cumulative sum bits, (b) output the data bit, (c) produce output cumulative sum and carry bits corresponding to addition of the input cumulative sum and carry bits to the product of the input data bit with a respective stationary coefficient bit, and (d) recirculate the output carry bit on the respective cell to provide an input carry bit for a succeeding computation; (3) cell interconnection lines are arranged to provide for propagation of data bits along array rows and for cascading cumulative sum generation down array columns;; (4) the cell interconnection lines include clock-activated first delaying means arranged to effect data bit movement along array rows at the same rate as cumulative sum bit movement down array columns; (5) the array has a first row, first column cell for data input to the array words and bit serially, least significant bit leading; (6) last column cells in the first to (N- 1)th rows each have a data bit output connected via a respective clock-activated second delaying means to a data bit input of a first column cell in a respective adjacent or second to Nth row to provide for data to move along successive rows down the array, the first and second delaying means being arranged in combination to delay successive data bits as appropriate for cascading cumulative sum generation down each array column; and (7) the processor includes accumulating means arranged to add cumulative sums of like bit significance output from different array columns and comprising contributions to like convolution or correlation terms.
2. A digital processor according to Claim 1 including an additional clock-activated delay unit connected to series with a first row, first column cell data input or a last row, last column cell data output, the delay unit being arranged for relaying data to another like processor.
3. A digital processor according to Claim 1 or 2 including an accumulator device arranged to add array output cumulative sum bits of bits significance and to accumulate successive convolution or correlation results in different adding means.
4. A digital processor according to Claim 3 wherein each adding means is arranged to sum convolution or correlation results produced by the processor with other like results input to it, as appropriate to provide for processors to be cascaded with stage by stage accumulation.
%. A digital processor in accordance with Claim 3 or 4 wherein the accumulator device is switchable between addding means in response to an input flag bit indicating arrival of a bit of appropriate significance.
6. A digital processor according to any preceding claim including bypass lines arranged to reroute inputs to the processor around it, the bypass lines being implementable in the event of a processor fault as appropriate to isolate a faulty processor in a cascaded processor chain.
7. A digital processor according to Claim 6 wherein the bypass lines are subdivided into rapidly switchable sections by clock-activated delaying means.
8. A digital processor substantially as herein described with reference to the accompanying Figs. 1 to 5 or 1 to 6.
GB8704230A 1986-03-05 1987-02-24 Digital processor for convolution and correlation Expired GB2187579B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB8704230A GB2187579B (en) 1986-03-05 1987-02-24 Digital processor for convolution and correlation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB868605366A GB8605366D0 (en) 1986-03-05 1986-03-05 Digital processor
GB8704230A GB2187579B (en) 1986-03-05 1987-02-24 Digital processor for convolution and correlation

Publications (3)

Publication Number Publication Date
GB8704230D0 GB8704230D0 (en) 1987-04-01
GB2187579A true GB2187579A (en) 1987-09-09
GB2187579B GB2187579B (en) 1989-11-15

Family

ID=26290442

Family Applications (1)

Application Number Title Priority Date Filing Date
GB8704230A Expired GB2187579B (en) 1986-03-05 1987-02-24 Digital processor for convolution and correlation

Country Status (1)

Country Link
GB (1) GB2187579B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991010185A1 (en) * 1990-01-03 1991-07-11 Cellware Kft. Basic building block for massively parallel computers
GB2293713A (en) * 1994-09-30 1996-04-03 British Aerospace Digital image processing apparatus

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2106287A (en) * 1981-08-18 1983-04-07 Secr Defence Digital data processor
GB2144245A (en) * 1983-07-28 1985-02-27 Secr Defence A digital data processor for matrix/matrix multiplication

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2106287A (en) * 1981-08-18 1983-04-07 Secr Defence Digital data processor
GB2144245A (en) * 1983-07-28 1985-02-27 Secr Defence A digital data processor for matrix/matrix multiplication

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991010185A1 (en) * 1990-01-03 1991-07-11 Cellware Kft. Basic building block for massively parallel computers
GB2293713A (en) * 1994-09-30 1996-04-03 British Aerospace Digital image processing apparatus
GB2293713B (en) * 1994-09-30 1998-12-23 British Aerospace Digital image processing apparatus

Also Published As

Publication number Publication date
GB8704230D0 (en) 1987-04-01
GB2187579B (en) 1989-11-15

Similar Documents

Publication Publication Date Title
US4885715A (en) Digital processor for convolution and correlation
US4639857A (en) Digital data processor incorporating an orthogonally connected logic cell array
US4833635A (en) Bit-slice digital processor for correlation and convolution
US5500811A (en) Finite impulse response filter
US4601006A (en) Architecture for two dimensional fast fourier transform
US4720780A (en) Memory-linked wavefront array processor
US5138695A (en) Systolic array image processing system
US4839847A (en) N-clock, n-bit-serial multiplier
US5274832A (en) Systolic array for multidimensional matrix computations
US4701876A (en) Digital data processor for multiplying data by a coefficient set
US4791597A (en) Multiplierless FIR digital filter with two to the Nth power coefficients
US5235537A (en) Digital processor for two's complement computations
GB2187579A (en) Processor for convolution and correlation
Arambepola Discrete Fourier transform processor based on the prime-factor algorithm
McWhirter et al. Multibit convolution using a bit level systolic array
EP0073116B1 (en) Integrated data processing circuits
EP0315550A2 (en) Highly parallel computer architecture employing crossbar switch with selectable pipeline delay
GB2192474A (en) Processor for correction and convolution
EP0112186A2 (en) Modular high-speed multipliers, and integrated circuit chip modules for such multipliers
Arambepola et al. Cascadable one/two-dimensional digital convolver
Baghaie et al. An efficient new systolic architecture for the solution of discrete Fourier transform
SU798863A1 (en) Digital device for solving simultaneous algebraic equations
Hu et al. A bit-level systolic 2D-IIR digital filter without feedback
Dadda Byte-serial convolvers
Durgam Dynamically configurable systolic arrays

Legal Events

Date Code Title Description
732E Amendments to the register in respect of changes of name or changes affecting rights (sect. 32/1977)
PCNP Patent ceased through non-payment of renewal fee