Circuit to extract logical values at arbitrary bit positions

Information

  • Patent Application
  • 20040109444
  • Publication Number
    20040109444
  • Date Filed
    December 05, 2002
    21 years ago
  • Date Published
    June 10, 2004
    20 years ago
Abstract
A method and device to copy data fields from one or more source packets to one or more result packets. In a SET function, adjacent data fields in a source packet is copied to respective destination data fields in a result packet governed by a field locator packet. In an ESET function, data fields in respective source packets are copied to adjacent data fields in a result packet governed by a field locator packet. In an EXTRACT function, data fields in a source packet are copied to adjacent data fields in a result packet governed by a field locator packet. In a SCATTER function, adjacent data fields in a source packet are copied to data fields in respective result packets governed by a field locator packet.
Description


FIELD

[0001] Embodiments of the invention relates generally to data packet processing, and in particular, to an apparatus and method to extract data logical values at arbitrary bit positions in a data packet.



BACKGROUND

[0002] In voice processing and other data processing, manipulation of data within data packets is often desirable. For instance, manipulation of headers or other data fields within a packet is often required for complex protocols such as asynchronous transfer mode (ATM) and ATM adaptation layers (AAL). It is desirable to manipulate data within data packets efficiently to reduce processing power and time consumption.


[0003] Typically, processors, such as reduced instruction set computer (RISC) processors, are used to manipulate data packets. However, RISC processors operate on bytes or words (2 or 4 bytes) instead on the bit level. Accordingly, if a data field has a length less than a byte or a word, there is some inefficiency in manipulation of the data using a RISC processor since some bits which need not be affected are manipulated. In addition, with a RISC processor, simple bit manipulation operations typically require a large number of cycles, which again makes bit manipulation rather inefficient, power and time consuming.







BRIEF DESCRIPTION OF THE DRAWINGS

[0004]
FIG. 1 illustrates diagrams of exemplary source, result, and field locator packets undergoing a SET function in accordance with an embodiment of the invention;


[0005]
FIG. 2 illustrates a block diagram of an exemplary SET logic device that performs the SET function in accordance with an embodiment of the invention;


[0006]
FIG. 3 illustrates a block diagram of an exemplary sub-device of the SET logic device that performs the SET functions in accordance with another embodiment of the invention;


[0007]
FIG. 4 illustrates diagrams of a plurality of exemplary sources, result, and field locator packets undergoing an ESET function in accordance with an embodiment of the invention;


[0008]
FIG. 5 illustrates a block diagram of an exemplary ESET logic device that performs the ESET function in accordance with an embodiment of the invention;


[0009]
FIG. 6 illustrates diagrams of exemplary source, result, and field locator packets undergoing an EXTRACT function in accordance with an embodiment of the invention;


[0010]
FIG. 7 illustrates a block diagram of an exemplary EXTRACT logic device that performs the EXTRACT function in accordance with an embodiment of the invention;


[0011]
FIG. 8 illustrates a block diagram of an exemplary sub-device of the EXTRACT logic device that performs the EXTRACT function in accordance with another embodiment of the invention;


[0012]
FIG. 9 illustrates diagrams of a plurality of exemplary results, source, and field locator packets undergoing a SCATTER function in accordance with an embodiment of the invention; and


[0013]
FIG. 10 illustrates a block diagram of an exemplary SCATTER logic device that performs the SCATTER function in accordance with an embodiment of the invention.







DETAILED DESCRIPTION

[0014]
FIG. 1 illustrates diagrams of an exemplary source packet X 102, result packet Z 104, and field locator packet Y 106 undergoing a SET function in accordance with an embodiment of the invention. In a SET function, adjacent data fields in the source packet X 102 are copied to fields in the result packet Z 104 in accordance with the field locator packet Y 106. For instance, the adjacent data fields Field X-A, Field X-B, and Field X-C in source packet X 102 are copied respectively to data fields Field Z-A, Field Z-B, and Field Z-C of result packet Z 104. The data fields Field Z-A, Field Z-B, and Field Z-C of result packet Z 104 need not be adjacent to each other.


[0015] The field locator packet Y defines the destination fields Field Z-A, Field Z-B, and Field Z-C of the result packet Z 104. For instance, the field locator packet Y 106 has three fields Field Y-A, Field Y-B, and Field Y-C with their respective bits being asserted. The remaining fields of the field locator packet Y 106 have their respective bits non-asserted. The asserted fields Field Y-A, Field Y-B, and Field Y-C of the field locator packet Y 106 have the same respective bit positions as the destination data fields Field Z-A, Field Z-B, and Field Z-C of the result packet Z 104. This is one way that the field locator packet Y identifies the locations of Field Z-A, Field Z-B, and Field Z-C of the result packet Z 104 to which the adjacent data fields of the source packet X 102 are to be copied.


[0016]
FIG. 2 illustrates a block diagram of an exemplary SET logic device 200 that performs the SET function in accordance with an embodiment of the invention. In this example, the SET logic device 200 implements the SET function for a source, result, and field locator packets, each being 32 bits in length. The exemplary logic device 200 comprises a plurality of 8-bit right shifters 202, 204, and 206 and a plurality of data field generators 208, 210, 212, and 214. The 8-bit right shifters 202, 204 and 206 generate the appropriate source bits for the respective field generators 210, 212 and 214.


