1. Field of the Invention
The present invention relates to systems and methods for instruction processing and, more particularly, to systems and methods for providing multiplication computation instruction processing, pursuant to which the difference of two values transferred directly from a memory location in memory to an execution unit are squared.
2. Description of Prior Art
Processors, including microprocessors, digital signal processors and microcontrollers, operate by running software programs that are embodied in one or more series of instructions stored in a memory. The processors run the software by fetching instructions from the series of instructions, decoding the instructions and executing the instructions. Processors, including digital signal processors, are conventionally adept at processing instructions that perform mathematical computations on integers specified as a data word. For example, some processors are adept at performing simple mathematical computation, such as sum and difference operations, while others are adept at performing complex computations, such as multiplicative operations. In general, mathematical operations are performed by mathematical execution units in accordance with a set of mathematical instructions. Various mathematical instructions in the set of mathematical instruction are responsible for the performance of various aspects of the mathematical operation. The mathematical operation instructions specify the memory locations of a set of source operands contained in memory upon which to perform the mathematical operation. Typically, the set of source operands is transferred from the memory locations to registers prior to execution of the mathematical operation by appropriate mathematical execution units. These mathematical operations make inefficient use of processor resources and tend to reduce the performance of the processor. The inefficiency is due to the number of instructions required to perform a mathematical operation as well as the transference of the set of source operands from the memory locations in memory to registers inorder to perform the mathematical operation.
One such mathematical operation is an Euclidean distance operation, pursuant to which the difference of two operands is squared and the difference of two operands is calculated. Conventionally, this instruction would have to be implemented using a series of mathematical instructions. For example, a separate instruction would be required to calculate the difference of two operands, square the difference of the two operands, and store the square of the difference of the two operands. In addition, the two operands would be transferred from each of their respective memory locations in memory to registers prior to execution of the mathematical operations instructions by appropriate mathematical execution units. This technique requires multiple processor cycles and mathematical instructions, and accordingly, is inefficient.
There is a need for a new method of implementing mathematical operations within a processor that makes efficient use of processor cycles. There is a further need for a new method of implementing mathematical operations using a reduced number of mathematical instructions. There is also a need for a new method of implementing mathematical operations that transfer operands directly from data memory to mathematical execution units. There is a need for a new method of implementing mathematical operations that concurrently employs processor MCU ALU execution unit and DSP multiplier execution unit resources.
According to embodiments of the present invention, a method and a processor for processing mathematical operation instructions are provided. There are two mathematical operation instructions, each for fetching source operands directly from data memory and registers for immediate execution by appropriate mathematical execution units. In addition, each mathematical operation instruction performs a difference and multiplication operation simultaneously concurrently employing mathematical execution units. The instructions may specify the location of the source operands as well as a destination location for results of mathematical operations. These instructions may be executed in one processor cycle employing mathematical operation logic provided within the processor.
According to an embodiment of the present invention, a method of processing a multiplication operation instruction includes fetching and decoding a multiplication operation instruction. The method further includes executing the multiplication operation instruction on a multiplication source operand to generate a square of the multiplication source operand. A multiplication source operand register specified in the multiplication operation instruction contains the multiplication operand. The method further includes storing a result in a target accumulator specified in the multiplication operation instruction. The multiplication source operand is transferred directly from the multiplication operand source register to a multiplication execution unit for immediate generation of the square of the multiplication operand. The method further includes setting an accumulator status flag during the execution of the multiplication operation instruction.
According to another embodiment of the present invention, a method of processing a multiplication operation instruction includes generating a difference output between a minuend source operand and a subtrahend source operand and storing the difference output in a difference register specified in the multiplication operation instruction. The minuend operand and the subtrahend operand are fetched during execution of the multiplication operation instruction. The multiplication operation instruction specifies a first source register containing an address for the minuend operand in data memory and a second source register containing the address of the subtrahend operand in data memory. The minuend operand and subtrahend operand may be transferred directly from the address locations in memory to an arithmetic execution unit for immediate generation of the difference. The multiplication operation instruction may be an Euclidean Distance operation, where the result of the operation is the square of the multiplication source operand. Alternatively, the multiplication operation instruction may be an Euclidean Distance Accumulate operation, where the result of the operation is the sum of the square of the multiplication source operand and an addition operand.
According to another embodiment of the present invention, a method of processing a multiplication operation instruction includes modifying the address contained in the first source register to contain an address for a next minuend operand for computing a difference during execution of a subsequent multiplication operation instruction. The method further includes modifying the address contained in the second source register to contain an address for a next subtrahend operand for computing the difference during execution of the subsequent multiplication operation instruction.
According to an embodiment of the present invention, a processor for performing multiplication operation instructions includes a program memory for storing a multiplication operation instruction, a program counter for identifying current instructions for processing, and a Digital Signal Processing unit (DSP) and ALU for executing the multiplication operation instructions within the program memory. The DSP unit includes DSP logic for executing the multiplication operation instruction on a multiplication source operand to generate a square of the multiplication source operand. The multiplication source operand is contained in a multiplication source operand register specified in the multiplication operation instruction. A target accumulator stores a result output. The target accumulator is specified in the multiplication operation instruction. The multiplication source operand is transferred directly from the multiplication source operand register to a multiplication execution unit for immediate generation of the square of the multiplication source operand.
The above described features and advantages of the present invention will be more fully appreciated with reference to the detailed description and appended figures in which:
According to embodiments of the present invention, a method and a processor for processing mathematical operation instructions are provided. There are two mathematical operation instructions, each for fetching source operands directly from data memory and registers for immediate execution by appropriate mathematical execution units. In addition, each mathematical operation instruction performs a difference and multiplication operation simultaneously, concurrently employing mathematical execution units. In addition, the instructions may specify the location of the source operands as well as destination locations for results. These instructions may be executed in one processor cycle employing mathematical operation logic provided within the processor. These instructions may improve performance over conventional techniques by several times.
In order to describe embodiments of mathematical operation instruction processing, an overview of pertinent processor elements is first presented with reference to
Overview of Processor Elements
The processor 100 includes a program memory 105, an instruction fetch/decode unit 110, instruction execution units 115, data memory and registers 120, peripherals 125, data I/O 130, and a program counter and loop control unit 135. The bus 150, which may include one or more common buses, communicates data between the units as shown.
The program memory 105 stores software embodied in program instructions for execution by the processor 100. The program memory 105 may comprise any type of nonvolatile memory such as a read only memory (ROM), a programmable read only memory (PROM), an electrically programmable or an electrically programmable and erasable read only memory (EPROM or EEPROM) or flash memory. In addition, the program memory 105 may be supplemented with external nonvolatile memory 145 as shown to increase the complexity of software available to the processor 100. Alternatively, the program memory may be volatile memory which receives program instructions from, for example, an external non-volatile memory 145. When the program memory 105 is nonvolatile memory, the program memory may be programmed at the time of manufacturing the processor 100 or prior to or during implementation of the processor 100 within a system. In the latter scenario, the processor 100 may be programmed through a process called in-line serial programming.
The instruction fetch/decode unit 110 is coupled to the program memory 105, the instruction execution units 115 and the data memory 120. Coupled to the program memory 105 and the bus 150 is the program counter and loop control unit 135. The instruction fetch/decode unit 110 fetches the instructions from the program memory 105 specified by the address value contained in the program counter 135. The instruction fetch/decode unit 110 then decodes the fetched instructions and sends the decoded instructions to the appropriate execution unit 115. The instruction fetch/decode unit 110 may also send operand information including addresses of data to the data memory 120 and to functional elements that access the registers.
The program counter and loop control unit 135 includes a program counter register (not shown) which stores an address of the next instruction to be fetched. During normal instruction processing, the program counter register may be incremented to cause sequential instructions to be fetched. Alternatively, the program counter value may be altered by loading a new value into it via the bus 150. The new value may be derived based on decoding and executing a flow control instruction such as, for example, a branch instruction. In addition, the loop control portion of the program counter and loop control unit 135 may be used to provide repeat instruction processing and repeat loop control as further described below.
The instruction execution units 115 receive the decoded mathematical instructions from the instruction fetch/decode unit 110 and thereafter execute the decoded mathematical instructions. As part of this process, the execution units may retrieve a set of source operands via the bus 150 from data memory and registers 120. During instruction processing, such as mathematical operation instructions, the set of source operands may be fetched from data memory and registers 120 as specified in the mathematical operation instructions. The set of set of source operands may be transferred from the data memory and registers 120 to registers prior to delivery to the execution units for processing. Alternatively, the set of source operands may be delivered directly from the data memory and registers 120 to the execution units for processing. Execution units may also produce outputs to registers and/or the data memory 120. The execution units may include an arithmetic logic unit (ALU) such as those typically found in a microcontroller. The execution units may also include a digital signal processing engine including a multiply and accumulate unit (MAC), a floating point processor, an integer processor or any other convenient execution unit. A preferred embodiment of the execution units and their interaction with the bus 150, which may include one or more buses, is presented in more detail below with reference to FIG. 2.
The data memory and registers 120 are volatile memory and are used to store data used and generated by the execution units. The data memory 120 and program memory 105 are preferably separate memories for storing data and program instructions respectively. This format is a known generally as a Harvard architecture. It is noted, however, that according to the present invention, the architecture may be a Von-Neuman architecture or a modified Harvard architecture which permits the use of some program space for data space. A dotted line is shown, for example, connecting the program memory 105 to the bus 150. This path may include logic for aligning data reads from program space such as, for example, during table reads from program space to data memory 120.
Referring again to
The data I/O unit 130 may include transceivers and other logic for interfacing with the external devices/systems 140. The data I/O unit 130 may further include functionality to permit in circuit serial programming of the Program memory through the data I/O unit 130.
The W registers 240 are general purpose address and/or data registers. The DSP engine 230 is coupled to both the X and Y memory buses and to the W registers 240. The DSP engine 230 may simultaneously fetch data from each the X and Y memory, execute instructions which operate on the simultaneously fetched data and write the result to an accumulator (not shown) and write a prior result to X or Y memory or to the W registers 240 within a single processor cycle.
In one embodiment, the ALU 270 may be coupled only to the X memory bus and may only fetch data from the X bus. However, the X and Y memories 210 and 220 may be addressed as a single memory space by the X address generator in order to make the data memory segregation transparent to the ALU 270. The memory locations within the X and Y memories may be addressed by values stored in the W registers 240.
Any processor clocking scheme may be implemented for fetching and executing instructions. A specific example follows, however, to illustrate an embodiment of the present invention. Each instruction cycle is comprised of four Q clock cycles Q1-Q4. The four phase Q cycles provide timing signals to coordinate the decode, read, process data and write data portions of each instruction cycle.
According to one embodiment of the processor 100, the processor 100 concurrently performs two operations—it fetches the next instruction and executes the present instruction. Accordingly, the two processes occur simultaneously. The following sequence of events may comprise, for example, the fetch instruction cycle:
The following sequence of events may comprise, for example, the execute instruction cycle for a single operand instruction:
The following sequence of events may comprise, for example, the execute instruction cycle for a dual operand instruction using a data pre-fetch mechanism. These instructions pre-fetch the dual operands simultaneously from the X and Y data memories and store them into registers specified in the instruction. They simultaneously allow instruction execution on the operands fetched during the previous cycle.
Mathematical Operation Instruction Processing
Registers 345 contain data that the processor generates and employs during processing mathematical operation instructions. The registers 345 may include a set of 16-bit W registers defined for mathematical operation instructions. The set of W registers may contain data including an operand and an effective address of an operand in data memory 355. The effective address of an operand in memory can be specified as an address or an address plus an offset. The effective addresses contained in W registers may be modified by a constant value following the execution of a mathematical operation instruction by execution units. Operands contained in W registers may be transferred directly to execution units, such as the DSP unit 325b and ALU unit 325a, for processing in accordance with a mathematical operation instruction. Processing of operands by DSP unit 325b and ALU unit 325a is performed concurrently. The direct transfer of operands and concurrent processing of operands by DSP unit 325b and ALU unit 325b saves processor cycles and resources.
Accumulators 360 contain data generated and produced by the DSP unit 325b as output during execution of a mathematical operation instruction. For example, each of the accumulators can contain the output of an executed square mathematical operation instruction. The Accumulators may be two 40-bit accumulators, one of which is specified by bits in the mathematical operation instruction as a target accumulator for output produced by the DSP unit 325b.
Status register 350 contains status bits that indicate the status of processor elements and operations. Status register 350 may be a 16-bit status register. The status register 350 may be separated into a lower segment and an upper segment. The processor operations for which status may be indicated include MCU ALU, DSP Adder/Subtractor, repeat, and Do loop. The processor elements for which status may be indicated include accumulators. A set of bits in the status register 350 can indicate the overflow and saturation status of accumulators due to DSP Adder/Subtractor operations.
The overflow statuses indicated include accumulator A overflowed into guard bits, and accumulator B overflowed into guard bits. The overflow status bits are modified each time data interacts with the DSP Adder/Subtractor. When the overflow status bits are set, such as with a value of 1, they indicate the most recent mathematical operation has overflowed into guard bits of an accumulator. The saturation statuses indicated include accumulator A saturated, and accumulator B saturated. The saturation status bits are modified each time data interacts with the DSP Adder/Subtractor and may be cleared by a programmer. When the saturation status bits are set, such as with a value of 1, they indicate that the accumulator has overflowed its maximum range.
The instruction decoder 320 decodes mathematical operation instructions that are stored in the instruction register 315. Based on the bits in the mathematical operation instruction, the instruction decoder 320 selectively activates logic within the ALU 325a and DSP 325b for fetching source operands, performing the specified operation on the source operands, and returning the outputs to appropriate memory location. The instruction decoder 320 decodes particular bits in the mathematical instructions and sends control signals to the ALU 325a and DSP 325b which direct the fetching of the correct source operands specified by operand register bits in the instruction, direct the activation of the correct portion of the ALU logic 335a and DSP logic 335b to carry out the mathematical operation specified by mathematical operation bits in the instruction on the correct source operands, and direct the outputs the mathematical operation to be written to the correct destinations specified by the destination bits in the instruction.
The ALU unit 325a and DSP unit 325b can include registers 330a-330b that receive operands from the registers 345 and/or a data memory 355 depending on the addressing mode used in the instruction. For example in one addressing mode, source operands may be stored in the registers 345 and fed directly to ALU unit 325a and DSP unit 325b for processing. In another addressing mode, the source operands may be stored in the data memory 355. Alternatively, some source operands may be stored in registers 345 while others may be stored in the data memory 355.
The ALU unit 325a includes ALU logic 335a which can receive inputs from the registers 330b, directly from registers 345 or directly from data memory 355, and produces outputs to the registers 345. The ALU logic 335 executes arithmetic and logic operations, specified by control signals based on bits in a mathematical operation instruction decoded by the instruction decoder, on operands fetched from the registers 345 and/or from the data memory 355. In addition, ALU unit 325a produces outputs to the registers 345, specified by control signals based on destination bits in the instruction decoded by the instruction decoder. In general, the ALU unit 325b processes data in byte or word widths.
The DSP unit 325b includes DSP logic 335b, which can receive inputs from the registers 330b and/or directly from registers 345 or data memory 355 and produces outputs to accumulators 360. The DSP logic 335b executes multiplicative and logic operations, specified by control signals based on bits in a mathematical operation instructions decoded by the instruction decoder on operands fetched from the registers 345 and/or from the data memory 355. In addition, the DSP unit 325a produces an output to a target accumulator, specified by control signals based on destination bits in the instruction decoded by the instruction decoder.
ALU logic 335a and DSP logic 335b are logically separated and are activated upon the execution of one of the mathematical operation instructions shown in FIG. 5. In this regard, when a mathematical operation instruction, such as one of those depicted in
The logic may include logic for implementing two different mathematical operation instructions such as those depicted in FIG. 5. Each of these instructions performs a square operation and a difference operation on source operands whose location is specified by source register bits in the mathematical operation instruction as indicated in the table of FIG. 5. Each instruction produces outputs to destination locations specified by destination bits in the mathematical instruction. The logic for implementing each instruction is selectively activated by the instruction decoder 320 when that particular instruction is decoded.
Saturation logic 365 determines the saturation and overflow status of accumulators 360. In this regard, during execution of a mathematical operation the saturation logic analyzes a set of bits for the target accumulator to determine if the mathematical operation performed in accordance with the mathematical operation instruction has produced an output that overflowed into guard bits of the accumulator and/or overflowed the maximum range for the accumulator. Based on the analysis, overflow and saturation status bits may be set to indicate the overflow and saturation status of the target accumulator.
In step 420, the processor causes control signals to be sent to the ALU logic and DSP logic. The control signals sent are based on bits in the mathematical operation instruction. The control signals indicate the locations of source operands in data memory 355 and registers 345, the destination locations for outputs and the mathematical operations to perform on the source operands. In step 430, the ALU unit 325a and DSP unit 325b fetch source operands from registers 345 or the data memory 355, as specified by source register bits in the mathematical operation instruction. In step 440, the processor may execute a subtraction operation according to the decoded mathematical operation instruction using the source operands to obtain a difference output from the ALU unit 325a. In step 450, the ALU unit stores the difference output to a difference register 345 for use in a multiplication operation according to a subsequently decoded mathematical operation instruction. In step 460, the processor may execute a multiplication operation according to the decoded mathematical operation instruction using the source operands to obtain a square output from the DSP unit 325b. In step 470, the DSP unit accumulates the square output to a target accumulator 360, as specified by destination bits in the mathematical operation instruction. In step 480, address locations of source operands for the subsequent mathematical operation instruction are modified. In step 490, the status register may be set indicating the overflow and saturation status of the target accumulator.
While specific embodiments of the present invention have been illustrated and described, it will be understood by those having ordinary skill in the art that changes may be made to those embodiments without departing from the spirit and scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
3771146 | Cottton et al. | Nov 1973 | A |
3781810 | Downing | Dec 1973 | A |
3886524 | Appelt | May 1975 | A |
4025771 | Lynch et al. | May 1977 | A |
4074353 | Woods et al. | Feb 1978 | A |
4090250 | Carlson et al. | May 1978 | A |
4323981 | Nakamura | Apr 1982 | A |
4379338 | Nishitani et al. | Apr 1983 | A |
4398244 | Chu et al. | Aug 1983 | A |
4408274 | Wheatley et al. | Oct 1983 | A |
4451885 | Gerson et al. | May 1984 | A |
4472788 | Yamazaki | Sep 1984 | A |
4481576 | Bicknell | Nov 1984 | A |
4488252 | Vassar | Dec 1984 | A |
4511990 | Hagiwara et al. | Apr 1985 | A |
4556938 | Parker et al. | Dec 1985 | A |
4615005 | Maejima et al. | Sep 1986 | A |
4626988 | George | Dec 1986 | A |
4709324 | Kloker | Nov 1987 | A |
4730248 | Watanabe et al. | Mar 1988 | A |
4742479 | Kloker et al. | May 1988 | A |
4768149 | Konopik et al. | Aug 1988 | A |
4779191 | Greenblatt | Oct 1988 | A |
4782457 | Cline | Nov 1988 | A |
4800524 | Roesgen | Jan 1989 | A |
4807172 | Nukiyama | Feb 1989 | A |
4829420 | Stahle | May 1989 | A |
4829460 | Ito | May 1989 | A |
4839846 | Hirose et al. | Jun 1989 | A |
4841468 | Miller et al. | Jun 1989 | A |
4872128 | Shimizu | Oct 1989 | A |
4882701 | Ishii | Nov 1989 | A |
4926371 | Vassiliadis et al. | May 1990 | A |
4941120 | Brown et al. | Jul 1990 | A |
4943940 | New | Jul 1990 | A |
4945507 | Ishida et al. | Jul 1990 | A |
4959776 | Deerfield et al. | Sep 1990 | A |
4977533 | Miyabayashi et al. | Dec 1990 | A |
4984213 | Abdoo et al. | Jan 1991 | A |
5007020 | Inskeep | Apr 1991 | A |
5012441 | Retter | Apr 1991 | A |
5032986 | Pathak et al. | Jul 1991 | A |
5034887 | Yasui et al. | Jul 1991 | A |
5038310 | Akagiri et al. | Aug 1991 | A |
5040178 | Lindsay et al. | Aug 1991 | A |
5056004 | Ohde et al. | Oct 1991 | A |
5099445 | Studor et al. | Mar 1992 | A |
5101484 | Kohn | Mar 1992 | A |
5117498 | Miller et al. | May 1992 | A |
5121431 | Wiener | Jun 1992 | A |
5122981 | Taniguchi | Jun 1992 | A |
5155823 | Tsue | Oct 1992 | A |
5177373 | Nakamura | Jan 1993 | A |
5197023 | Nakayama | Mar 1993 | A |
5197140 | Balmer | Mar 1993 | A |
5206940 | Murakami et al. | Apr 1993 | A |
5212662 | Cocanougher et al. | May 1993 | A |
5239654 | Ing-Simmons et al. | Aug 1993 | A |
5276634 | Suzuki et al. | Jan 1994 | A |
5282153 | Bartkowiak et al. | Jan 1994 | A |
5327543 | Miura et al. | Jul 1994 | A |
5327566 | Forsyth | Jul 1994 | A |
5375080 | Davies | Dec 1994 | A |
5379240 | Byrne | Jan 1995 | A |
5386563 | Thomas | Jan 1995 | A |
5392435 | Masui et al. | Feb 1995 | A |
5418976 | Iida | May 1995 | A |
5422805 | McIntyre et al. | Jun 1995 | A |
5432943 | Mitsuishi | Jul 1995 | A |
5448703 | Amini et al. | Sep 1995 | A |
5448706 | Fleming et al. | Sep 1995 | A |
5450027 | Gabara | Sep 1995 | A |
5463749 | Wertheizer et al. | Oct 1995 | A |
5469377 | Amano | Nov 1995 | A |
5471600 | Nakamoto | Nov 1995 | A |
5497340 | Uramoto et al. | Mar 1996 | A |
5499380 | Iwata et al. | Mar 1996 | A |
5504916 | Murakami et al. | Apr 1996 | A |
5517436 | Andreas et al. | May 1996 | A |
5525874 | Mallarapu et al. | Jun 1996 | A |
5548544 | Matheny et al. | Aug 1996 | A |
5561384 | Reents et al. | Oct 1996 | A |
5561619 | Watanabe et al. | Oct 1996 | A |
5564028 | Swoboda et al. | Oct 1996 | A |
5568380 | Brodnax et al. | Oct 1996 | A |
5568412 | Han et al. | Oct 1996 | A |
5596760 | Ueda | Jan 1997 | A |
5600813 | Nakagawa et al. | Feb 1997 | A |
5611061 | Yasuda | Mar 1997 | A |
5619711 | Anderson | Apr 1997 | A |
5623646 | Clarke | Apr 1997 | A |
5638524 | Kiuchi et al. | Jun 1997 | A |
5642516 | Hedayat et al. | Jun 1997 | A |
5649146 | Riou | Jul 1997 | A |
5651121 | Davies | Jul 1997 | A |
5682339 | Tam | Oct 1997 | A |
5689693 | White | Nov 1997 | A |
5694350 | Wolrich et al. | Dec 1997 | A |
5696711 | Makineni | Dec 1997 | A |
5701493 | Jaggar | Dec 1997 | A |
5706460 | Craig et al. | Jan 1998 | A |
5706466 | Dockser | Jan 1998 | A |
5715470 | Asano et al. | Feb 1998 | A |
5737570 | Koch | Apr 1998 | A |
5740095 | Parant | Apr 1998 | A |
5740419 | Potter | Apr 1998 | A |
5740451 | Muraki et al. | Apr 1998 | A |
5748516 | Goddard et al. | May 1998 | A |
5748970 | Miyaji et al. | May 1998 | A |
5764555 | McPherson et al. | Jun 1998 | A |
5765216 | Weng et al. | Jun 1998 | A |
5765218 | Ozawa et al. | Jun 1998 | A |
5774711 | Henry et al. | Jun 1998 | A |
5778237 | Yamamoto et al. | Jul 1998 | A |
5778416 | Harrison et al. | Jul 1998 | A |
5790443 | Shen et al. | Aug 1998 | A |
5808926 | Gorshtein et al. | Sep 1998 | A |
5812439 | Hansen | Sep 1998 | A |
5812868 | Moyer et al. | Sep 1998 | A |
5815693 | McDermott et al. | Sep 1998 | A |
5825730 | Nishida et al. | Oct 1998 | A |
5826072 | Knapp et al. | Oct 1998 | A |
5826096 | Baxter | Oct 1998 | A |
5828875 | Halvarsson et al. | Oct 1998 | A |
5862065 | Muthusamy | Jan 1999 | A |
5867726 | Ohsuga et al. | Feb 1999 | A |
5875342 | Temple | Feb 1999 | A |
5880984 | Burchfiel et al. | Mar 1999 | A |
5892697 | Brakefield | Apr 1999 | A |
5892699 | Duncan et al. | Apr 1999 | A |
5894428 | Harada | Apr 1999 | A |
5900683 | Rinehart et al. | May 1999 | A |
5909385 | Nishiyama et al. | Jun 1999 | A |
5917741 | Ng | Jun 1999 | A |
5918252 | Chen et al. | Jun 1999 | A |
5930159 | Wong | Jul 1999 | A |
5930503 | Drees | Jul 1999 | A |
5936870 | Im | Aug 1999 | A |
5937199 | Temple | Aug 1999 | A |
5938759 | Kamijo | Aug 1999 | A |
5941940 | Prasad et al. | Aug 1999 | A |
5943249 | Handlogten | Aug 1999 | A |
5944816 | Dutton et al. | Aug 1999 | A |
5951627 | Kiamilev et al. | Sep 1999 | A |
5951679 | Anderson et al. | Sep 1999 | A |
5978825 | Divine et al. | Nov 1999 | A |
5983333 | Kolagotla et al. | Nov 1999 | A |
5991787 | Abel et al. | Nov 1999 | A |
5991868 | Kamiyama et al. | Nov 1999 | A |
5996067 | White | Nov 1999 | A |
6009454 | Dummermuth | Dec 1999 | A |
6014723 | Tremblay et al. | Jan 2000 | A |
6018757 | Wong | Jan 2000 | A |
6026489 | Wachi et al. | Feb 2000 | A |
6044392 | Anderson et al. | Mar 2000 | A |
6044434 | Oliver | Mar 2000 | A |
6049858 | Kolagotla et al. | Apr 2000 | A |
6058409 | Kozaki et al. | May 2000 | A |
6058410 | Sharangpani | May 2000 | A |
6058464 | Taylor | May 2000 | A |
6061711 | Song et al. | May 2000 | A |
6061780 | Shippey et al. | May 2000 | A |
6061783 | Harriman | May 2000 | A |
6076154 | Van Eijndhoven et al. | Jun 2000 | A |
6084880 | Bailey et al. | Jul 2000 | A |
6101521 | Kosiec | Aug 2000 | A |
6101599 | Wright et al. | Aug 2000 | A |
6115732 | Oberman et al. | Sep 2000 | A |
6128728 | Dowling | Oct 2000 | A |
6134574 | Oberman et al. | Oct 2000 | A |
6144980 | Oberman | Nov 2000 | A |
6145049 | Wong | Nov 2000 | A |
6181151 | Wasson | Jan 2001 | B1 |
6202163 | Gabzdyl et al. | Mar 2001 | B1 |
6292866 | Zaiki et al. | Sep 2001 | B1 |
6295574 | MacDonald | Sep 2001 | B1 |
6315200 | Silverbrook et al. | Nov 2001 | B1 |
6356970 | Killian et al. | Mar 2002 | B1 |
6377619 | Denk et al. | Apr 2002 | B1 |
6397318 | Peh | May 2002 | B1 |
6412081 | Koscal et al. | Jun 2002 | B1 |
6487654 | Dowling | Nov 2002 | B2 |
6523108 | James et al. | Feb 2003 | B1 |
6564238 | Kim et al. | May 2003 | B1 |
6633970 | Clift et al. | Oct 2003 | B1 |
6658578 | Laurenti et al. | Dec 2003 | B1 |
6681280 | Miyake et al. | Jan 2004 | B1 |
6694398 | Zhao et al. | Feb 2004 | B1 |
6751742 | Duhault et al. | Jun 2004 | B1 |
6763478 | Bui | Jul 2004 | B1 |
20020194466 | Catherwood et al. | Dec 2002 | A1 |
20030093656 | Masse et al. | May 2003 | A1 |
Number | Date | Country |
---|---|---|
0 554 917 | Aug 1993 | EP |
0 855 843 | Jul 1998 | EP |
0 992 888 | Dec 2000 | EP |
0 992 889 | Dec 2000 | EP |
01037124 | Feb 1989 | JP |
9611443 | Apr 1996 | WO |
Number | Date | Country | |
---|---|---|---|
20020188639 A1 | Dec 2002 | US |