EP1573514A2 - Pipeline accelerator and related computer and method - Google Patents
Pipeline accelerator and related computer and methodInfo
- Publication number
- EP1573514A2 EP1573514A2 EP03781550A EP03781550A EP1573514A2 EP 1573514 A2 EP1573514 A2 EP 1573514A2 EP 03781550 A EP03781550 A EP 03781550A EP 03781550 A EP03781550 A EP 03781550A EP 1573514 A2 EP1573514 A2 EP 1573514A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- pipeline
- data
- bus
- accelerator
- unit
- 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.)
- Ceased
Links
- 238000000034 method Methods 0.000 title claims description 94
- 238000012545 processing Methods 0.000 claims abstract description 40
- 238000004891 communication Methods 0.000 claims description 86
- 230000015654 memory Effects 0.000 claims description 65
- 230000008569 process Effects 0.000 claims description 42
- 238000013461 design Methods 0.000 abstract description 32
- 230000008878 coupling Effects 0.000 abstract description 2
- 238000010168 coupling process Methods 0.000 abstract description 2
- 238000005859 coupling reaction Methods 0.000 abstract description 2
- 101000821257 Homo sapiens Syncoilin Proteins 0.000 description 23
- 102100021919 Syncoilin Human genes 0.000 description 23
- 238000010586 diagram Methods 0.000 description 16
- 238000012546 transfer Methods 0.000 description 15
- 239000013598 vector Substances 0.000 description 11
- 239000000872 buffer Substances 0.000 description 9
- 230000006870 function Effects 0.000 description 9
- 230000004048 modification Effects 0.000 description 9
- 238000012986 modification Methods 0.000 description 9
- 230000004044 response Effects 0.000 description 6
- 230000003936 working memory Effects 0.000 description 6
- 230000002093 peripheral effect Effects 0.000 description 5
- 230000008901 benefit Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3877—Concurrent instruction execution, e.g. pipeline or look ahead using a slave processor, e.g. coprocessor
- G06F9/3879—Concurrent instruction execution, e.g. pipeline or look ahead using a slave processor, e.g. coprocessor for non-native instruction execution, e.g. executing a command; for Java instruction set
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/76—Architectures of general purpose stored program computers
- G06F15/78—Architectures of general purpose stored program computers comprising a single central processing unit
Definitions
- a common computing architecture for processing relatively large amounts of data in a relatively short period of time includes multiple interconnected processors that share the processing burden. By sharing the processing burden, these multiple processors can often process the data more quickly than a single processor can for a given clock frequency. For example, each of the processors can process a respective portion of the data or execute a respective portion of a processing algorithm.
- FIG. 1 is a schematic block diagram of a conventional computing machine 10 having a multi-processor architecture.
- the machine 10 includes a master processor 12 and coprocessors 14 ⁇ - 14 n , which communicate with each other and the master processor via a bus 16, an input port 18 for receiving raw data from a remote device (not shown in FIG. 1), and an output port 20 for providing processed data to the remote source.
- the machine 10 also includes a memory 22 for the master processor 12, respective memories 24 ⁇ - 24 tone for the coprocessors 14 ⁇ - 14 tone, and a memory 26 that the master processor and coprocessors share via the bus 16.
- the memory 22 serves as both a program and a working memory for the master processor 12, and each memory 24 ⁇ - 24 n serves as both a program and a working memory for a respective coprocessor 14 ⁇ - 14 nom.
- the shared memory 26 allows the master processor 12 and the coprocessors 14 to transfer data among themselves, and from/to the remote device via the ports 18 and 20, respectively.
- the master processor 12 and the coprocessors 14 also receive a common clock signal that controls the speed at which the machine 10 processes the raw data.
- the computing machine 10 effectively divides the processing of raw data among the master processor 12 and the coprocessors 14.
- the remote source such as a sonar array loads the raw data via the port 18 into a section of the shared memory 26, which acts as a first-in-first-out (FIFO) buffer (not shown) for the raw data.
- the master processor 12 retrieves the raw data from the memory 26 via the bus 16, and then the master processor and the coprocessors 14 process the raw data, transferring data among themselves as necessary via the bus 16.
- the master processor 12 loads the processed data into another FIFO buffer (not shown) defined in the shared memory 26, and the remote source retrieves the processed data from this FIFO via the port 20.
- the computing machine 10 processes the raw data by sequentially performing n + 1 respective operations on the raw data, where these operations together compose a processing algorithm such as a Fast Fourier Transform (FFT). More specifically, the machine 10 forms a data-processing pipeline from the master processor 12 and the coprocessors 14. For a given frequency of the clock signal, such a pipeline often allows the machine 10 to process the raw data faster than a machine having only a single processor.
- FFT Fast Fourier Transform
- the master processor 12 After retrieving the raw data from the raw-data FIFO (not shown) in the memory 26, the master processor 12 performs a first operation, such as a trigonometric function, on the raw data. This operation yields a first result, which the processor 12 stores in a first-result FIFO (not shown) defined within the memory 26.
- the processor 12 executes a program stored in the memory 22, and performs the above-described actions under the control of the program.
- the processor 12 may also use the memory 22 as working memory to temporarily store data that the processor generates at intermediate intervals of the first operation.
- the coprocessor 14 ⁇ performs a second operation, such as a logarithmic function, on the first result. This second operation yields a second result, which the coprocessor 14 ⁇ stores in a second-result FIFO (not shown) defined within the memory 26.
- the coprocessor 14 ⁇ executes a program stored in the memory 24 ⁇ , and performs the above-described actions under the control of the program.
- the coprocessor 14 ⁇ may also use the memory 24 ⁇ as working memory to temporarily store data that the coprocessor generates at intermediate intervals of the second operation.
- the coprocessors 24 ⁇ - 24 n sequentially perform third - n th operations on the second - (n-1 ) th results in a manner similar to that discussed above for the coprocessor 24-.
- the n th operation which is performed by the coprocessor 24 n , yields the final result, i.e.. the processed data.
- the coprocessor 24 loads the processed data into a processed-data FIFO (not shown) defined within the memory 26, and the remote device (not shown in FIG. 1) retrieves the processed data from this FIFO.
- the computing machine 10 is often able to process the raw data faster than a computing machine having a single processor that sequentially performs the different operations.
- the single processor cannot retrieve a new set of the raw data until it performs all n + 1 operations on the previous set of raw data.
- the master processor 12 can retrieve a new set of raw data after performing only the first operation. Consequently, for a given clock frequency, this pipeline technique can increase the speed at which the machine 10 processes the raw data by a factor of approximately n + 1 as compared to a single-processor machine (not shown in FIG. 1).
- the computing machine 10 may process the raw data in parallel by simultaneously performing n + 1 instances of a processing algorithm, such as an FFT, on the raw data. That is, if the algorithm includes n + 1 sequential operations as described above in the previous example, then each of the master processor 12 and the coprocessors 14 sequentially perform all n + 1 operations on respective sets of the raw data. Consequently, for a given clock frequency, this parallel-processing technique, like the above-described pipeline technique, can increase the speed at which the machine 10 processes the raw data by a factor of approximately n + 1 as compared to a single-processor machine (not shown in FIG.
- a processing algorithm such as an FFT
- the computing machine 10 can process data more quickly than a single-processor computing machine (not shown in FIG. 1), the data-processing speed of the machine 10 is often significantly less than the frequency of the processor clock. Specifically, the data-processing speed of the computing machine 10 is limited by the time that the master processor 12 and coprocessors 14 require to process data. For brevity, an example of this speed limitation is discussed in conjunction with the master processor 12, although it is understood that this discussion also applies to the coprocessors 14. As discussed above, the master processor 12 executes a program that controls the processor to manipulate data in a desired manner. This program includes a sequence of instructions that the processor 12 executes.
- the processor 12 typically requires multiple clock cycles to execute a single instruction, and often must execute multiple instructions to process a single value of data. For example, suppose that the processor 12 is to multiply a first data value A (not shown) by a second data value B (not shown). During a first clock cycle, the processor 12 retrieves a multiply instruction from the memory 22. During second and third clock cycles, the processor 12 respectively retrieves A and B from the memory 26. During a fourth clock cycle, the processor 12 multiplies A and B, and, during a fifth clock cycle, stores the resulting product in the memory 22 or 26 or provides the resulting product to the remote device (not shown). This is a best-case scenario, because in many cases the processor 12 requires additional clock cycles for overhead tasks such as initializing and closing counters.
- Gops Gigaoperations/second
- FIG. 2 is a block diagram of a hardwired data pipeline 30 that can typically process data faster than a processor can for a given clock frequency, and often at substantially the same rate at which the pipeline is clocked.
- the pipeline 30 includes operator circuits 32 ⁇ - 32 relief,which each perform a respective operation on respective data without executing program instructions. That is, the desired operation is "burned in" to a circuit 32 such that it implements the operation automatically, without the need of program instructions.
- the pipeline 30 can typically perform more operations per second than a processor can for a given clock frequency.
- the pipeline 30 can often solve the following equation faster than a processor can for a given clock frequency:
- Y(x k ) (5x k + 3)2 xk
- X k represents a sequence of raw data values.
- the operator circuit 32 ⁇ is a multiplier that calculates 5X k
- the circuit 32 2 is an adder that calculates 5x ⁇ ⁇ + 3
- the circuit 32 ⁇ receives data value xi and multiplies it by 5 to generate 5x ⁇ .
- the circuit 32 2 receives 5x ⁇ from the circuit 32 ⁇ and adds 3 to generate 5x ⁇ + 3. Also, during the second clock cycle, the circuit 32 ⁇ generates 5x 2 .
- the circuit 32 3 receives 5x ⁇ + 3 from the circuit 32 2 and multiplies by 2 x1 (effectively left shifts 5x ⁇ + 3 by x-i) to generate the first result (5x ⁇ + 3)2 x1 . Also during the third clock cycle, the circuit 32 ⁇ generates 5x 3 and the circuit 32 2 generates 5x 2 + 3.
- the pipeline 30 continues processing subsequent raw data values X k in this manner until all the raw data values are processed. [21] Consequently, a delay of two clock cycles after receiving a raw data value Xi — this delay is often called the latency of the pipeline 30 — the pipeline generates the result (5x ⁇ + 3)2 x1 , and thereafter generates one result — e.g., (5x 2 + 3)2 x2 , (5x 3 + 3)2 x3 5x n + 3)2 xn — each clock cycle.
- the pipeline 30 thus has a data-processing speed equal to the clock speed.
- the master processor 12 and coprocessors 14 (FIG. 1) have data-processing speeds that are 0.4 times the clock speed as in the above example, the pipeline 30 can process data 2.5 times faster than the computing machine 10 (FIG. 1) for a given clock speed.
- a designer may choose to implement the pipeline 30 in a programmable logic IC (PLIC), such as a field-programmable gate array (FPGA), because a PLIC allows more design and modification flexibility than does an application specific IC (ASIC).
- PLIC programmable logic IC
- FPGA field-programmable gate array
- ASIC application specific IC
- the designer merely sets interconnection-configuration registers disposed within the PLIC to predetermined binary states. The combination of all these binary states is often called “firmware.”
- the designer loads this firmware into a nonvolatile memory (not shown in FIG. 2) that is coupled to the PLIC. When one "turns on” the PLIC, it downloads the firmware from the memory into the interconnection-configuration registers.
- the designer merely modifies the firmware and allows the PLIC to download the modified firmware into the interconnection-configuration registers.
- This ability to modify the PLIC by merely modifying the firmware is particularly useful during the prototyping stage and for upgrading the pipeline 30 "in the field".
- the hardwired pipeline 30 may not be the best choice to execute algorithms that entail significant decision making, particularly nested decision making.
- a processor can typically execute a nested-decision-making instruction (e.g., a nested conditional instruction such as "if A, then do B, else if C, do D, . . ., else do n") approximately as fast as it can execute an operational instruction (e.g., "A + B") of comparable length.
- the pipeline 30 may be able to make a relatively simple decision (e.g., "A > B?”) efficiently, it typically cannot execute a nested decision (e.g., "if A, then do B, else if C, do D, . .
- the pipeline 30 may have little on-board memory, and thus may need to access external working/program memory (not shown). And although one may be able to design the pipeline 30 to execute such a nested decision, the size and complexity of the required circuitry often makes such a design impractical, particularly where an algorithm includes multiple different nested decisions.
- processors are typically used in applications that require significant decision making, and hardwired pipelines are typically limited to "number crunching" applications that entail little or no decision making.
- Computing components such as processors and their peripherals
- processors typically include industry-standard communication interfaces that facilitate the interconnection of the components to form a processor-based computing machine.
- a standard communication interface typically includes two layers: a physical layer and a services layer.
- the physical layer includes the circuitry and the corresponding circuit interconnections that form the interface and the operating parameters of this circuitry.
- the physical layer includes the pins that connect the component to a bus, the buffers that latch data received from the pins, and the drivers that drive signals onto the pins.
- the operating parameters include the acceptable voltage range of the data signals that the pins receive, the signal timing for writing and reading data, and the supported modes of operation (e.g., burst mode, page mode).
- Conventional physical layers include transistor-transistor logic (TTL) and RAMBUS.
- the services layer includes the protocol by which a computing component transfers data.
- the protocol defines the format of the data and the manner in which the component sends and receives the formatted data.
- FTP file-transfer protocol
- TCP/IP transmission control protocol/internet protocol
- Designing a computing component that supports an industry-standard communication interface allows one to save design time by using an existing physical-layer design from a design library. This also insures that he/she can easily interface the component to off-the-shelf computing components.
- a pipeline accelerator includes a bus and a plurality of pipeline units each coupled to the bus and each including at least one respective hardwired-pipeline circuit.
- a plurality of pipeline units in the pipeline accelerator one can increase the accelerator's data-processing performance as compared to a single-pipeline-unit accelerator.
- FIG. 1 is a block diagram of a computing machine having a conventional multi-processor architecture.
- FIG. 2 is a block diagram of a conventional hardwired pipeline.
- FIG. 3 is a block diagram of a computing machine having a peer-vector architecture according to an embodiment of the invention.
- FIG. 4 is a block diagram of a pipeline unit of the pipeline accelerator of
- FIG. 3 according to an embodiment of the invention.
- FIG. 5 is a block diagram of a pipeline unit of the pipeline accelerator of
- FIG. 3 according to another embodiment of the invention.
- FIG. 6 is a block diagram of the pipeline accelerator of FIG. 3 including multiple pipeline units according to an embodiment of the invention.
- FIG. 7 is a block diagram of the pipeline accelerator of FIG. 3 including multiple pipeline units according to another embodiment of the invention.
- FIG. 8 is a block diagram of the pipeline accelerator of FIG. 3 including groups of multiple pipeline units according to an embodiment of the invention.
- FIG. 3 is a schematic block diagram of a computing machine 40, which has a peer-vector architecture according to an embodiment of the invention.
- the peer-vector machine 40 includes a pipeline accelerator 44, which performs at least a portion of the data processing, and which thus effectively replaces the bank of coprocessors 14 in the computing machine 10 of FIG. 1. Therefore, the host-processor 42 and the accelerator 44 (or units thereof as discussed below) are "peers" that can transfer data vectors back and forth. Because the accelerator 44 does not execute program instructions, it typically performs mathematically intensive operations on data significantly faster than a bank of coprocessors can for a given clock frequency. Consequently, by combining the decision-making ability of the processor 42 and the number-crunching ability of the accelerator 44, the machine 40 has the same abilities as, but can often process data faster than, a conventional computing machine such as the machine 10.
- providing the accelerator 44 with a communication interface that is compatible with the communication interface of the host processor 42 facilitates the design and modification of the machine 40, particularly where the processor's communication interface is an industry standard.
- the accelerator 44 includes multiple pipeline units (e.g., PLIC-based circuits), providing each of these units with the same communication interface facilitates the design and modification of the accelerator, particularly where the communication interfaces are compatible with an industry-standard interface.
- the machine 40 may also provide other advantages as described below and in the previously cited patent applications. [50] Still referring to FIG.
- the peer-vector computing machine 40 includes a processor memory 46, an interface memory 48, a pipeline bus 50, one or more firmware memories 52, an optional raw-data input port 54, a processed-data output port 58, and an optional router 61.
- the host processor 42 includes a processing unit 62 and a message handler 64
- the processor memory 46 includes a processing-unit memory 66 and a handler memory 68, which respectively serve as both program and working memories for the processor unit and the message handler.
- the processor memory 46 also includes an accelerator-configuration registry 70 and a message-configuration registry 72, which store respective configuration data that allow the host processor 42 to configure the functioning of the accelerator 44 and the format of the messages that the message handler 64 sends and receives.
- the pipeline accelerator 44 is disposed on at least one PLIC (FIG. 4) and includes hardwired pipelines 74 ⁇ - 74 regard, which process respective data without executing program instructions.
- the firmware memory 52 stores the configuration firmware for the accelerator 44. If the accelerator 44 is disposed on multiple PLICs, then these PLICs and their respective firmware memories may be disposed in multiple pipeline units, which are discussed further below in conjunction with FIGS. 4 - 8. Alternatively, the accelerator 44 may be disposed on at least one ASIC, and thus may have internal interconnections that are unconfigurable once the ASIC is formed. In this alternative, the machine 40 may omit the firmware memory 52. Furthermore, although the accelerator 44 is shown including multiple pipelines 74r 74 n , it may include only a single pipeline. In addition, although not shown, the accelerator 44 may include one or more processors such as a digital-signal processor (DSP). Moreover, although not shown, the accelerator 44 may include a data input port and/or a data output port.
- DSP digital-sign
- the host processor 42 and pipeline accelerator 44 are discussed as being disposed on different ICs, the host processor and pipeline accelerator may be disposed on the same IC.
- FIG. 4 is a block diagram of a unit 78 of the pipeline accelerator 44 of FIG. 3 according to an embodiment of the invention.
- the accelerator 44 includes one or more such pipeline units 78 (only one shown in FIG. 4), each of which includes a pipeline circuit 80, such as a PLIC or an ASIC.
- a pipeline circuit 80 such as a PLIC or an ASIC.
- each pipeline unit 78 is a "peer" of the host processor 42 (FIG. 3) and of the other pipeline units of the accelerator 44. That is, each pipeline unit 78 can communicate directly with the host processor 42 or with any other pipeline unit.
- this peer-vector architecture prevents data "bottlenecks" that otherwise might occur if all of the pipeline units 78 communicated through a central location such as a master pipeline unit (not shown) or the host processor 42. Furthermore, this architecture allows one to add or remove peers from the peer-vector machine 40 (FIG. 3) without significant modifications to the machine.
- the pipeline circuit 80 includes a communication interface 82, which transfers data between a peer, such as the host processor 42 (FIG. 3), and the following other components of the pipeline circuit: the hardwired pipelines 74 ⁇ -74 n via a communication shell 84, a pipeline controller 86, an exception manager 88, and a configuration manager 90.
- the pipeline circuit 80 may also include an industry-standard bus interface 91 and a communication bus 93, which connects the interface 82 to the interface 91. Alternatively, the functionality of the interface 91 may be included within the communication interface 82 and the bus 93 omitted. [58] By designing the components of the pipeline circuit 80 as separate modules, one can often simplify the design of the pipeline circuit.
- HDL hardware description language
- the communication interface 82 sends and receives (via the bus interface 91 of present) data in a format recognized by the message handler 64 (FIG. 3), and thus typically facilitates the design and modification of the peer-vector machine 40 (FIG. 3).
- the data format is an industry standard such as the Rapid I/O format, then one need not design a custom interface between the host processor 42 and the pipeline unit 78 .
- the pipeline unit 78 to communicate with other peers, such as the host processor 42 (FIG.
- the hardwired pipelines 74 ⁇ -74 n perform respective operations on data as discussed above in conjunction with FIG. 3 and in previously cited U.S. Patent App. Serial Nos. 10/684,102 entitled IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD and 10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD, and the communication shell 84 interfaces the pipelines to the other components of the pipeline circuit 80 and to other circuits (such as a data memory 92 discussed below) of the pipeline unit 78.
- the controller 86 synchronizes the hardwired pipelines 74 ⁇ .74 n in response to SYNC signals and special pipeline-bus communications (i.e., "events") from other peers, and monitors and controls the sequence in which the pipelines perform their respective data operations.
- a peer such as the host processor 42, may pulse a SYNC signal or send an event to the pipeline unit 78 via the pipeline bus 50 to indicate that the peer has finished sending a block of data to the pipeline unit and to cause the hardwired pipelines 74 ⁇ .74 n to begin processing this data.
- a SYNC signal is used to synchronize a time-critical operation
- an event is used to synchronize a non-time-critical operation.
- an event is a data-less communication that is often called a "doorbell”. But an event may include data, in which case it is often called an "event message”.
- SYNC signals and events are discussed further in previously cited U.S. Patent App. Serial No. 10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD.
- the exception manager 88 monitors the status of the hardwired pipelines 74 ⁇ -74 ⁇ , the communication interface 82, the communication shell 84, the controller 86, and the bus interface 91 (if present), and reports exceptions to the host processor 42 (FIG. 3). For example, if a buffer in the communication interface 82 overflows, then the exception manager 88 reports this to the host processor 42. The exception manager may also correct, or attempt to correct, the problem giving rise to the exception. For example, for an overflowing buffer, the exception manager 88 may increase the size of the buffer, either directly or via the configuration manager 90 as discussed below.
- the configuration manager 90 sets the soft configuration of the hardwired pipelines 74 ⁇ -74 n , the communication interface 82, the communication shell 84, the controller 86, the exception manager 88, and the interface 91 (if present) in response to soft-configuration data from the host processor 42 (FIG. 3) — as discussed in previously cited U.S. Patent App. Serial No. 10/684,102 entitled IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD, the hard configuration denotes the actual topology, on the transistor and circuit-block level, of the pipeline circuit 80, and the soft configuration denotes the physical parameters (e.g., data width, table size) of the hard-configured components.
- the hard configuration denotes the actual topology, on the transistor and circuit-block level, of the pipeline circuit 80
- the soft configuration denotes the physical parameters (e.g., data width, table size) of the hard-configured components.
- soft configuration data is similar to the data that can be loaded into a register of a processor (not shown in FIG. 4) to set the operating mode (e.g., burst-memory mode) of the processor.
- the host processor 42 may send soft-configuration data that causes the configuration manager 90 to set the number and respective priority levels of data and event queues in the communication interface 82.
- the exception manager 88 may also send soft-configuration data that causes the configuration manager 90 to, e.g., increase the size of an overflowing buffer in the communication interface 82.
- the industry-standard bus interface 91 is a conventional bus-interface circuit that reduces the size and complexity of the communication interface 82 by effectively offloading some of the interface circuitry from the communication interface. Therefore, if one wishes to change the parameters of the pipeline bus 50 or router 61 (FIG. 3), then he need only modify the interface 91 and not the communication interface 82. Alternatively, one may dispose the interface 91 in an IC (not shown) that is external to the pipeline circuit 80. Offloading the interface 91 from the pipeline circuit 80 frees up resources on the pipeline circuit for use in, e.g., the hardwired pipelines 74 ⁇ -74 n and the controller 86. Or, as discussed above, the bus interface 91 may be part of the communication interface 82.
- the pipeline unit 78 of the accelerator 44 includes the data memory 92, and, if the pipeline circuit is a PLIC, a firmware memory 52.
- the data memory 92 buffers data as it flows between another peer, such as the host processor 42 (FIG. 3), and the hardwired pipelines 74 ⁇ -74 n , and is also a working memory for the hardwired pipelines.
- the communication interface 82 interfaces the data memory 92 to the pipeline bus 50 (via the communication bus 94 and industry-standard interface 91 if present), and the communication shell 84 interfaces the data memory to the hardwired pipelines 74 ⁇ -74 n .
- the data memory 92 may also store a profile of the pipeline unit.
- the profile describes the pipeline unit 78 sufficiently for the host processor 42 (FIG. 3) to appropriately configure itself, the pipeline unit, and other peers of the peer-vector machine 40 (FIG. 3) for intercommunication.
- the profile may identify the data operations and communication protocols that the pipeline unit 78 is capable of implementing. Consequently, by reading the profile during initialization of the peer-vector machine 40, the host processor 42 can properly configure the message handler 64 (FIG. 3) to communicate with the pipeline unit 78.
- This technique is analogous to the "plug and play" technique by which a computer can configure itself to communicate with a newly installed peripheral such as a disk drive.
- the firmware memory 52 stores the firmware that sets the hard configuration of the pipeline circuit.
- the memory 52 loads the firmware into the pipeline circuit 80 during the configuration of the accelerator 44, and may receive modified firmware from the host processor 42 (FIG. 3) via the communication interface 82 during or after the configuration of the accelerator.
- the loading and receiving of firmware is further discussed in previously cited U.S. Patent App. Serial Nos.
- the pipeline unit 78 may include a circuit board or card 98 on which are disposed the pipeline circuit 80, data memory 92, and firmware memory 52.
- the circuit board 98 may be plugged into a pipeline-bus connector (not shown) much like a daughter card can be plugged into a slot of a mother board in a personal computer (not shown).
- the pipeline unit 78 may include conventional ICs and components such as a power regulator and a power sequencer; these ICs/components may also be disposed on the card 98 as is known.
- FIG. 5 is a block diagram of a pipeline unit 100 of the pipeline accelerator 44 of FIG. 3 according to another embodiment of the invention.
- the pipeline unit 100 is similar to the pipeline unit 78 of FIG. 4 except that the pipeline unit 100 includes multiple pipeline circuits 80 — here two pipeline circuits 80a and 80b. Increasing the number of pipeline circuits 80 typically allows an increase in the number n of hardwired pipelines 74 ⁇ -74 n , and thus an increase in the functionality of the pipeline unit 100 as compared to the pipeline unit 78.
- the pipeline unit 100 includes a firmware memory 52a for the pipeline circuit 80a and a firmware memory 52J for the pipeline circuit 80b.
- the pipeline circuits 80a and 80b may share a single firmware memory.
- the services components i.e., the communication interface 82, the controller 86, the exception manager 88, the configuration manager 90, and the optional industry-standard bus interface 91
- the pipeline circuit 80a the pipelines 74 ⁇ -74 n and the communication shell 84 are disposed on the pipeline circuit 80b.
- the portion of the communication shell 84 that interfaces the pipelines 74 ⁇ -74 n to the interface 82 and to the controller 86 may be disposed on the pipeline circuit 80a.
- FIG. 6 is a block diagram of the accelerator 44 of FIG. 3 having multiple pipeline units 78 (FIG. 4) or 100 (FIG. 5) according to an embodiment of the invention.
- the accelerator 44 is discussed as having multiple pipeline units 78 ⁇ - 78 radical, it being understood that the accelerator may include multiple pipeline units 100 or a combination of units 78 and 100.
- each pipeline unit 78 typically has a common industry-standard interface, one can easily modify the accelerator 44 by adding or removing pipeline units.
- the industry-standard bus interface 91 is omitted from each pipeline unit 78 ⁇ - 78 n , and a single external (to the pipeline units) interface 91 and communication bus 94 are common to all of the pipeline units. Including a single external bus interface 91 frees up resources on the pipeline circuits 80 (FIG. 4) as discussed above in conjunction with FIG. 4.
- the pipeline units 78 ⁇ - 78 n may all be disposed on a single circuit board (not shown in FIG. 6), each pipeline unit may be disposed on a respective circuit board, or groups of multiple pipeline units may be respectively disposed on multiple circuit boards. In the latter two implementations, the bus interface 91 is disposed on one of the circuit boards.
- the pipeline units 78 ⁇ - 78 n may each include a respective industry-standard bus interface 91 as discussed above in conjunction with FIG. 4, and thus may each communicate directly with the pipeline bus 50 or router 61 (FIG. 3).
- the pipeline units 78 ⁇ - 78 n may be disposed on a single or multiple circuit boards as discussed above.
- Each of the pipeline units 78 ⁇ - 78 n is a peer of the host processor 42 (FIG. 3) and of each other. That is, each pipeline unit 78 can communicate directly with any other pipeline unit via the communication bus 94, and can communicate with the host processor 42 via the communication bus 94, the bus interface 91, the router 61 (if present), and the pipeline bus 50. Alternatively, where the pipeline units 78 ⁇ - 78 amid each include a respective bus interface 91, then each pipeline unit can communicate directly with the host processor 42 via the router 61 (if present) and the pipeline bus 50. [77] The operation of the multi-pipeline-unit accelerator 44 is now described by way of two examples.
- the pipeline unit 78 ⁇ transfers data to the pipeline
- the pipeline units 78 ⁇ and 78 n use one or more SYNC signals to synchronize the data transfer and processing.
- a SYNC signal is fast enough to trigger a time-critical function, but requires significant hardware resources; comparatively, an event typically is not fast enough to trigger a time-critical function, but requires significantly fewer hardware resources.
- a SYNC signal is routed directly from peer to peer, it can trigger a function more quickly than an event, which traverses, e.g., the pipeline bus 50 (FIG. 3), and the communication bus 94. But because they are separately routed, the SYNC signals require dedicated circuitry, such as routing lines and buffers of the pipeline circuit 80 (FIG. 4). Conversely, because they use the existing data-transfer infrastructure (e.g. the pipeline bus 50 and the communication bus 94), the events require fewer dedicated hardware resources. Consequently, designers tend to use events to trigger all but the most time-critical functions.
- the pipeline unit 78 ⁇ sends data to the pipeline unit 78 n by driving the data onto the communication bus 94.
- the pipeline unit 78 ⁇ generates a message that includes the data and a header that contains the address of the pipeline unit 78 n .
- the pipeline unit 78 ⁇ were to send the data to multiple pipeline units 78, then it may do so in one of two ways. Specifically, the pipeline unit 78 ⁇ may sequentially send separate messages to each of the destination pipeline units 78, each message including a header containing the address of a respective destination unit. Alternatively, the pipeline unit 78- ⁇ may simultaneously send the data to each of the destination pipeline units 78 by including in single message the data and a header containing the addresses of each destination pipeline unit.
- each pipeline unit 78 n receives the data. Because the pipeline units 78 ⁇ - 78 tone are each coupled to the common communication bus 94, each pipeline unit 78 2 ⁇ 78 originates whether or not it is an intended recipient of the data. For example, each pipeline unit 78 2 - 78 crosses determines whether its address is included in the header of the message.
- the units 78 2 - 78 n - ⁇ determine that they are not intended recipients of the data, and thus ignore the data, i.e., do not load the data into their data memories 92 (FIG. 4). Conversely, the pipeline unit 78 n determines that it is an intended recipient of the data, and thus loads the data into its data memory 92.
- the receiving of data is discussed further in U.S. Patent App. Serial No. 10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD.
- a peer such as the pipeline unit 78 ⁇ , or an external device (not shown) pulses a SYNC signal to cause the pipeline unit 78 species to process the data in a timely manner.
- the peer/device may determine when the pipeline unit 78 precursor is ready to process the received data.
- the peer/device may merely pulse the SYNC signal a predetermined time after the pipeline unit 78 ⁇ sends the data. Presumably, the predetermined time is long enough to allow the pipeline unit 78 n to receive and load the data into its data memory 92 (FIG. 4).
- the pipeline unit 78 n may pulse a SYNC signal to inform the peer/device that it is ready to process the received data.
- the host processor 42 (FIG. 3) transfers data to the pipeline 78 n , which processes the data in a non-time-critical manner; thus the host processor and the pipeline unit 78 impact use one or more events to synchronize the data transfer and processing for the reasons discussed above.
- the host processor 42 (FIG. 3) sends data to the pipeline unit 78 hinder by driving the data onto the pipeline bus 50 (FIG. 3).
- the host processor 42 generates a message that includes the data and a header containing the address of the pipeline unit 78 n . If the host processor 42 were to send the data to multiple pipeline units 78, then it may do so in one of the two ways discussed above in conjunction with the first example.
- the pipeline unit 78 n receives the data from the pipeline bus 50
- each pipeline unit 78 ⁇ - 78 determines whether it is an intended recipient of the data in the manner discussed above in conjunction with the first example.
- a peer such as the host processor 42 (FIG. 3), or an external device (not shown), generates an event on the pipeline bus 50 or directly on the communication bus 94 to cause the pipeline unit 78 n to process the data in a timely manner.
- the peer/device that generates the event may determine when the pipeline unit 78 geometry is ready to process the received data. For example, the peer/device may merely generate the event a predetermined time after the host processor 42 sends the data. Presumably, the predetermined time is long enough to allow the pipeline unit 78 n to receive and load the data into its data memory 92 (FIG. 4). Alternatively, the pipeline unit 78 flick may generate an event to inform the peer/device that it is ready to process the received data.
- the pipeline unit 78 serves to receive the event.
- the receiving of an event is discussed in previously cited U.S. Patent App. Serial No.10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD.
- the pipeline unit 78 n processes the received data.
- the processing of data by a pipeline unit 78 shadow is discussed further in previously cited U.S. Patent Application Serial No. 10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD.
- FIG. 6 alternative implementations of the accelerator 44 are contemplated.
- the accelerator 44 can use both SYNC signals and events in combination.
- other peers can use one or more of the multiple pipeline units 78 or 100 merely for bulk storage of data in their respective data memories 92.
- a designer may replace the host processor 42 (FIG. 3) with one or more of the pipeline units 78 or 100, which together form a "host" peer that performs the functions of the host processor.
- one or more of the pipeline units 78 or ⁇ 700 may act as one or more message-distribution peers.
- FIG. 7 is a block diagram of the accelerator 44 (FIG. 3) having multiple pipeline units 78 (FIG. 4) or 100 (FIG. 5) according to another embodiment of the invention.
- the accelerator 44 of FIG. 7 includes a communication-bus router 110 for routing data between the pipeline units 78 - 78 context and other peers, such as the host processor 42 (FIG. 3), and devices (not shown) that are coupled to the pipeline bus 50 (FIG. 3).
- the accelerator 44 of FIG. 7 is discussed as having multiple pipeline units 78 ⁇ - 78 n , it being understood that the accelerator may include multiple pipeline units 100 or a combination of units 78 and 100.
- the communication-bus router 110 is coupled to the pipeline units 78 ⁇
- each pipeline unit 78 ⁇ - 78 n may include a respective interface 91 on board, and thus the external interface 91 can be omitted such that the router 110 is directly coupled to the pipeline bus 50 (or router 61 if present) of FIG. 3.
- the router 110 routes signals from the pipeline bus 50 (FIG. 3) to the respective destination pipeline unit or units 78 ⁇ - 78 n , and also routes signals from a source pipeline unit to one or more destination pipeline units or to the pipeline bus.
- the pipeline unit 78 ⁇ transfers data to the pipeline
- the pipeline units 78 ⁇ and 78 which processes the data in a time-critical manner; thus, the pipeline units 78 ⁇ and 78 apply one or more SYNC signals to synchronize the data transfer and processing as discussed above in conjunction with the first example of FIG. 6.
- the pipeline unit 78 ⁇ sends data to the pipeline unit 78 n by driving the data onto the branch 94-i of the communication bus.
- the pipeline unit 78 ⁇ generates a message that includes the data and a header that contains the address of the pipeline unit 78 n .
- the router 110 receives the data, determines that the destination of the data is the pipeline unit 78 radical, and drives the data onto the branch 94 n of the communication bus.
- the router 110 determines the destination of the data by analyzing the header of the message containing the data and extracting the destination address from the header.
- the pipeline unit 78 n can merely accept the data from the router without determining whether it is an intended recipient of the data.
- the pipeline 78 n may determine whether it is an intended recipient of the data, and generate an exception (discussed in previously cited U.S. Patent App. Serial Nos.
- the pipeline unit 78 n can send this exception to the host processor 42 (FIG. 3) via the router 110, the industry-standard bus interface 91 (if present), the router 61 (if present), and the pipeline bus 50 (FIG. 3).
- a peer such as the pipeline unit 78 ⁇ , or an external device (not shown) pulses a SYNC signal to cause the pipeline unit 78 n to process the data in a timely manner as discussed above in conjunction with the first example of FIG. 6.
- the pipeline unit 78 n processes the received data as discussed above in conjunction with the first example of FIG. 6.
- the pipeline unit 78 n when the pipeline unit 78 n is finished processing the data a peer, an external device (not shown), or the unit 78 n itself may pulse a SYNC signal to notify the pipeline unit 78 ⁇ to send more data.
- the host processor 42 (FIG. 3) transfers data to the pipeline 78 n , which processes the data in a non-time-critical manner; thus the host processor and the pipeline unit 78 n use one or more events to synchronize the data transfer and processing for the reasons discussed above in conjunction with FIG. 6.
- the host processor 42 sends data to the pipeline unit 78 n by driving the data onto the pipeline bus 50 (FIG. 3).
- the host processor 42 generates a message that includes the data and a header containing the address of the pipeline unit 78 n .
- the router 110 receives the data from the pipeline bus 50 (FIG. 3) via the industry-standard bus interface 91 (if present) and the bus 112.
- the router 110 determines that the destination of the data is the pipeline unit 78 n , and drives the data onto the branch 94atty of the communication bus.
- the router 110 determines the destination of the header as discussed above in conjunction with the first example of FIG. 7. Consequently, because the router 110 determines the proper destination of the data, the pipeline unit 78 n can merely accept the data from the router without determining whether it is an intended recipient of the data. Alternatively, the pipeline 78 n may determine whether it is an intended recipient of the data, generate an exception (discussed in previously cited U.S. Patent App. Serial Nos. 10/684,102 entitled IMPROVED COMPUTING
- ARCHITECTURE AND RELATED SYSTEM AND METHOD 10/684,053 entitled COMPUTING MACHINE HAVING IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD, and 10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD if it is not an intended recipient, and send the exception to the host processor 42 (FIG. 3) as discussed above in conjunction with the second example of FIG. 6.
- the pipeline unit 78 overcome loads the data from the bus branch 94 n .
- the loading of data by a pipeline unit is further discussed in previously cited U.S. Patent App. Serial No. 10/683,929 entitled PIPELINE ACCELERATOR FOR IMPROVED COMPUTING ARCHITECTURE AND RELATED SYSTEM AND METHOD.
- a peer such as the host processor 42 (FIG.
- the router 770 receives the event, determines that it is intended for the pipeline unit 78 romance, and drives the event onto the bus branch 94 n .
- the pipeline unit 78 n processes the received data.
- a peer, an external device (not shown), or the unit 78 curtail itself may generate an event to notify the host processor 42 (FIG. 3) to send more data.
- FIG. 8 is a block diagram of the accelerator 44 of FIG. 3 including multiple groups 720 of multiple pipeline units 78 (FIG. 4) or 700 (FIG. 5) according to an embodiment of the invention. Including multiple groups 720 of pipeline units increases the functionality of the accelerator 44, and allows a designer to increase the accelerator's efficiency by grouping pipeline units that perform related operations. For clarity, the accelerator 44 of FIG. 8 is discussed as having multiple pipeline units 78, it being understood that the accelerator may include multiple pipeline units 700 or a combination of units 78 and 700. Furthermore, the pipeline units 78 do not include industry-standard bus interfaces 91 (this interface is external in this embodiment), although they may in another embodiment. [116] The accelerator 44 includes six groups 720 ?
- each group having three pipeline units and a respective intra-group communication-bus router 110 ⁇ - 770 ⁇ that interconnects the pipeline units to each other and to the other pipeline-unit groups.
- the accelerator 44 is discussed as including six groups 720 - 720 ⁇ of three pipeline units 78 each, other implementations of the accelerator may include virtually any number of groups of any number pipeline units, and not all the groups need have the same number of pipeline units.
- the communication-bus routers 110 ⁇ -110e may be omitted as discussed above in conjunction with the accelerator 44 of FIG. 6. [117] The pipeline-unit group 720 ?
- the communication-bus routers 770 - 70 3 of the groups 720 ? - 720 3 are connected to a first-level router 722 ? via respective branches 724 ? - 724 3 of a first-level bus 726V
- the router 722 and bus 726 ? allow the pipeline units 78 ⁇ - 78g to communicate with each other.
- the communication-bus routers 770 ⁇ - 770 6 are connected to a first-level router 7222 via respective branches 728 ? - 728 3 of a first-level bus 726 2 .
- the router 722 2 and bus 726 * 2 allow the pipeline units 78w - 78 ⁇ a to communicate with each other.
- the first-level routers 122 ⁇ and 7 2 2 are connected to a second-level router 730 via respective branches 732* - 73 2 of a second-level bus 734.
- the router 730 and bus 734 allow the pipeline units 78 ⁇ - 78IQ to communicate with each other and with other peers/devices as discussed below.
- the pipeline bus 50 and a secondary pipeline bus 736 are coupled to the second-level router 730 via the respective industry-standard bus interfaces 91 1 and 97 2 .
- the secondary pipeline bus 736 may be connected to peers, such as the host processor 42 (FIG. 3), or peripherals, such as a hard-disk drive (not shown), that are not coupled to the pipeline bus 50.
- peers such as the host processor 42 (FIG. 3)
- peripherals such as a hard-disk drive (not shown)
- the busses 50 and 736 may be coupled to peers or peripherals via a network or the internet (neither shown) such that the accelerator 44 can be remotely located from other peers, such as the host processor 42 (FIG. 3).
- a bus 738 directly connects one or more SYNC signals to all of the pipeline units 78 ⁇ - 78 ⁇ 8 and to other peers, such as the host processor 42 (FIG. 3), or devices (not shown).
- pipeline units 720 ⁇ of pipeline units 78 processes data from a respective sensor of a sonar array (not shown) that is coupled to the secondary pipeline bus 736. Because the pipeline units 78-i - 78 3 of the group 720* are interconnected by a single router 770*, these pipeline units can communicate with each other more quickly than they can with the pipeline units 78 4 - 78 ⁇ a of the other groups 720 2 - 720 ⁇ . This higher communication speed is also present in each of the other groups 7202 - 720 6 . Consequently, a designer can increase the processing speed of the accelerator 44 by grouping together pipeline units that frequently transfer data or otherwise communicate among themselves.
- the pipeline units 78 ⁇ - 78 ⁇ a communicate with each other and with peers, such as the host processor 42 (FIG. 3), and devices coupled to the buses 50 and 736 in a manner similar to that discussed above in conjunction with FIG. 7.
- peers such as the host processor 42 (FIG. 3)
- devices coupled to the buses 50 and 736 in a manner similar to that discussed above in conjunction with FIG. 7.
- a sensor (not shown) coupled to the bus 736 communicates with the pipeline unit 78 ⁇ via the industry-standard bus interface 97*, the second-level router 730, the first level router 722*, and the intra-group router 770*.
- the pipeline unit 78 ⁇ communicates with the pipeline unit 78 7 via the routers 770*, 722*, and 7703, and communicates with the pipeline unit 78 ⁇ o via the routers 770*, 722*, 730, 722 2 , and 770 4 .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Advance Control (AREA)
- Multi Processors (AREA)
- Stored Programmes (AREA)
- Microcomputers (AREA)
- Programmable Controllers (AREA)
- Logic Circuits (AREA)
- Complex Calculations (AREA)
- Bus Control (AREA)
Abstract
Description
Claims
Applications Claiming Priority (13)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US684057 | 1991-04-11 | ||
US684053 | 2000-10-06 | ||
US42250302P | 2002-10-31 | 2002-10-31 | |
US422503P | 2002-10-31 | ||
US10/684,053 US7987341B2 (en) | 2002-10-31 | 2003-10-09 | Computing machine using software objects for transferring data that includes no destination information |
US684102 | 2003-10-09 | ||
US683932 | 2003-10-09 | ||
US683929 | 2003-10-09 | ||
US10/684,057 US7373432B2 (en) | 2002-10-31 | 2003-10-09 | Programmable circuit and related computing machine and method |
US10/683,932 US7386704B2 (en) | 2002-10-31 | 2003-10-09 | Pipeline accelerator including pipeline circuits in communication via a bus, and related system and method |
US10/683,929 US20040136241A1 (en) | 2002-10-31 | 2003-10-09 | Pipeline accelerator for improved computing architecture and related system and method |
US10/684,102 US7418574B2 (en) | 2002-10-31 | 2003-10-09 | Configuring a portion of a pipeline accelerator to generate pipeline date without a program instruction |
PCT/US2003/034555 WO2004042561A2 (en) | 2002-10-31 | 2003-10-31 | Pipeline accelerator having multiple pipeline units and related computing machine and method |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1573514A2 true EP1573514A2 (en) | 2005-09-14 |
Family
ID=34280226
Family Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP03781554A Withdrawn EP1559005A2 (en) | 2002-10-31 | 2003-10-31 | Computing machine having improved computing architecture and related system and method |
EP03781550A Ceased EP1573514A2 (en) | 2002-10-31 | 2003-10-31 | Pipeline accelerator and related computer and method |
EP03781551A Ceased EP1576471A2 (en) | 2002-10-31 | 2003-10-31 | Programmable circuit and related computing machine and method |
EP03781553A Withdrawn EP1573515A2 (en) | 2002-10-31 | 2003-10-31 | Pipeline accelerator and related system and method |
EP03781552A Expired - Lifetime EP1570344B1 (en) | 2002-10-31 | 2003-10-31 | Pipeline coprocessor |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP03781554A Withdrawn EP1559005A2 (en) | 2002-10-31 | 2003-10-31 | Computing machine having improved computing architecture and related system and method |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP03781551A Ceased EP1576471A2 (en) | 2002-10-31 | 2003-10-31 | Programmable circuit and related computing machine and method |
EP03781553A Withdrawn EP1573515A2 (en) | 2002-10-31 | 2003-10-31 | Pipeline accelerator and related system and method |
EP03781552A Expired - Lifetime EP1570344B1 (en) | 2002-10-31 | 2003-10-31 | Pipeline coprocessor |
Country Status (8)
Country | Link |
---|---|
EP (5) | EP1559005A2 (en) |
JP (9) | JP2006518058A (en) |
KR (5) | KR100996917B1 (en) |
AU (5) | AU2003287321B2 (en) |
CA (5) | CA2503617A1 (en) |
DE (1) | DE60318105T2 (en) |
ES (1) | ES2300633T3 (en) |
WO (4) | WO2004042574A2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7676649B2 (en) | 2004-10-01 | 2010-03-09 | Lockheed Martin Corporation | Computing machine with redundancy and related systems and methods |
US7987341B2 (en) | 2002-10-31 | 2011-07-26 | Lockheed Martin Corporation | Computing machine using software objects for transferring data that includes no destination information |
Families Citing this family (38)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8095508B2 (en) | 2000-04-07 | 2012-01-10 | Washington University | Intelligent data storage and processing using FPGA devices |
US7711844B2 (en) | 2002-08-15 | 2010-05-04 | Washington University Of St. Louis | TCP-splitter: reliable packet monitoring methods and apparatus for high speed networks |
WO2004042574A2 (en) * | 2002-10-31 | 2004-05-21 | Lockheed Martin Corporation | Computing machine having improved computing architecture and related system and method |
EP2528000B1 (en) | 2003-05-23 | 2017-07-26 | IP Reservoir, LLC | Intelligent data storage and processing using FPGA devices |
US10572824B2 (en) | 2003-05-23 | 2020-02-25 | Ip Reservoir, Llc | System and method for low latency multi-functional pipeline with correlation logic and selectively activated/deactivated pipelined data processing engines |
JP2008532177A (en) | 2005-03-03 | 2008-08-14 | ワシントン ユニヴァーシティー | Method and apparatus for performing biological sequence similarity searches |
JP4527571B2 (en) | 2005-03-14 | 2010-08-18 | 富士通株式会社 | Reconfigurable processing unit |
WO2007011203A1 (en) * | 2005-07-22 | 2007-01-25 | Stichting Astron | Scalable control interface for large-scale signal processing systems. |
US7702629B2 (en) | 2005-12-02 | 2010-04-20 | Exegy Incorporated | Method and device for high performance regular expression pattern matching |
JP2007164472A (en) * | 2005-12-14 | 2007-06-28 | Sonac Kk | Arithmetic device with queuing mechanism |
US7954114B2 (en) | 2006-01-26 | 2011-05-31 | Exegy Incorporated | Firmware socket module for FPGA-based pipeline processing |
US7840482B2 (en) | 2006-06-19 | 2010-11-23 | Exegy Incorporated | Method and system for high speed options pricing |
US7921046B2 (en) | 2006-06-19 | 2011-04-05 | Exegy Incorporated | High speed processing of financial information using FPGA devices |
US7660793B2 (en) | 2006-11-13 | 2010-02-09 | Exegy Incorporated | Method and system for high performance integration, processing and searching of structured and unstructured data using coprocessors |
US8326819B2 (en) | 2006-11-13 | 2012-12-04 | Exegy Incorporated | Method and system for high performance data metatagging and data indexing using coprocessors |
US8374986B2 (en) | 2008-05-15 | 2013-02-12 | Exegy Incorporated | Method and system for accelerated stream processing |
JP5138040B2 (en) * | 2008-07-30 | 2013-02-06 | パナソニック株式会社 | Integrated circuit |
US20120095893A1 (en) | 2008-12-15 | 2012-04-19 | Exegy Incorporated | Method and apparatus for high-speed processing of financial market depth data |
US8478965B2 (en) | 2009-10-30 | 2013-07-02 | International Business Machines Corporation | Cascaded accelerator functions |
JP6045505B2 (en) | 2010-12-09 | 2016-12-14 | アイピー レザボア, エルエルシー.IP Reservoir, LLC. | Method and apparatus for managing orders in a financial market |
US9990393B2 (en) | 2012-03-27 | 2018-06-05 | Ip Reservoir, Llc | Intelligent feed switch |
US10650452B2 (en) | 2012-03-27 | 2020-05-12 | Ip Reservoir, Llc | Offload processing of data packets |
US11436672B2 (en) | 2012-03-27 | 2022-09-06 | Exegy Incorporated | Intelligent switch for processing financial market data |
US10121196B2 (en) | 2012-03-27 | 2018-11-06 | Ip Reservoir, Llc | Offload processing of data packets containing financial market data |
FR2996657B1 (en) * | 2012-10-09 | 2016-01-22 | Sagem Defense Securite | CONFIGURABLE GENERIC ELECTRICAL BODY |
US10102260B2 (en) | 2012-10-23 | 2018-10-16 | Ip Reservoir, Llc | Method and apparatus for accelerated data translation using record layout detection |
EP2912579B1 (en) | 2012-10-23 | 2020-08-19 | IP Reservoir, LLC | Method and apparatus for accelerated format translation of data in a delimited data format |
US9633093B2 (en) | 2012-10-23 | 2017-04-25 | Ip Reservoir, Llc | Method and apparatus for accelerated format translation of data in a delimited data format |
CN105210037B (en) | 2013-05-10 | 2019-05-21 | 英派尔科技开发有限公司 | The quickening of memory access |
WO2015164639A1 (en) | 2014-04-23 | 2015-10-29 | Ip Reservoir, Llc | Method and apparatus for accelerated data translation |
US9977422B2 (en) * | 2014-07-28 | 2018-05-22 | Computational Systems, Inc. | Intelligent configuration of a user interface of a machinery health monitoring system |
US10942943B2 (en) | 2015-10-29 | 2021-03-09 | Ip Reservoir, Llc | Dynamic field data translation to support high performance stream data processing |
JP2017135698A (en) * | 2015-12-29 | 2017-08-03 | 株式会社半導体エネルギー研究所 | Semiconductor device, computer, and electronic device |
CN108701029A (en) * | 2016-02-29 | 2018-10-23 | 奥林巴斯株式会社 | Image processing apparatus |
WO2018119035A1 (en) | 2016-12-22 | 2018-06-28 | Ip Reservoir, Llc | Pipelines for hardware-accelerated machine learning |
JP6781089B2 (en) * | 2017-03-28 | 2020-11-04 | 日立オートモティブシステムズ株式会社 | Electronic control device, electronic control system, control method of electronic control device |
GB2570729B (en) * | 2018-02-06 | 2022-04-06 | Xmos Ltd | Processing system |
IT202100020033A1 (en) * | 2021-07-27 | 2023-01-27 | Carmelo Ferrante | INTERFACING SYSTEM BETWEEN TWO ELECTRONIC CONTROLLED DEVICES AND ELECTRONIC CONTROL UNIT INCLUDING SUCH INTERFACING SYSTEM |
Family Cites Families (52)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4703475A (en) * | 1985-12-04 | 1987-10-27 | American Telephone And Telegraph Company At&T Bell Laboratories | Data communication method and apparatus using multiple physical data links |
US4811214A (en) * | 1986-11-14 | 1989-03-07 | Princeton University | Multinode reconfigurable pipeline computer |
US4914653A (en) * | 1986-12-22 | 1990-04-03 | American Telephone And Telegraph Company | Inter-processor communication protocol |
US4956771A (en) * | 1988-05-24 | 1990-09-11 | Prime Computer, Inc. | Method for inter-processor data transfer |
JP2522048B2 (en) * | 1989-05-15 | 1996-08-07 | 三菱電機株式会社 | Microprocessor and data processing device using the same |
JP2858602B2 (en) * | 1991-09-20 | 1999-02-17 | 三菱重工業株式会社 | Pipeline operation circuit |
US5283883A (en) * | 1991-10-17 | 1994-02-01 | Sun Microsystems, Inc. | Method and direct memory access controller for asynchronously reading/writing data from/to a memory with improved throughput |
US5268962A (en) * | 1992-07-21 | 1993-12-07 | Digital Equipment Corporation | Computer network with modified host-to-host encryption keys |
US5440687A (en) * | 1993-01-29 | 1995-08-08 | International Business Machines Corporation | Communication protocol for handling arbitrarily varying data strides in a distributed processing environment |
JPH06282432A (en) * | 1993-03-26 | 1994-10-07 | Olympus Optical Co Ltd | Arithmetic processor |
US5583964A (en) | 1994-05-02 | 1996-12-10 | Motorola, Inc. | Computer utilizing neural network and method of using same |
US5568614A (en) * | 1994-07-29 | 1996-10-22 | International Business Machines Corporation | Data streaming between peer subsystems of a computer system |
US5692183A (en) * | 1995-03-31 | 1997-11-25 | Sun Microsystems, Inc. | Methods and apparatus for providing transparent persistence in a distributed object operating environment |
JP2987308B2 (en) * | 1995-04-28 | 1999-12-06 | 松下電器産業株式会社 | Information processing device |
US5748912A (en) * | 1995-06-13 | 1998-05-05 | Advanced Micro Devices, Inc. | User-removable central processing unit card for an electrical device |
US5752071A (en) * | 1995-07-17 | 1998-05-12 | Intel Corporation | Function coprocessor |
JP3156562B2 (en) * | 1995-10-19 | 2001-04-16 | 株式会社デンソー | Vehicle communication device and traveling vehicle monitoring system |
US5784636A (en) * | 1996-05-28 | 1998-07-21 | National Semiconductor Corporation | Reconfigurable computer architecture for use in signal processing applications |
JPH1084339A (en) * | 1996-09-06 | 1998-03-31 | Nippon Telegr & Teleph Corp <Ntt> | Communication method for stream cryptograph and communication system |
US5892962A (en) * | 1996-11-12 | 1999-04-06 | Lucent Technologies Inc. | FPGA-based processor |
JPH10304184A (en) * | 1997-05-02 | 1998-11-13 | Fuji Xerox Co Ltd | Image processor and image processing method |
DE19724072C2 (en) * | 1997-06-07 | 1999-04-01 | Deutsche Telekom Ag | Device for carrying out a block encryption process |
JP3489608B2 (en) * | 1997-06-20 | 2004-01-26 | 富士ゼロックス株式会社 | Programmable logic circuit system and method for reconfiguring programmable logic circuit device |
US6216191B1 (en) * | 1997-10-15 | 2001-04-10 | Lucent Technologies Inc. | Field programmable gate array having a dedicated processor interface |
JPH11120156A (en) * | 1997-10-17 | 1999-04-30 | Nec Corp | Data communication system in multiprocessor system |
US6076152A (en) * | 1997-12-17 | 2000-06-13 | Src Computers, Inc. | Multiprocessor computer architecture incorporating a plurality of memory algorithm processors in the memory subsystem |
US6049222A (en) * | 1997-12-30 | 2000-04-11 | Xilinx, Inc | Configuring an FPGA using embedded memory |
EP0945788B1 (en) * | 1998-02-04 | 2004-08-04 | Texas Instruments Inc. | Data processing system with digital signal processor core and co-processor and data processing method |
JPH11271404A (en) * | 1998-03-23 | 1999-10-08 | Nippon Telegr & Teleph Corp <Ntt> | Method and apparatus for self-test in circuit reconstitutable by program |
US6282627B1 (en) * | 1998-06-29 | 2001-08-28 | Chameleon Systems, Inc. | Integrated processor and programmable data path chip for reconfigurable computing |
JP2000090237A (en) * | 1998-09-10 | 2000-03-31 | Fuji Xerox Co Ltd | Plotting processor |
SE9902373D0 (en) * | 1998-11-16 | 1999-06-22 | Ericsson Telefon Ab L M | A processing system and method |
JP2000278116A (en) * | 1999-03-19 | 2000-10-06 | Matsushita Electric Ind Co Ltd | Configuration interface for fpga |
JP2000295613A (en) * | 1999-04-09 | 2000-10-20 | Nippon Telegr & Teleph Corp <Ntt> | Method and device for image coding using reconfigurable hardware and program recording medium for image coding |
JP2000311156A (en) * | 1999-04-27 | 2000-11-07 | Mitsubishi Electric Corp | Reconfigurable parallel computer |
US6308311B1 (en) * | 1999-05-14 | 2001-10-23 | Xilinx, Inc. | Method for reconfiguring a field programmable gate array from a host |
EP1061438A1 (en) * | 1999-06-15 | 2000-12-20 | Hewlett-Packard Company | Computer architecture containing processor and coprocessor |
US20030014627A1 (en) * | 1999-07-08 | 2003-01-16 | Broadcom Corporation | Distributed processing in a cryptography acceleration chip |
JP3442320B2 (en) * | 1999-08-11 | 2003-09-02 | 日本電信電話株式会社 | Communication system switching radio terminal and communication system switching method |
US6526430B1 (en) * | 1999-10-04 | 2003-02-25 | Texas Instruments Incorporated | Reconfigurable SIMD coprocessor architecture for sum of absolute differences and symmetric filtering (scalable MAC engine for image processing) |
US6326806B1 (en) * | 2000-03-29 | 2001-12-04 | Xilinx, Inc. | FPGA-based communications access point and system for reconfiguration |
JP3832557B2 (en) * | 2000-05-02 | 2006-10-11 | 富士ゼロックス株式会社 | Circuit reconfiguration method and information processing system for programmable logic circuit |
US6982976B2 (en) * | 2000-08-11 | 2006-01-03 | Texas Instruments Incorporated | Datapipe routing bridge |
US7196710B1 (en) * | 2000-08-23 | 2007-03-27 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
JP2002207078A (en) * | 2001-01-10 | 2002-07-26 | Ysd:Kk | Apparatus for processing radar signal |
US7091598B2 (en) * | 2001-01-19 | 2006-08-15 | Renesas Technology Corporation | Electronic circuit device |
US6657632B2 (en) * | 2001-01-24 | 2003-12-02 | Hewlett-Packard Development Company, L.P. | Unified memory distributed across multiple nodes in a computer graphics system |
JP2002269063A (en) * | 2001-03-07 | 2002-09-20 | Toshiba Corp | Massaging program, messaging method of distributed system, and messaging system |
JP3873639B2 (en) * | 2001-03-12 | 2007-01-24 | 株式会社日立製作所 | Network connection device |
JP2002281079A (en) * | 2001-03-21 | 2002-09-27 | Victor Co Of Japan Ltd | Image data transmitting device |
WO2004042574A2 (en) * | 2002-10-31 | 2004-05-21 | Lockheed Martin Corporation | Computing machine having improved computing architecture and related system and method |
US7373528B2 (en) * | 2004-11-24 | 2008-05-13 | Cisco Technology, Inc. | Increased power for power over Ethernet applications |
-
2003
- 2003-10-31 WO PCT/US2003/034559 patent/WO2004042574A2/en active Application Filing
- 2003-10-31 KR KR1020057007752A patent/KR100996917B1/en not_active IP Right Cessation
- 2003-10-31 EP EP03781554A patent/EP1559005A2/en not_active Withdrawn
- 2003-10-31 KR KR1020057007751A patent/KR101012745B1/en active IP Right Grant
- 2003-10-31 CA CA002503617A patent/CA2503617A1/en not_active Abandoned
- 2003-10-31 WO PCT/US2003/034557 patent/WO2004042560A2/en active IP Right Grant
- 2003-10-31 JP JP2005502225A patent/JP2006518058A/en active Pending
- 2003-10-31 AU AU2003287321A patent/AU2003287321B2/en not_active Ceased
- 2003-10-31 CA CA2503611A patent/CA2503611C/en not_active Expired - Fee Related
- 2003-10-31 CA CA2503613A patent/CA2503613C/en not_active Expired - Fee Related
- 2003-10-31 CA CA2503622A patent/CA2503622C/en not_active Expired - Fee Related
- 2003-10-31 AU AU2003287319A patent/AU2003287319B2/en not_active Ceased
- 2003-10-31 EP EP03781550A patent/EP1573514A2/en not_active Ceased
- 2003-10-31 ES ES03781552T patent/ES2300633T3/en not_active Expired - Lifetime
- 2003-10-31 JP JP2005502224A patent/JP2006518057A/en active Pending
- 2003-10-31 AU AU2003287318A patent/AU2003287318B2/en not_active Ceased
- 2003-10-31 CA CA002503620A patent/CA2503620A1/en not_active Abandoned
- 2003-10-31 JP JP2005502226A patent/JP2006518495A/en active Pending
- 2003-10-31 WO PCT/US2003/034555 patent/WO2004042561A2/en active Application Filing
- 2003-10-31 KR KR1020057007749A patent/KR101062214B1/en not_active IP Right Cessation
- 2003-10-31 AU AU2003287317A patent/AU2003287317B2/en not_active Ceased
- 2003-10-31 AU AU2003287320A patent/AU2003287320B2/en not_active Ceased
- 2003-10-31 WO PCT/US2003/034556 patent/WO2004042569A2/en active Application Filing
- 2003-10-31 KR KR1020057007748A patent/KR101035646B1/en not_active IP Right Cessation
- 2003-10-31 JP JP2005502222A patent/JP2006515941A/en active Pending
- 2003-10-31 KR KR1020057007750A patent/KR101012744B1/en active IP Right Grant
- 2003-10-31 EP EP03781551A patent/EP1576471A2/en not_active Ceased
- 2003-10-31 EP EP03781553A patent/EP1573515A2/en not_active Withdrawn
- 2003-10-31 EP EP03781552A patent/EP1570344B1/en not_active Expired - Lifetime
- 2003-10-31 DE DE60318105T patent/DE60318105T2/en not_active Expired - Lifetime
- 2003-10-31 JP JP2005502223A patent/JP2006518056A/en active Pending
-
2011
- 2011-03-28 JP JP2011070196A patent/JP5568502B2/en not_active Expired - Fee Related
- 2011-03-29 JP JP2011071988A patent/JP2011170868A/en active Pending
- 2011-04-01 JP JP2011081733A patent/JP2011175655A/en active Pending
- 2011-04-05 JP JP2011083371A patent/JP2011154711A/en active Pending
Non-Patent Citations (1)
Title |
---|
See references of WO2004042561A2 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7987341B2 (en) | 2002-10-31 | 2011-07-26 | Lockheed Martin Corporation | Computing machine using software objects for transferring data that includes no destination information |
US8250341B2 (en) | 2002-10-31 | 2012-08-21 | Lockheed Martin Corporation | Pipeline accelerator having multiple pipeline units and related computing machine and method |
US7676649B2 (en) | 2004-10-01 | 2010-03-09 | Lockheed Martin Corporation | Computing machine with redundancy and related systems and methods |
US8073974B2 (en) | 2004-10-01 | 2011-12-06 | Lockheed Martin Corporation | Object oriented mission framework and system and method |
Also Published As
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8250341B2 (en) | Pipeline accelerator having multiple pipeline units and related computing machine and method | |
CA2503613C (en) | Pipeline accelerator having multiple pipeline units and related computing machine and method | |
WO2004042562A2 (en) | Pipeline accelerator and related system and method | |
US20060123282A1 (en) | Service layer architecture for memory access system and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20050527 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR |
|
AX | Request for extension of the european patent |
Extension state: AL LT LV MK |
|
DAX | Request for extension of the european patent (deleted) | ||
RBV | Designated contracting states (corrected) |
Designated state(s): DE ES FR GB |
|
PUAK | Availability of information related to the publication of the international search report |
Free format text: ORIGINAL CODE: 0009015 |
|
RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 15/80 20060101AFI20060330BHEP |
|
RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: CHERASARO, TROY Inventor name: JONES, MARK Inventor name: JACKSON, LARRY Inventor name: RAPP, JOHN, W. Inventor name: SCHULZ, KENNETH, R. |
|
17Q | First examination report despatched |
Effective date: 20070831 |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
18R | Application refused |
Effective date: 20110510 |