[0017] The source packet X|[31:0] is coupled to an input of the first 8-bit right shifter 202 and the 8 least significant bits X[7:0] of the source packet X are coupled to an input of the first field generator 208. The sum of asserted bits within the 8 least significant bits Y[7:0] of the field locator packet Y controls the amount of right shifting of the first 8-bit right shifter 202. Also, the 8 least significant bits Y[7:0] of the field locator packet Y serve as another input to the field locator 208.


[0018] The output X′[31:0] of the first 8-bit right shifter 202 is coupled to the input of the second 8-bit right shifter 204 and the 8 least significant bits X′[7:0] of the output of the first 8-bit right shifter 202 are coupled to the input of the of the second field generator 210. The sum of asserted bits within the next 8 significant bits Y[15:8] of the field locator packet Y controls the amount of right shifting of the second 8-bit right shifter 204. Also, the next 8 significant bits Y[15:8] of the field locator packet Y serve as another input to second field generator 210.


[0019] The output X″[31:0] of the second right shifter 204 is coupled to the input of the third right shifter 206 and the 8 least significant bits X″[7:0] of the output of the second right shifter 204 are coupled to the input of the third field generator 212. The sum of asserted bits within the next 8 significant bits Y[23:16] of the field locator packet Y controls the amount of right shifting of the third right shifter 206. Also, the next 8 significant bits Y[23:16] of the field locator packet Y serve as another input to third field generator 212.


[0020] The output X′″[31:0] of the third 8-bit third right shifter 206 is coupled to the input of the fourth field generator 214. The next 8 significant bits Y[31:24] of the field locator packet Y serve as another input to the fourth field generator 214.


[0021]
FIG. 3 illustrates a block diagram of an exemplary field generator 300 of the SET logic device 200 that performs the SET function in accordance with another embodiment of the invention. The field generator 300 comprises a plurality of 1-bit right shifters 302, 304, 306, 308, 310, 312, and 314. The field generator 300 further comprises a plurality of two-input-one-output multiplexers 318, 320, 322, 324, 326, 328, 330, and 332. The first field generator 208 (FIG. 2) will serve as an example with the inputs being the 8 least significant bits X[7:0] of the source packet X and the 8 least significant bits Y[7:0] of the field locator packet Y. It shall be understood that the other field generators 210, 212, and 214 are the same as field generator 300 except that the inputs are respectively X′[7:0], Y[15:8], and X″[7:0], Y[23:16], and X′″[7:0], Y[31:24].


[0022] The 8 least significant bits X[7:0] of the source packet X serve as an input to the first 1-bit right shifter 302 and its least significant bit X[0] serves as an input to the first multiplexer 318. The other input of the first multiplexer 318 is a logic zero. The least significant bit Y[0] of the field locator packet Y serves as the respective control inputs to the first 1-bit right shifter 302 and the first multiplexer 318. The output X-1[7:0] of the first 1-bit right shifter 302 serves as an input to the second 1-bit right shifter 304 and its least significant bit X-1[0] serves as an input to the second multiplexer 320. The other input of the second multiplexer 320 is a logic zero. The next significant bit Y[1] of the field locator packet Y serves as the respective control inputs to the second 1-bit right shifter 304 and the second multiplexer 320.


[0023] The output X-2[7:0] of the second 1-bit right shifter 304 serves as the input to the third 1-bit right shifter 306 and its least significant bit X-2[0] serves as an input to the third multiplexer 322. The other input of the third multiplexer 322 is a logic zero. The next significant bit Y[2] of the field locator packet Y serves as the respective control inputs to the third 1-bit right shifter 306 and the third multiplexer 322.


[0024] The output X-3[7:0] of the third 1-bit right shifter 306 serves as the input to the fourth 1-bit right shifter 308 and its least significant bit X-3[0] serves as an input to the fourth multiplexer 324. The other input of the fourth multiplexer 324 is a logic zero. The next significant bit Y[3] of the field locator packet Y serves as the respective control inputs to the fourth 1-bit right shifter 308 and the fourth multiplexer 324.


[0025] The output X-4[7:0] of the fourth 1-bit right shifter 308 is coupled to the fifth 1-bit right shifter 310 and its least significant bit X-4[0] serves as an input to the fifth multiplexer 326. The other input of the fifth multiplexer 326 is a logic zero. The next significant bit Y[4] of the field locator packet Y serves as the respective control inputs to the fifth 1-bit right shifter 310 and the fifth multiplexer 326.


[0026] The output X-5[7:0] of the fifth 1-bit right shifter 310 is coupled to the sixth 1-bit right shifter 312 and its least significant bit X-5[0] serves as an input to the sixth multiplexer 328. The other input of the sixth multiplexer 328 is a logic zero. The next significant bit Y[5] of the field locator packet Y serves as the respective control inputs to the sixth 1-bit right shifter 312 and the sixth multiplexer 328.


[0027] The output X-6[7:0] of the sixth 1-bit right shifter 312 serves as the input to the seventh 1-bit right shifter 314 and its least significant bit X-6[0] serves as an input to the seventh multiplexer 330. The other input of the seventh multiplexer 330 is a logic zero. The next significant bit Y[6] of the field locator packet Y serves as the respective control inputs to the seventh 1-bit right shifter 314 and the seventh multiplexer 330.


[0028] The least significant bit X-7[0] of the output X-7[7:0] of the seventh 1-bit right shifter 314 serves as an input to the eighth multiplexer 332. The other input of the eighth multiplexer 322 is a logic zero. The next significant bit Y[7] of the field locator packet Y serves as the control input to the eighth multiplexer 332.


[0029] As an example, the following source X, result Z, and field locator Y packets are used to illustrate the operation of the SET logic device 200:
10 . . . 000000000000110011100101Source X0 . . . 000101000000000011100101Result Z0 . . . 000101110000000011111111Field Locator Y


[0030] The source packet X[31:0] is applied to the input of the first 8-bit right shifter 202 and its 8 least significant bits X[7:0] are applied to the input of the field generator 208. The 8 least significant bits Y[7:0] of the field locator packet Y are applied to the field generator 208. Referring again to FIG. 3, since Y[7:0] are all asserted, they will cause a 1-bit shift of the 8 least significant bits X[7:0] respectively by the 1-bit right shifters. Thus, the following values holds:
2X[0]=1X − 1[0]=0X − 2[0]=1X − 3[0]=0X − 4[0]=0X − 5[0]=1X − 6[0]=1X − 7[0]=1


[0031] Since again 8 least significant bits Y[7:0] of the field locator Y are all asserted, they control the multiplexers to select as its output the corresponding X instead of the logic zero. Thus, the output of the field generator 208 is as follows:


Z[7:0]=11100101


[0032] which agrees with 8 least significant bits Z[7:0] of the result packet Z.


[0033] Referring again to FIG. 2, the number of asserted bits of the 8 least significant bits Y[7:0] of the field locator packet Y controls the amount of right shifting of the first 8-bit right shifter 202. Since in this example the 8 least significant bits Y[7:0] of the field locator packet Y have 8 asserted bits, the first 8-bit right shifter 202 right shifts the source packet X[31:0] by 8 positions to form X′[31:0] as follows:


X′[31:0]=0 . . . 0000000000001100


[0034] The 8 least significant bits X′[7:0] of the output of the first 8-bit right shift 202 serve as an input to the second field generator 210. The next significant bits Y[15:8] of the field locator packet Y are applied to the second field generator 210. Referring again to FIG. 3, since Y[15:8] are all non-asserted, they cause the multiplexers to output the logic zeros. Thus, the output of the second field generator 210 is as follows:


Z[15:8]=00000000


[0035] Referring again to FIG. 2, the number of asserted bits of the next significant bits Y[15:8] of the field locator packet Y controls the amount of right shifting of the second 8-bit right shifter 204. Since in this example the next significant bits Y[15:8] of the field locator packet Y have no asserted bits, the second 8-bit right shifter 204 does not right the output X′[31:0] of the first right shift 202. Thus, the output of the second right shift 204 is as follows:


X″[31:0]=0 . . . 0000000000001100


[0036] The 8 least significant bits X″[7:0] of the output of the second 8-bit right shift 204 serves as an input to the third field generator 212. The next significant bits Y[23:16] of the field locator packet Y is applied to, the third field generator 212. The Y[23:16] is as follows:


Y[23:16]=00010111


[0037] Referring again to FIG. 3, the least significant bit X″[0] is a logic zero and is applied to an input of the first multiplexer 318. Since the least significant bit Y[16] of Y[23:16] is a logic one, it causes the multiplexer 318 to output X″[0], which is a logic zero. Accordingly, the output Z[16] is a logic zero.


[0038] The asserted least significant bit Y[16] causes the 1-bit right shifter 302 to right shift X″[7:0] by one bit. Thus, X″-1[0] is also a logic zero and is applied to an input of the second multiplexer 320. Since the next significant bit Y[17] is a logic one, it causes the second multiplexer 320 to output X″-1[0], which is a logic zero. Accordingly, the output Z[17] is a logic zero.


[0039] The asserted bit Y[17] causes the 1-bit right shifter 304 to right shift X″-1[7:0] by one bit. Thus, X″-1[0] is a logic one and is applied to an input of the third multiplexer 322. Since the next significant bit Y[18] is a logic one, it causes the third multiplexer 322 to output X″-2[0], which is a logic one. Accordingly, the output Z[18] is a logic one.


[0040] The asserted bit Y[18] causes the 1-bit right shifter 306 to right shift X″-1[7:0] by one bit. Thus, X−-3[0] is a logic one and is applied to an input of the fourth multiplexer 324. Since the next significant bit Y[19] is a logic zero, it causes the fourth multiplexer 324 to output a logic zero. Accordingly, the output Z[19] is a logic zero.


[0041] The non-asserted bit Y[19] causes the 1-bit right shifter 308 not to right shift X″-3[7:0]. Thus, X″-4[0] is therefore still a logic one and is applied to an input of the fifth multiplexer 326. Since the next significant bit Y[20] is a logic one, it causes the fifth multiplexer 326 to output a logic one. Accordingly, the output Z[20] is a logic zero. The remaining bits of source X are zeros, so the remaining bits Z[>23] are also logic zeros. Therefore, Z[23:16] is given by the following equation:


Z[23:16]=00010100


[0042] Accordingly, the result Z[31:0] is as stated above.


[0043]
FIG. 4 illustrates diagrams of a plurality of exemplary source packets X0, X1, X2, and X3, a result packet Z, and a field locator packet Y+ undergoing an ESET function in accordance with an embodiment of the invention. According to the ESET function, a data field Field X-0 of source packet X0 comprising its consecutive least significant bits is to be copied to a corresponding field Field Z-0 of result packet Z which also comprises its consecutive least significant bits. Also, a data field Field X-1 of source packet X1 comprising its consecutive least significant bits is to be copied to a corresponding field Field Z-1 of result packet Z adjacent to field Z-0. Similarly, a data field Field X-2 of source packet X2 comprising its consecutive least significant bits is to be copied to a corresponding field Field Z-2 of result packet Z adjacent to field Z-1. And, a data field Field X-3 of source packet X3 comprising its consecutive least significant bits is to be copied to a corresponding field Field Z-3 of result packet Z adjacent to field Z-2.


[0044] The field locator packet Y+ defines the data Fields Z-0, Z-1, Z-2 and Z-3 within the result packet Z. The field locator packet Y+ includes Fields Y+-0, Y+-1, Y+-2, and Y+-3. Field Y+-0 comprises an asserted least significant bit which defines the beginning of the field followed by four (4) zeros to define the extent of the field. Field Y+-1 comprises an asserted least significant bit which defines the beginning of the field followed by eight (8) zeros to define the extent of the field. Field Y+-2 comprises an asserted least significant bit which defines the beginning of the field followed by two (2) zeros to define the extent of the field. And, Field Y+-3 comprises an asserted least significant bit which defines the beginning of the field followed by six (6) zeros to define the extent of the field. The bit positions of Fields Y+-0, Y+-1, Y+-2, and Y+-3 of the field locator packet Y+ are the same as, and therefore define, the bit positions of destination data Fields Z-0, Z-1, Z-2 and Z-3 within the result packet Z.


[0045]
FIG. 5 illustrates a block diagram of an exemplary ESET logic device 500 that performs the ESET function in accordance with an embodiment of the invention. The logic device 500 comprises a Y+-to-Y converter 502, a plurality of SET logic devices 504, 506, 508 and 510 which are the same as SET logic device 400 previously discussed, a bitwise OR logic device 512, and a bitwise AND logic device 514.


[0046] The Y+-to-Y converter 502 converts the field locator packet type Y+ to the field locator packet type Y. More specifically, as previously discussed, the field locator packet type Y+ defines a field by having its least significant bit begin with a logic one (1) and the remaining more significant bits followed by zeros (0). Whereas, the field locator packet type Y defines a field by having all of its bits with a logic one (1). Thus, the Y+-to-Y converter 502 converts a field in the field locator packet type Y+ by substituting logic ones for the logic zeros in the field. If there is more than one field in the field locator packet type Y+, then the Y+-to-Y converter 502 generates a field locator type Y for each field defined in the locator packet type Y+. Taking the field locator packet type Y+ shown in FIG. 4 as an example, the following shows the Y+-to-Y conversion by the Y+-to-Y converter 502:
3Y+=00000010010000000010001Y0=00000000000000000001111Y1=00000000001111111110000Y2=00000001110000000000000Y3=11111110000000000000000


[0047] As the above example illustrates, the zeros in the respective fields of the field locator packet Y+ are converted into logic ones. Also, each field in the field locator packet Y+ generates a corresponding field locator packet type Y.


[0048] As shown in FIG. 5, the SET logic devices 504, 506, 508, and 510 receive as inputs respective source packets XN-1, [31:0], X2[31:0], X0[31:0] and X0[31:0]. Also, the SET logic devices 504, 506, 508, and 510 receive as inputs respective field locator packets YN-1[31:0], Y2[31:0], Y1[31:0] and Y0[31:0] converted from the field locator packet Y+. The SET logic devices 504, 506, 508, and 510 generate at their respective outputs the semi-result packets ZN-1[31:0], Z2[31:0], Z1[31:0] and Z0[31:0]. Each of the semi-result packets include a field comprising the data in a field in the respective source packet X consisting of the least significant bits having a length defined by the corresponding field in the field locator packet Y and at the same bit position as the field in the field locator packet Y. Taking the example shown in FIG. 4, the following relationship holds:
4Y+=Field Y − N − 1 . . . Field Y − 2Field Y − 1Field Y − 0X0=00000000000000000000000000Field X − 0Z0=00000000000000000000000000Field X − 0Y0=00000000000000000000000000Field Y − 0X1=00000000000000000000000000Field X − 1Z1=000000000000000000Field X − 100000000Y1=000000000000000000Field Y − 100000000X2=00000000000000000000000000Field X − 2Z2=0000000000Field X − 20000000000000000Y2=0000000000Field Y − 20000000000000000* * *XN−1=0000000000 . . . 0000000000000000Field X − N − 1ZN−1=Field X − N − 1 . . . 000000000000000000000000YN−1=Field Y − N − 1 . . . 000000000000000000000000


[0049] The semi-result packets ZN-1[31:0], Z2[31:0], Z1[31:0] and Z0[31:0] are then bitwise ORed by bitwise OR logic device 512 to generate the final result packet Z[31:0]. The following relationship holds true for the final result packet Z[31:0]:


Z[31:0]=Field X-N-1 . . . Field X-2 Field X-1 Field X-0


[0050] Optionally, the final result packet Z[31:0] may be applied to a bitwise AND logic device 514 with a mask DY[31:0] by bitwise AND logic 514 to manipulate the result packet Z[31:0] as desired.


[0051]
FIG. 6 illustrates diagrams of exemplary field locator packet Y 602, source packet X 604 and result packet Z 606 undergoing an EXTRACT function in accordance with an embodiment of the invention. In an EXTRACT function, non-adjacent or adjacent data fields in source packet X 604 identified by corresponding fields in the same bit position in the field locator packet Y 602 are copied to adjacent fields located at the least significant bits of the result packet Z 606. For instance, the data fields Field X-A, Field X-B, and Field X-C in source packet X 604 which are identified by corresponding fields Field Y-A, Field Y-B, and Field Y-C in field locator packet Y 602 at the same bit positions are copied respectively to adjacent data fields Field Z-A, Field Z-B, and Field Z-C at the least significant bits of result packet Z 606.


[0052] The field locator packet Y defines the source fields Field X-A, Field X-B, and Field X-C of source packet X 604. For instance, the field locator packet Y has three fields Field Y-A, Field Y-B, and Field Y-C with their respective bits being asserted. The remaining fields of the field locator packet Y have their respective bits non-asserted. The asserted fields Field Y-A, Field Y-B, and Field Y-C of the field locator packet Y has the same respective bit position as the source data fields Field X-A, Field X-B, and Field X-C of result packet X 604. This is the way that the field locator packet Y identifies the locations of Field X-A, Field X-B, and Field X-C of the source packet X 604.


[0053]
FIG. 7 illustrates a block diagram of an exemplary EXTRACT logic device 700 that performs the EXTRACT function in accordance with an embodiment of the invention. The EXTRACT logic device 700 comprises a plurality of field generators 702, 704, 706 and 708, a pair of 8-bit right shifters 710 and 712, a pair of bitwise OR logic devices 714 and 716, a 16-bit right shifter 718, and another bitwise OR logic device 720. Field generator 708 receives as inputs the 8 least significant bits X[7:0] respectively of the source packet X and the field locator packet Y. Field generator 706 receives as inputs the second eight (8) significant bits X[15:8] and Y[15:8] respectively of the source packet X and the field locator packet Y. Field generator 704 receives as inputs the third eight (8) significant bits X[23:16] and Y[23:16] respectively of the source packet X and the field locator packet Y. And, field generator 702 receives as inputs the fourth eight (8) significant bits X[31:24] and Y[31:24] respectively of the source packet X and the field locator packet Y.


[0054] The output of field generator 706 is coupled to the input of the 8-bit right shifter 712 which also receives the number of non-asserted bits (0s) within the eight (8) least significant bits Y[7:0] of the field locator packet Y to control the amount of right shifting. The 8 least significant bit output of the 8-bit right shifter 712 is coupled to an input of the bitwise OR logic device 716, which also receives the output of field generator 708. The 8 most significant bit output of the 8-bit right shifter 712 is merged with the output of the bitwise OR logic 716, and the merged 16 bit number is applied to an input of the bitwise OR logic device 720. The output of the bitwise OR logic device 720 generates the 16 least significant bits Z[15:0] of the result packet Z.


[0055] Similarly, the output of field generator 702 is coupled to the input of the 8-bit right shifter 710 which also receives the number of non-asserted bits (0s) within bits Y[23:16] of the field locator packet Y to control the amount of right shifting. The 8 least significant bit output of the 8-bit right shifter 710 is coupled to an input of the bitwise OR logic device 714, which also receives the output of field generator 704. The 8 most significant bit output of the 8-bit right shifter 710 is merged with the output of the bitwise OR logic device 714, and the merged 16 bit number is applied to an input of the 16-bit right shifter 718. The amount of right shifting performed by the 16-bit right shifter 718 depends on the number of non-asserted bits (0s) in the 16 least significant bits Y[15:0] of the field locator packet Y. The 16 least significant bit output of the 16-bit right shifter 718 is coupled to an input of the bitwise OR logic device 720 and the 16 most significant bit output of the 16-bit right shifter 718 generates the 16 most significant bits of the result packet Z[31:16].


[0056]
FIG. 8 illustrates a block diagram of an exemplary field generator 800 as used in the EXTRACT logic device 700 in accordance with another embodiment of the invention. Field generator 708 with its inputs X[7:0] and Y[7:0] will serve to demonstrate its structure and operation. It shall be understood that the other field generators 706, 704, and 702 are structurally the same, except for the inputs X[15:8], Y[15:8], and X[23:16], Y[23:16], and X[31:24], Y[31:24] being substituted respectively for X[7:0], Y[7:0].


[0057] The EXTRACT field generator 800 comprises a plurality of 1-bit left shifters 802-0 through 802-7 being cascaded together. A null 8-bit word along with the bit X[7] of the source packet X as a carry-in are applied to the 1-bit left shifter 802-7. The bit Y[7] controls whether the 1-bit left shifter 802-7 left shifts or not. Specifically, if bit Y[7] is asserted (i.e. a logic one), then the 1-bit left shifter 802-7 left shifts its input by one bit. The output of the 1-bit left shifter 802-7 along with bit X[6] as a carry-in are applied to the input of 1-bit left shifter 802-6. The bit Y[6] controls whether the 1-bit left shifter 802-6 left shifts or not in the same fashion. The output of the 1-bit left shifter 802-6 along with bit X[5] as a carry-in are applied to the input of 1-bit left shifter 802-5. The bit Y[5] controls whether the 1-bit left shifter 802-5 left shifts or not in the same fashion. The output of the 1-bit left shifter 802-5 along with bit X[4] as a carry-in are applied to the input of 1-bit left shifter 802-4. The bit Y[4] controls whether the 1-bit left shifter 802-4 left shifts or not in the same fashion.


[0058] The output of the 1-bit left shifter 802-4 along with bit X[3] as a carry-in are applied to the input of 1-bit left shifter 802-3. The bit Y[3] controls whether the 1-bit left shifter 802-3 left shifts or not in the same fashion. The output of the 1-bit left shifter 802-3 along with bit X[2] as a carry-in are applied to the input of 1-bit left shifter 802-2. The bit Y[2] controls whether the 1-bit left shifter 802-2 left shifts or not in the same fashion. The output of the 1-bit left shifter 802-2 along with bit X[1] as a carry-in are applied to the input of left shifter 802-1. The bit Y[1] controls whether the 1-bit left shifter 802-1 left shifts or not in the same fashion. The output of the 1-bit left shifter 802-1 along with bit X[0] as a carry-in are applied to the input of left shifter 802-0. The bit Y[0] controls whether the 1-bit left shifter 802-0 left shifts or not in the same fashion. The output of the 1-bit left shifter 802-0 generates bits Z[7:0] of the result packet Z.


[0059] As an example, the following source X, result Z, and field locator Y packets are used to illustrate the operation of the logic device 700:
510011100101010111010010011000101Source X00000000000000101100001110110101Result Z10110111000101110010110001100111Field Locator Y


[0060] The eight (8) least significant bits X[7:0] (11000101) of the source packet X and the eight (8) least significant bits Y[7:0] (01100111) of the field locator packet Y are applied to the inputs of the EXTRACT field generator 708. Based on these two inputs X[7:0] and Y[7:0], the EXTRACT field generator 708 outputs in 8-bit format (00010101).


[0061] The next eight (8) significant bits X[15:8] (10100100) of the source packet X and the next eight (8) significant bits Y[15:8] (00101100) of the field locator packet Y are applied to the inputs of the EXTRACT field generator 706. Based on these two inputs X[15:8] and Y[15:8], the EXTRACT field generator 706 outputs in 8-bit format (00000101), which is an input to the 8-bit right shifter 712.


[0062] Since the eight (8) least significant bits Y[7:0] of the field locator Y include three (3) non-asserted bits (i.e. logic zeros), the 8-bit right shifter 712 right shifts its input three (3) times to output in 16-bit format (0000000010100000). The eight (8) least significant bits of the 8-bit right shifter 712 output is bitwise ORed with the output of the EXTRACT field generator 708 by the bitwise OR logic device 716. Accordingly, the output of the bitwise OR logic device 716 in 8-bit format is (10110101). This output is merged with the eight (8) most significant bits of the output of the 8-bit right shifter 712 to form (0000000010110101) as an input to the bitwise OR logic device 720.


[0063] The next eight (8) significant bits X[23:16] (10101011) of the source packet X and the next eight (8) significant bits Y[23:16] (00010111) of the field locator packet Y are applied to the inputs of the EXTRACT field generator 704. Based on these two inputs X[23:16] and Y[23:16], the EXTRACT field generator 704 outputs in 8-bit format (00000011), which is an input to the bitwise OR logic device 714.


[0064] The next eight (8) significant bits X[31:24] (10011100) of the source packet X and the next eight (8) significant bits Y[31:24] (10110111) of the field locator packet Y are applied to the inputs of the EXTRACT field generator 702. Based on these two inputs X[31:24] and Y[31:24], the EXTRACT field generator 702 outputs in 8-bit format (00101100), which is an input to 8-bit right shifter 710.


[0065] Since bits Y[23:16] of the field locator Y include four (4) non-asserted bits (i.e. logic zeros), the 8-bit right shifter 710 right shifts its input four (4) times to output in 16-bit format (0000001011000000). The eight (8) least significant bits of the 8-bit right shifter 710 output is bitwise ORed with the output of the EXTRACT field generator 704 by the bitwise OR logic device 714. Accordingly, the output of the bitwise OR logic device 714 in 8-bit format is (11000011). This output is merged with the eight (8) most significant bits of the output of the 8-bit right shifter 710 to form (0000001011000011) as an input to the 16-bit right shifter 718.


[0066] The 16-bit right shifter 718 right shifts its input according to the number of non-asserted bits in bits Y[15:0], which in this example is eight (8). Accordingly, the output of the 16-bit right shifter 718 in 32-bit format is:


(00000000000000101100001100000000)


[0067] The 16 least significant bits of the 16-bit right shifter 718 output is bitwise ORed with the other input of the bitwise OR logic device 720. Accordingly, the output of the bitwise OR logic device 720 in 16-bit format is (1100001110110101), which is the 16 least significant bits Z[15:0] of the result packet Z. This output is merged with the 16 most significant bits of the output of the 16-bit right shifter 718 (0000000000000010), which is also the 16 most significant bits Z[31:16] of the result packet Z.


[0068]
FIG. 9 illustrates diagrams of a source packet X, a plurality of result packets Z0, Z1, Z2, and Z3, and a field locator packet Y+ undergoing a SCATTER function in accordance with an embodiment of the invention. According to the SCATTER function, a data field Field X-0 of source packet X is to be copied to a corresponding field Field Z-0 comprising the least significant bits of result packet Z0. Also, a data field Field X-1 adjacent to data field X-0 of source packet X is to be copied to a corresponding field Field Z-1 comprising the least significant bits of result packet Z1. Similarly, a data field Field X-2 adjacent to data field X-1 of source packet X is to be copied to a corresponding field Field Z-2 comprising the least significant bits of result packet Z2. And, a data field Field X-3 adjacent to data field X-2 of source packet X is to be copied to a corresponding field Field Z-3 comprising the least significant bits of result packet Z3.


[0069] The field locator packet Y+ defines the data Fields X-0, X-1, X-2 and X-3 within the source packet X. In this example, the field locator packet Y+ includes Fields Y+-0, Y+-1, Y+-2, and Y+-3. Field Y+-0 comprises an asserted least significant bit which defines the beginning of the field followed by four (4) zeros to define the extent of the field. Field Y+-1 comprises an asserted least significant bit which defines the beginning of the field followed by eight (8) zeros to define the extent of the field. Field Y+-2 comprises an asserted least significant bit which defines the beginning of the field followed by two (2) zeros to define the extent of the field. And, Field Y+-3 comprises an asserted least significant bit which defines the beginning of the field followed by six (6) zeros to define the extent of the field. The bit positions of Fields Y+-0, Y+-1, Y+-2, and Y+-3 of the field locator packet Y+ are the same as, and therefore define, the bit positions of data Fields X-0, X-1, X-2 and X-3 within the source packet X. Again, the field locator, source, and result packets illustrated in FIG. 9 are merely examples, other variations of the data fields are possible.


[0070]
FIG. 10 illustrates a block diagram of an exemplary SCATTER logic device 1000 that performs the SCATTER function in accordance with an embodiment of the invention. The logic device 1000 comprises a Y+-to-Y converter 1002, a plurality of bitwise AND logic devices 1004, 1006, 1008, and 1010, and a plurality of EXTRACT logic devices 1012, 1014, 1016 and 1018 which are the same as the EXTRACT logic device 700 previously discussed. The Y+-to-Y converter 1002 performs the same conversion as Y+-to-Y converter 502 previously discussed.


[0071] As shown in FIG. 10, the bitwise AND logic devices 1010, 1008, 1006 and 1004 respectively receive as inputs the source packet X[31:0] and the converted field locator packets Y0[31:0], Y1[31:0], Y2[31:0] and YN-1[31:0]. The EXTRACT logic devices 1018, 1016, 1014, and 1012 receive as inputs the source packet X[31:0] and respectively the outputs of the bitwise AND logic devices 1010, 1008, 1006 and 1004. The EXTRACT logic devices 1012, 1014, 1016, and 1018 generate at their respective outputs the result packets ZN-1[31:0], Z2[31:0], Z1[31:0] and Z0[31:0]. Taking the example shown in FIG. 4, the following relationship holds:
6Y+=Field Y − N − 1 . . . FieldY − 2Field Y − 1Field Y − 0X=Field X − N − 1 . . . FieldX − 2Field X − 1Field X − 0Z0=00000000000000000000000000Field X − 0Y0=00000000000000000000000000Field Y − 0Z1=00000000000000000000000000Field X − 1Y1=00000000000000000000000000Field Y − 1Z2=00000000000000000000000000Field X − 2Y2=00000000000000000000000000Field Y − 2* * *ZN−1=00000000000000000000000000Field X − N − 1YN−1=00000000000000000000000000Field Y − N − 1


[0072] In the foregoing specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the embodiments of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.


Claims
  • 1. A method comprising: copying a plurality of adjacent source data fields of a source packet to a corresponding plurality of destination data fields of a result packet.
  • 2. The method of claim 1, wherein said adjacent source data fields are located at the least significant bits of said source packet.
  • 3. The method of claim 1, wherein said destination data fields are not adjacent to each other.
  • 4. The method of claim 1, further comprising identifying said destination data fields with a field locator packet.
  • 5. The method of claim 4, wherein said field locator packet includes identifying data fields at the same bit positions as said destination data fields, respectively.
  • 6. The method of claim 5, wherein said identifying data fields comprises asserted logic bits.
  • 7. An apparatus, comprising: a plurality of field generators to generate respective portions of a result packet, wherein the first field generator receives a portion of a source packet; a plurality of cascaded right shifters, wherein the output of said right shifters are coupled to respective inputs of said field generators except said first generator, and wherein the first cascaded right shifter receives said source packet.
  • 8. The apparatus of claim 7, wherein an amount of right shifting of said right shifters is governed by a field locator packet.
  • 9. The apparatus of claim 8, wherein at least one of said field generator comprises: a plurality of multiplexers with respective first inputs receiving non-asserted bits, wherein the outputs of said multiplexers generate the corresponding portion of said result packet; and a plurality of cascaded 1-bit right shifters with the outputs coupled to the respective second inputs of said multiplexers except for one of said multiplexers.
  • 10. A method comprising: copying a plurality of source data fields in respective source packets to a respective plurality of adjacent destination data fields of a result packet.
  • 11. The method of claim 10, wherein said adjacent source data fields are located at the least significant bits of said source packet.
  • 12. The method of claim 10, wherein said destination data fields are adjacent to each other.
  • 13. The method of claim 10, further comprising identifying said destination data fields with a field locator packet.
  • 14. The method of claim 13, wherein said field locator packet includes identifying data fields at the same bit positions as said destination data fields, respectively.
  • 15. The method of claim 14, wherein said identifying data fields comprises an asserted least significant bits followed by one or more non-asserted bits.
  • 16. An apparatus, comprising: a plurality of logic devices to generate respective destination data fields in a result packet Z, each logic comprising: a plurality of field generators to generate respective portions of respective semi-result packets, wherein respective first field generator receives portions of respective source packets; a plurality of cascaded right shifters, wherein the output of said right shifters are coupled to respective inputs of said field generators except said first generator, and wherein the first cascaded right shifter receives said source packet; and a bitwise OR logic to bitwise OR said semi-result packets.
  • 17. The apparatus of claim 16, further comprising a converter to convert a first field locator packet comprising a plurality of field locator data fields each comprising an asserted least significant bits followed by one or more non-asserted bits to a plurality of second field locator packets each comprising a plurality of field locator data fields each comprising asserted bits, and wherein an amount of right shifting of said right shifters in respective logic devices are governed by said respective second field locator packets.
  • 18. The apparatus of claim 17, wherein at least one of said field generator comprises: a plurality of multiplexers with respective first inputs receiving non-asserted bits, wherein the outputs of said multiplexers generate the corresponding portion of said result packet; and a plurality of cascaded 1-bit right shifters with the outputs coupled to the respective second inputs of said multiplexers except for one of said multiplexers.
  • 19. A method comprising: copying a plurality of source data fields of a source packet to a corresponding plurality of adjacent destination data fields of a result packet.
  • 20. The method of claim 19, wherein said adjacent destination data fields are located at the least significant bits of said result packet.
  • 21. The method of claim 19, wherein said source data fields are not adjacent to each other.
  • 22. The method of claim 19, further comprising identifying said source data fields with a field locator packet.
  • 23. The method of claim 22, wherein said field locator packet includes identifying data fields at the same bit positions as said source data fields, respectively.
  • 24. The method of claim 23, wherein said identifying data fields comprises asserted logic bits.
  • 25. An apparatus, comprising: a plurality of field generators to generate respective portions of a result packet from respective portions of a source packet; a shifter for each pair of field generator, wherein said shifter shifts said respective portions of said result packet in bits positions which are adjacent to each other; and a bitwise OR to bitwise OR said respective portions of said result packet.
  • 26. The apparatus of claim 25, wherein an amount of shifting of said shifters are governed by respective portions of a field locator packet.
  • 27. The apparatus of claim 26, wherein said respective portions comprises asserted bits.
  • 28. The apparatus of claim 26, wherein at least one of said field generator comprises: a plurality of cascaded shifters with respective first inputs to receive respective portions of said source packet.
  • 29. A method comprising: copying a plurality of source data fields in a source packet to respective destination fields in respective result packets.
  • 30. The method of claim 29, wherein said destination data fields are located at the least significant bits of respective source packets.
  • 31. The method of claim 29, wherein said source data fields are adjacent to each other.
  • 32. The method of claim 29, further comprising identifying said source data fields with a field locator packet.
  • 33. The method of claim 32, wherein said field locator packet includes identifying data fields at the same bit positions as said source data fields, respectively.
  • 34. The method of claim 33, wherein said identifying data fields comprises an asserted least significant bits followed by one or more non-asserted bits.
  • 35. An apparatus, comprising: a plurality of logic devices to generate respective destination data fields in respective result packets, each logic device comprising: a plurality of field generators to generate respective portions of respective result packets from respective portions of a source packet; a shifter for each pair of field generator, wherein said shifter shifts said respective portions of said result packet in bit positions which are adjacent to each other.
  • 36. The apparatus of claim 35, further comprising a converter to convert a first field locator packet comprising a plurality of field locator data fields each comprising an asserted least significant bits followed by one or more non-asserted bits to a plurality of second field locator packets each comprising a plurality of field locator data fields each comprising asserted bits, and wherein an amount of right shifting of said shifters in respective logic devices are governed by said respective second field locator packets.
  • 37. The apparatus of claim 36, further comprising a plurality of bitwise AND logic devices to bitwise AND the output of the converter with the source packets to form said respective second field locator packets.
  • 38. The apparatus of claim 35, wherein at least one of said field generator comprises a plurality of cascaded shifters with respective first inputs to receive respective portions of said source packet.