US20060253836A1 - Method for creating parallel processing system - Google Patents

Method for creating parallel processing system Download PDF

Info

Publication number
US20060253836A1
US20060253836A1 US10/562,767 US56276704A US2006253836A1 US 20060253836 A1 US20060253836 A1 US 20060253836A1 US 56276704 A US56276704 A US 56276704A US 2006253836 A1 US2006253836 A1 US 2006253836A1
Authority
US
United States
Prior art keywords
parallel
data
elements
definition file
types
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.)
Abandoned
Application number
US10/562,767
Inventor
Shimura Hiroshi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
IPFlex Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IPFlex Inc filed Critical IPFlex Inc
Assigned to IPFLEX INC. reassignment IPFLEX INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HIROSHI, SHIMURA
Publication of US20060253836A1 publication Critical patent/US20060253836A1/en
Assigned to FUJI XEROX CO. LTD. reassignment FUJI XEROX CO. LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IPFLEX INC.
Assigned to FUJI XEROX CO., LTD. reassignment FUJI XEROX CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IPFLEX INC.
Priority to US13/053,835 priority Critical patent/US8527972B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design

Definitions

  • the present invention relates to designing a parallel processing system and in particular to a method and apparatus that generate hardware configuration information for a parallel processing system based on a definition file and to a method of simulating a parallel processing system based on a definition file.
  • High-level languages such as “C” that have a high degree of abstraction are languages on a procedural level and are suited to showing how an entire process is executed in order on an instruction-by-instruction basis. Description on this level normally has no hardware dependency, is composed of application pro grams that can be received by a suitable computer, and is normally used to describe the specification of an LSI or an entire process executed by an LSI.
  • Hardware description languages such as Verilog-HDL or VHDL are also referred to as RTL and are used to describe, on a register transfer level, paths of special-purpose hardware for executing special-purpose instructions and/or a sequence for driving such data paths.
  • An algorithm is defined as a group of a limited number of rules that are precisely defined to solve a problem and are performed with a given order.
  • conventional parallel processing among an entire process (application) described by an algorithm proceeds to be performed in an order, some parts (processes) that can be independently executed are performed in parallel to reduce the processing time.
  • the parts that can be processed in parallel are converted to parallel processes by a compiler in an attempt to improve the execution speed.
  • a circuit is designed so as to process the parts in parallel, if the parts can be independently executed, with the aim of reducing the processing time.
  • a technology disclosed by Japanese Laid-Open Patent Publication No. H10-116302 is a method of designing a circuit for a process where the execution time is uncertain using HDL with parallel processing and synchronized communication.
  • receiver process included in the two functions waits until the transmitter side can prepare, then the process proceeds after communication is completed. Accordingly, even though the functions are described in parallel, the functions are not carried out independently and therefore the execution time of the processing varies.
  • processes that do not require synchronized communication are performed independently as parallel processes.
  • High-level languages such as “C” that are suited to software design have a premise of processing an algorithm with the rules included in the algorithm in a temporal order or in a time sequential. Accordingly, a configuration is used where instructions are sequentially executed as a program counter advances, with it being difficult to introduce parallel concepts that are not sequential. Even if the describing of instructions in parallel is permitted, this is limited to spatially expanding processes that can be independently executed in parallel within a range where the temporal order is not violated, and it is not possible to aggressively use hardware resources suited to parallel processing. In addition, since instructions that do not depend on hardware are described in a high-level language, it is unclear at what timing instructions described in parallel will actually start and end on the hardware. Accordingly, even if the hardware space for processing is spatially expanded, the designer will not be able to define or even grasp what kind of parallel processing is actually carried out on the hardware.
  • HDL Since HDL describes circuit arrangements that operate independently, it is fundamentally able to describe parallel processing. Also, since it is clear what the hardware is, it will be possible to investigate and adjust the timing at which processing is executed. For this reason, it is possible to write HDL descriptions that will realize an algorithm given in a high-level language. However, since HDL description is written with the premise of specific hardware, there is no general-purpose applicability, and it is not possible to realize the same algorithm on different hardware. In addition, if the hardware for which the HDL description has been written is not known, it will not be possible to understand the algorithm included in that HDL description.
  • microprograms themselves are programming language and therefore sequential processing where instructions are executed in order as a program counter advances is also required for the VLIW and superscalar technologies.
  • microprograms have a premise of special-purpose hardware and lack general-purpose applicability in the same way as HDL.
  • high-level languages have general-purpose applicability and facilitate software design, but the parts that can be spreading to parallel processing are limited to processes that can be executed independently of the program counter advancing, and it is difficult to effectively use operation units suited to a large number of parallel processes.
  • the timing of parallel processing is not known, and therefore a design that effectively executes an application by using a large number of operation units disposed in a matrix in parallel is not possible.
  • parallel processing even if an algorithm is described in HDL, it is only possible to describe an algorithm with a premise of specific hardware, and therefore knowledge of the specific or particular hardware is required. It is not easy for a software technician to understand the functions, input and output timing, and the like of many types of operation units disposed in a matrix for designing an application in HDL.
  • a definition file that includes a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently and in synchronization by a system including a plurality of elements that operate in parallel.
  • the plurality of parallel descriptions include a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted, with data with the same latency from input in the system being inputted into the plurality of data inputs.
  • the definition file defines a procedure of a job (application) to be processed; such an aspect is common to a program with conventional language.
  • statements of programming language are written so that stated instructions to a computer are executed in order from the start, that is, together with the passage of time. Accordingly, to execute an algorithm defined by a programming language, it is necessary to provide controls according to a program counter showing the order of the instructions to be executed. Since the instructions written in the program are executed in order according to the program counter, when an instruction that includes a variable is executed, the state of the variable will be unambiguously determined by instructions performed before that instruction in time. Accordingly, the defined algorithm is properly executed and there are no cases where execution is not possible.
  • the definition file of the present invention includes a plurality of parallel descriptions that respectively define a plurality of parallel processes that are performed independently and in synchronization. Accordingly, to execute the parallel processing defined by the definition file of the present invention, a program counter showing a temporal order is not required.
  • an algorithm can be defined by including a parallel description showing or indicating a parallel process into which output data the other parallel process is inputted.
  • parallel descriptions with variables if the course or history of variables is not unambiguously determined, there is the possibility that the algorithm will not be executed as intended.
  • a first parallel description showing a first parallel process including a plurality of data inputs by understanding that data with a same latency from input into the system is inputted into the plurality of data inputs, variables are prevented from becoming unstable or uncertain. Accordingly, in the definition file, variables are unambiguously determined for each parallel description and therefore the algorithm can be correctly defined by the parallel descriptions. Also, in the definition file, the parallel processes according to the parallel descriptions are processes to be executed completely independently, the algorithm can be correctly described without extra processing such as synchronized communication and without solving timing problems with specifying hardware.
  • the expression “the inputted data have the same latency” means that the inputted data are data (data groups) that are loaded together into the system at the same time (synchronously) or data (data groups) that were loaded in synchronization and then processed by one or a plurality of parallel processes. That is, data with the same or identical latency are data inputted into the system at the same timing or data produced by such data being processed by the other parallel process.
  • the definition file of the present invention includes a plurality of parallel descriptions, such an aspect is common to HDL, and therefore a program counter is not required to execute parallel processes according to the plurality of parallel descriptions. Accordingly, the definition file can be said to describe hardware.
  • the definition file includes a parallel description showing a parallel process with a data input in which output data of another parallel process is inputted, and when there are a plurality of data inputs, the data inputted into such data inputs are determined unambiguously. Therefore, according to the present invention, it is possible to provide a hardware description language that can define an algorithm correctly and understandably to the user.
  • the definition file of the present invention is not dependent on the actual hardware and can describe hardware without a premise of specific hardware.
  • the definition file is an extremely general-purpose hardware description language that is hardware independent. Therefore, the definition file is a tool or description suited to allowing a software technician to easily design or generate an LSI or ASIC, and in particular, an LSI or ASIC including a large number of parallel processing elements.
  • the definition file of the present invention when the plurality of parallel descriptions included in the definition file of the present invention are aligned in order of the latency of the data inputted therein, the plurality of parallel descriptions will be aligned in order of the time passing or history of the variables from inputting therein.
  • the definition file has an aspect that is common to a program in which instructions are aligned in the order of execution. Accordingly, a software technician can produce a definition file of the present invention with the same feeling as when producing a normal program. For this reason also, the definition file is a tool extremely suited to having a software technician easily design and produce an LSI or ASIC. Also, according to the definition file of the present invention, it is possible to spatially lay out an algorithm using a plurality of elements capable of parallel processing, and therefore an application can be executed at high speed by effectively utilizing a system including a large number of elements that operate in parallel.
  • the latency of the input data should be the same, and the timing is adjusted. Accordingly, when hardware is formed according to a definition file, it is necessary to adjust the timing of the input data in units of parallel processes defined by the parallel descriptions.
  • the elements for executing the parallel processes may be operation units that perform operations in bit units.
  • operation units with a certain degree of operation functioning, such as ALUs are disposed in a matrix, it is possible to execute the parallel processes by mapping the parallel descriptions to one or a plurality of the operation units.
  • the definition file of the present invention is suited to describing a parallel processing system where a plurality of types of operation units are connected to realize a hardware configuration suited to an application. This means that by using the definition file of the present invention, it is possible to efficiently design and develop a parallel processing system, and also to simulate the same.
  • the definition file of the present invention can be provided having been recorded on a computer-readable recording medium, and based on the definition file, by using a computer, it is possible to form a parallel processing system including a plurality of types of elements that operate in parallel. That is, the plurality of parallel descriptions in the definition file include a first parallel description indicating a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted.
  • a method for forming including a first step of generating, in accordance with the definition file and based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations (a hardware configuration) for executing the parallel processes defined by the parallel descriptions of the definition file and a second step of adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into the plurality of data inputs of the circuit configuration for executing a first parallel process, it is possible to generate information for configuring hardware in which an algorithm defined by the definition file is spatially laid out using a plurality of types of elements and therefore possible to form a parallel processing system that executes an application.
  • the time (the number of cycles) consumed by elements of the respective types can be known from the hardware library in which information related to specific hardware is stored.
  • the hardware library in which information related to specific hardware is stored.
  • the hardware When the hardware is such that the plurality of elements execute processing in synchronization with a clock, information on the number of cycles consumed by each of the plurality of types of elements is stored in the hardware library, and in the second step, a delay element corresponding to a number of cycles consumed by at least one of the plurality of types of elements is added.
  • a parallel processing system may be with a fixed hardware configuration.
  • the parallel processing system alternatively may be reconfigurable into different hardware configuration by changing the connections between a plurality of types of elements.
  • hardware configuration information including information showing a plurality of different hardware configurations is generated.
  • the method for forming a parallel processing system can be provided with an apparatus, for example, a compiler, that arranges a system including a plurality of types of elements that operate in parallel.
  • This compiler is an apparatus for forming, in accordance with a definition file, a parallel processing system including a plurality of types of elements that operate in parallel, the apparatus including a first means for generating, based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations for executing the parallel processes defined by the parallel descriptions of the definition file, the circuit configurations including at least one of the plurality of types of elements, and a second means for adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into the plurality of data inputs of the circuit configuration for executing a first parallel process.
  • a program or program product for realizing this process for designing a parallel system on a computer equipped with suitable resources can be recorded onto a recording medium or provided using a computer network.
  • the program for designing the parallel processing system includes instructions that can cause a computer to execute a process including the first step and the second step described above.
  • the definition file of the present invention is suited to forming or generating a parallel processing system including a plurality of types of operation units where the plurality of types of operation units are of a scale that enables one parallel process to be process by one operation unit. Accordingly, in the hardware library, it is preferable to provide information on the plurality of types of operation units that have a scale whereby one parallel process is processed by one operation unit.
  • the plurality of types of elements may operate in bit units.
  • the parallel processes described in the definition file are normally data processing in byte or word units. Accordingly, it is preferable for information on a plurality of types of operation units that can execute different operations in byte or word units to be prepared in the hardware library and for a parallel processing system in which a plurality of operation units are disposed to be generated.
  • hardware configuration information including information showing a plurality of different hardware configurations suited to executing a content of the definition file can be generated using a compiler or a program for a compiler.
  • Forming a parallel processing system may include a variety of optimizations.
  • the plurality of parallel descriptions include a second parallel description that defines a second parallel process including shared processing that is common to at least part of a third parallel process defined by a third parallel description
  • a shared circuit configuration including at least one of the plurality of types of elements can be generated for the shared processing, and, in such case, in the second step, a delay element is added to a circuit configuration for executing a difference between the second parallel process and the shared processing as the circuit configuration for executing the first parallel process.
  • the circuit configuration for executing the difference between the second parallel process and the shared processing usually becomes a configuration with a plurality of data inputs like that of the first parallel process.
  • One of the plurality of types of operation units for the parallel processing system may include means for changing its process according to an input from the outside.
  • the plurality of parallel descriptions should preferably include a parallel description describing parallel process where the processing content changes according to an input from the outside. It is possible to design a parallel processing system where the processing content can be changed even if the network or circuit wiring does not change. It is also possible to change the processing content of operation units together with the network or the circuit wiring, so that a reconfigurable parallel processing system can be designed even more flexibly.
  • a method of simulating and simulator for a system including a plurality of types of elements that operate in parallel based on a definition file include a step of executing or means for executing a plurality of parallel processes included in the definition file, when executing a parallel description with a plurality of input data, data with a same latency from input into the system are used as the plurality of input data.
  • the present invention also provides a program or program product for causing a computer to simulate a system including a plurality of types of elements that operate in parallel based on a definition file, with the program being recorded onto a suitable recording medium such as a CD-ROM or being provided via a computer network.
  • FIG. 1 shows an outline of configuration for generating DDDL, which is hardware configuration information, from DIDL that is a definition file.
  • FIG. 2 schematically shows a reconfigurable parallel processing system.
  • FIG. 3 shows a parallel processing system where a plurality of elements that operate independently in parallel are disposed in a matrix.
  • FIG. 4 ( a ) shows an example of DIDL
  • FIG. 4 ( b ) shows a different example of DIDL.
  • FIG. 5 is a flowchart showing an outline of processing of a compiler.
  • FIG. 6 is a block diagram showing an outline of arrangement of a compiler.
  • FIG. 7 ( a ) shows an example of DIDL
  • FIG. 7 ( b ) shows a circuit configuration corresponding to the DIDL.
  • FIG. 8 ( a ) shows a different example of DIDL
  • FIG. 8 ( b ) shows an optimized example
  • FIG. 8 ( c ) shows a circuit configuration corresponding to the same.
  • FIG. 9 ( a ) shows yet another example of DIDL
  • FIG. 9 ( b ) shows a circuit configuration corresponding to the DIDL.
  • FIG. 10 shows a different example of DIDL.
  • FIG. 11 shows a circuit configuration corresponding to the DIDL shown in FIG. 10 .
  • FIG. 12 shows a state where the circuit configuration shown in FIG. 11 is mapped in a matrix unit.
  • FIG. 13 shows an overall arrangement that simulates at a DIDL level.
  • FIG. 14 is a flowchart schematically showing the processing of a simulator at the DIDL level.
  • FIG. 1 shows an outline of procedure for designing hardware using a definition file included in the present invention.
  • a definition file 1 is called DIDL (Device Independent Description Language), and is converted by a compiler 2 , which refers to information in a hardware library 3 , to hardware configuration information 4 that uses the hardware information stored in the library 3 .
  • the hardware configuration information 4 is called DDDL (Device Dependent Description Language).
  • the compiler 2 is realized using a general-purpose computer 9 equipped with suitable hardware resources and functions as a compiler by installing a program 5 for parallel system designing that interprets the DIDL 1 and generates the DDDL 4 .
  • the DIDL 1 is provided by storing on a computer-readable recording medium 6 , such as a CD-ROM or a magnetic disk.
  • the DIDL 1 is also provided via communication such as a computer network like the Internet, with the provided DIDL 1 being used having been recorded on a suitable recording medium that composes part of the computer 9 .
  • FIG. 2 shows one example of a processor equipped with a parallel processing system.
  • This processor is a Reconfigurable Processor (hereinafter RP) disclosed by International Publication WO03/007155 that was filed by the present applicant.
  • the RP 20 includes: a basic processor 21 with a general-purpose configuration that carries out general-purpose processing including error handling based on an instruction set provided by a program or the like; an AAP (Adaptive Application Processor) 50 in which one or a plurality of data paths (that are called sometime data flows or virtual data flows) that are suited to specific or special-purpose data processing are variably formed using arithmetic and/or logical operation elements disposed in a matrix; an interrupt control unit 22 that controls.
  • AAP Adaptive Application Processor
  • the basic processor 21 and the AAP 50 are connected via a data bus 24 a that can exchange data between the basic processor 21 and the AAP 50 and an instruction bus 24 b for controlling the configuration and operation of the AAP 50 from the basic processor 21 .
  • an interrupt signal is supplied from the AAP 50 to the interrupt control unit 22 via a signal line 25 so that when the processing of the AAP 50 ends or an error occurs during processing, the state of the AAP 50 can be fed back to the basic processor 21 .
  • the AAP 50 and the FPGA 27 are connected by a data bus 26 so that data is supplied from the AAP 50 to the FPGA 27 , processing is carried out, then the processing result is returned to the AAP 50 .
  • the AAP 50 is also connected to the bus control unit 29 by a load bus 23 a and a store bus 23 b so that data can be exchanged between the AAP 50 and an external data bus to the RP 20 .
  • the basic processor 21 is also connected to the bus control unit 29 via a bus 21 a and can therefore exchange data with the external data bus.
  • FIG. 3 schematically shows the AAP 50 .
  • the AAP 50 includes a matrix unit 51 in which a plurality of logic elements (logic blocks or logic units (hereinafter referred to as “elements”) that perform arithmetic and/or logical operations are disposed in a matrix, an input buffer 52 a that supplies data to the matrix unit 51 , and an output buffer 52 b that stores data outputted from the matrix unit 51 .
  • the input buffer 52 a and the output buffer 52 b are respectively composed of four small-capacity input buffers, and are connected to the input and output buses 23 a and 23 b via an access arbitration unit 54 .
  • This matrix unit 51 is a kernel integrated circuit part of a parallel processing system in which data paths and data flows can be reconfigured, and has elements 55 , which are a plurality of types of operation units that operate in parallel, arranged in an array or matrix to construct four lines in the vertical direction. Information on the plurality of types of elements included in the matrix 51 is stored in the hardware library 3 . Between the elements 55 , the matrix unit 51 includes row wire sets 57 that extend in the horizontal direction and column wire sets 58 that extend in the vertical direction. The respective column wire sets 58 are composed of a pair of wire sets 58 x and 58 y disposed on the left and right respectively of the operation units 55 aligned in the column direction.
  • Switching units 59 are disposed at intersections of the row wire sets 57 and the column wire sets 58 and are capable of selecting and connecting any channel included in the row wire sets 57 to any channel included in the column wire sets 58 .
  • the switching units 59 each include a configuration RAM that stores settings, and by rewriting the content of the configuration RAM according to data supplied from the processor unit 21 , it is possible to freely and dynamically control the connections between the row wire sets 57 and the column wire sets 58 .
  • In the matrix unit 51 it is possible to freely and dynamically change the configuration of data flows formed by connecting all or a part of the plurality of elements 55 using the wire sets 57 and 58 .
  • these elements 55 operate in parallel, and information of the function, delay, conditions for input/output data, and the like of the various types of elements 55 are stored in the hardware library 3 .
  • These elements 55 operate in synchronization with the clock signal supplied from a clock generating unit 28 , with the number of cycles (the number of clocks) consumed depending on the element type and the processing executed inside the respective elements. The number of cycles consumed by processing input data and then outputting is stored in the hardware library 3 as delay information for the respective types of elements.
  • the arrangement of the various types of elements 55 , and information on the wire sets 57 and 58 and the switching units 59 are also stored in the hardware library 3 and connection information for the elements 55 (a data flow configuration) for realizing the algorithm defined by the DIDL 1 is generated from the compiler 2 as the hardware configuration information (DDDL) 4 .
  • DDDL hardware configuration information
  • the respective elements 55 include a pair of selectors 53 for selecting the input data from one pair of column wire sets 58 x and 58 y, and an internal data path unit 56 that performs specific arithmetic and/or logic operation processing on the selected input data and outputs a result to the row wire sets 57 as output data.
  • the elements 55 are disposed in the matrix unit 51 so that elements 55 of different types including internal data path units 56 for executing different process are aligned on different rows.
  • the elements 55 disposed on the first row include data path units (LD) 56 i suited to processing that receives data from the input buffer 52 a.
  • LD data path units
  • the elements 55 a disposed on the second row are elements for writing data from an external device into the input buffer 52 a and include data path units (BLA) 56 a equipped with internal data paths suited to generating an address for a block load.
  • BLA data path units
  • For all of the elements 55 that construct the matrix unit 51 the configuration of the internal data path and/or initial values thereof can be changed to a certain extent. Such settings are designated by control signals sent from the basic processor 21 via the control bus 24 b into the configuration RAM of each element 55 .
  • the elements 55 b disposed on the third row include internal data path units (LDA) 56 b that generate input read addresses for loading desired data from respective input RAMs into the matrix unit 51 .
  • the elements 55 c disposed on the fourth and fifth rows include data path units (SMA) 56 c suited to arithmetic operations and logic operations.
  • a data path unit 56 c includes a shift unit, a masking unit, a logic operation unit (ALU) and configuration RAM for setting these units for performing specific operation. According to an instruction written by the processor 21 , adding or subtracting, a comparison, a logical AND or a logical OR on the data inputted into the matrix unit 51 can be performed by the elements, with the result being outputted as an output signal of elements 55 .
  • the elements 55 d disposed on the next row down include data path units (DEL) 56 d suited to processing that delays the timing at which data is transferred.
  • the elements 55 e disposed on a further row down include data path units (MUL) 56 e that are equipped with a multiplier or the like and are suited to multiplication processing.
  • elements 55 f elements including data path units 56 f as interfaces with the FPGA 27 provided outside the matrix unit 51 are also included, so that data can be supplied to the FPGA 27 , processed therein, and then returned to the matrix unit 51 and subjected to further processing.
  • Elements 55 g and 55 h that are respectively provided with data path units 56 g and 56 h suited to generating addresses for store operations are also disposed in the matrix unit 51 that is a reconfigurable semiconductor circuit block. These elements perform control to output data to an external device via the output buffer 52 b. Finally, elements 55 provided with data path units (ST) 56 s suited to outputting data to be stored are disposed on the lowest level. Accordingly, by dynamically changing the connections of the elements 55 , it is possible to flexibly configure a variety of data flows on the matrix unit 51 , and therefore a variety of processing can be performed.
  • FIG. 4 ( a ) and FIG. 4 ( b ) show simple examples of the DIDL.
  • the DIDL 10 a shown in FIG. 4 ( a ) includes parallel descriptions 11 a and 11 b on two rows.
  • the parallel description 11 a defines a process 12 a that substitutes a variable “b” into a variable “a”.
  • the parallel description 11 b defines a process 12 b that substitutes the variable “a” into a variable “c”.
  • the process 12 b has the output data of another process, i.e., the process 12 a, as a data input.
  • these processes 12 a and 12 b are parallel processes that are independently carried out in synchronization by elements that operate in parallel, with the DIDL 10 a showing a hardware configuration that can independently carry out the parallel processes 12 a and 12 b in synchronization.
  • the variables (a, b, c) are (1, 2, 3) in a given cycle t 0 , the variables will become (2, 2, 1) in the next cycle t 1 .
  • the variable “c” will become 2, and therefore the obtained result will differ.
  • the variables (a, b, c) will become (2, 2, 2), and therefore the same result is obtained as when the description of the DIDL 10 a is understood to be the program 19 a.
  • the DIDL 10 a is a definition file that can maps an algorithm in the parallel system using parallel descriptions showing a parallel process where output data of at least one other parallel process is used as at least one data input.
  • the plurality of data inputs are defined as inputs of data that have same latency from input into the system, that is, the matrix unit 51 , thereby making it possible to define a hardware configuration that can operate according to the same algorithm as a program.
  • FIG. 5 schematically shows the processing of the compiler 9 for the DIDL.
  • the DIDL 1 is read out and then in step 32 , parallel descriptions included in the DIDL 1 are interpreted.
  • a circuit configuration for executing the parallel processing shown by the parallel descriptions is generated.
  • circuit configurations are generated using information about the various types of elements 55 and information about the wire sets 57 and 58 and the switches 59 stored in the hardware library 3 to include the elements 55 and operate in parallel, and the result is stored in a suitable memory of the compiler 2 as the DDDL 4 of the hardware configuration information.
  • generated hardware information 4 includes the circuit configurations for executing the parallel processes with information on the elements 55 selected for the parallel processes and circuit information on the positions of the elements 55 and wiring routes for connecting the selected elements 55 .
  • a circuit configuration generated in step 32 includes a plurality of data inputs, in step 33 , to have data with the same latency from input into the parallel processing system, that is, the matrix unit 51 , inputted into the plurality of data inputs, factors of the delay elements 55 d provided with the data path units (DEL) 56 d are added to the DDDL 4 .
  • DEL data path units
  • the DIDL 1 includes a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted, to have data with the same latency from input into the parallel processing system inputted into the plurality of data inputs of the circuit configuration generated in step 32 and including the first parallel processing, in step 33 one or more delay element are added to the DDDL 4 that is the hardware configuration information.
  • steps 32 and 33 a variety of optimizations are carried out.
  • a parallel process (a second parallel process) defined by a parallel description included in the DIDL 1 includes shared processing that is the same as and common to at least part of a parallel process (a third parallel process) defined by another parallel description
  • step 32 a shared circuit configuration including the common elements 55 are mapped for the shared processing
  • step 33 delay elements 55 d are added if necessary to the elements 55 not included in the shared configuration, that is, the circuit configuration for executing the difference process between second parallel process and the shared process, to adjust the latency.
  • step 34 the DDDL 4 including the circuit configurations generated in steps 32 and 33 and information for connecting the same is outputted.
  • the matrix unit 51 can be reconfigured to a different hardware configuration by changing the connections of the plurality of elements 55 .
  • the DDDL 4 is information including a plurality of different hardware configurations, and therefore the matrix unit 51 can be reconfigured by the DDDL 4 .
  • the method for forming a parallel processing system including the steps 31 to 34 is provided and the method can be distributed by a compiler program or program product 5 recorded on a suitable recording medium to cause a general-purpose computer 9 to execute the respective processes of the steps 31 to 34 . It is also possible to provide a program product via a network. By installing the program 5 into the general-purpose computer 9 , the general-purpose computer can be used as the compiler 2 . As shown in FIG.
  • the computer 9 on which the compiler program 5 is installed operates as a compiler 2 including: a function 35 for reading the DIDL 1 ; a function (a first means) 36 for generating, based on the hardware library 3 , a circuit configuration for executing parallel processing described in the DIDL 1 ; a function (a second means) 37 that adds, when the circuit configuration has a plurality of data inputs, delay elements 55 d so that data with matching latency from input into the matrix unit 51 is supplied to the plurality of data inputs; and a function 38 that outputs the generated circuit configuration, including connection information for connections between elements, as the DDDL 4 .
  • the DIDL 10 b includes a description 11 c showing variables inputted into the system, i.e., the matrix unit 51 in the present embodiment, a description 11 d showing an internal variable, and a description 11 e showing an addition.
  • a circuit configuration 18 b including an operation element 55 c equipped with the data path unit 56 c capable of arithmetic operations is generated.
  • the operation element 55 c includes two data inputs where the variables “b” and “c” are inputted and a data output that outputs the variable “a”.
  • FIG. 8 ( a ) yet another example of DIDL is shown.
  • This DIDL 10 c includes, in addition to descriptions 11 c and 11 d relating to variables, parallel descriptions 11 f and 11 g showing two parallel processes 12 f and 12 g.
  • parallel processes 12 f and 12 g include a shared process, and therefore in step 32 , a shared circuit configuration 17 c is generated for the shared part. That is, as shown in FIG. 8 ( b ), the parallel processing 12 g in the DIDL 10 c is optimized to the parallel process 12 g′.
  • the parallel process 12 g ′ that carries out the processing for difference is recognized as the first parallel processing that includes a data input into which output data “a” of the other parallel process 12 f is inputted and a data input into which data “d” that does not pass via the other parallel process 12 f is inputted.
  • the operation element 55 c included in the circuit configuration that carries out parallel process 12 g ′ has an input into which the variable “a” is supplied and an input into which the variable “d” is supplied.
  • the variable “a” is a variable that is delayed by a number of processing cycles of the operation element 55 c compared to the variables “b” and “c” inputted into the matrix unit 51 .
  • variable “d” is a variable inputted into the matrix 51 at the same time as the variables “b” and “c”. For this reason, in step 33 , to adjust the latency of variable “a” and variable “d” inputted into the element 55 c that performs the parallel process 12 g ′, a delay element 55 d that delays the variable “d” inputted into the matrix unit 51 by a number of cycles of the operation element 55 c that performs the parallel process 12 f is inserted.
  • the number of cycles consumed when an addition is carried out by the operation element 55 c is stored in the hardware library 3 .
  • the delay element 55 d that consumes an equivalent number of cycles to the number of cycles consumed by the element used for the addition is added to the DDDL 4 .
  • the DDDL 4 is generated so as to include hardware configuration information including the circuit configuration 18 c shown in FIG. 8 ( c ) and is outputted from the compiler 2 in step 34 . It should be noted that to simplify the explanation hereafter, unless noted otherwise, the case where elements perform processing in one cycle is described.
  • FIG. 9 ( a ) shows yet another example of DIDL.
  • This DIDL 10 d includes, in addition to descriptions 11 c and 11 d relating to variables, parallel descriptions 11 h to 11 k indicating four parallel processes 12 h to 12 k.
  • a circuit configuration for executing the parallel processes 12 h to 12 k is generated using the operation elements 55 c.
  • One variable “c” inputted into the parallel process 12 k is the output of the parallel process 12 h that has a variable “a” (hereinafter, “system input variable”) inputted into the matrix 51 as an input.
  • the other variable “e” inputted into the parallel process 12 k is an output of a parallel process 12 j to which an output of a parallel process 12 i is inputted, and to the parallel process 12 i, the system input variables “a” and “b” are inputted. Accordingly, in the step 33 that adjusts the latency, to adjust the latency of the variable “c” and the variable “e” inputted into the parallel process 12 k, a delay element 55 d for delaying the variable “c” relative to the variable “e” is added to supply the variable “c” to a data input of the element 55 c for performing the final addition. As a result, the circuit configuration 18 d shown in FIG. 9 ( b ) is generated and is outputted from the compiler 2 as hardware configuration information for connecting a plurality of elements 55 , that is, the DDDL 4 .
  • variable 9 ( a ) are thought of as descriptions of a definition file included in the present invention, that is, the DIDL 10 d, the variable “c” and variable “e” used in the parallel process 12 k are interpreted as having the same latency. Accordingly, the variable “c” that is decided two cycles earlier is delayed by the delay element 55 d and synchronized with the variable “e” that is decided one cycle earlier to input into the parallel process 12 k. As a result, three cycles after input of the variables “a” and “b”, the output “f” of the parallel process 12 k is consistent with that of the program 19 d, so that the DIDL 10 d that describes the parallel processing obtains the same result as the program 19 d.
  • the processing content is the same even if the order of the descriptions 11 h to 11 k included in the DIDL 10 d is changed.
  • the program 19 d defines an algorithm with an order in which processes are aligned, that is, a time series or a time sequence, the processing content will differ if the statements are interchanged.
  • a file written as a program can be understood as a file that defines parallel processing, that is, a file that defines hardware.
  • a programmer can produce a definition file included in the present invention that describes the hardware of a parallel processing system. Accordingly, by using DIDL (the definition file) it is possible for a programmer to design hardware with the same feeling as when producing a program.
  • DIDL the definition file
  • the latency of variables inputted into a parallel process is merely understood as being the same, with there being no premise of specific hardware.
  • “Input variables with the same latency” are either variables included in a data group loaded together into the system (in the present embodiment, the matrix 51 ) at the same timing (in synchronization) or are variables that are produced by the other parallel process that process data in the data group loaded together in synchronization, and therefore, except that variables are that originate with the variables inputted into the system synchronously, the premise of specific hardware for designing actual hardware is not required. Accordingly, the definition file included in the present invention can even be called a file being described by a hardware description language that does not depend on hardware.
  • a definition file such as the DIDL of the present embodiment can be said to be capable of expanding an algorithm not temporally but spatially. This means that by using the DIDL, an algorithm that can be described by a program can be executed by a plurality of elements, such as the elements 55 in the present embodiment, that operate in parallel, and therefore DIDL is a description of a hardware configuration used for executing.
  • FIG. 10 shows yet another example of DIDL.
  • DIDL 10 e a process for finding a largest input variable “in” out of a predetermined number “numOfData” provided from the outside (periphery) is described.
  • a part that follows a description 111 that sets an initial value describes parallel processing, and includes a parallel description 11 m for a parallel process 12 m that compares an input variable “in” with the highest value “a” so far and if so, sets the input variable “in” in the highest value “a”, a parallel description 11 n for a parallel process 12 n that advances a counter, and a parallel description 110 for a parallel process 12 o that outputs the highest value “a” set by the process 12 m when the value counted in the process 12 n has reached the predetermined number “numOfData”.
  • delay elements are inserted to adjust the latency of the variables supplied to the two data inputs.
  • FIG. 11 schematically shows a hardware configuration 18 e produced by compiling the DIDL 10 e.
  • the parallel process 12 m configures a circuit using an operation element 55 c
  • the parallel process 12 n configures a circuit using an address-generating element 55 b
  • the parallel process 12 o configures a circuit using two operation elements 55 c, thereby generating the DDDL 4 that shows the circuit configuration.
  • the number of cycles consumed by the operation element 55 c that performs the process 12 m is larger than the number of cycles consumed by the element 55 b that performs the counting process 12 n.
  • a delay element 55 d is added to the side of the parallel process 12 o that inputs the counter value.
  • the matrix unit 51 is divided into three segments and the circuits for the processes 12 m to 12 o are configured in the first segment, and therefore the two delay elements 55 d disposed on the output side of the process 12 o pass the data through the other segments and transfer the data to the output element 56 s.
  • FIG. 12 shows a state where the circuit configuration shown in FIG. 11 has been laid out on the elements 55 disposed in the matrix unit 51 shown in FIG. 3 .
  • the algorithm of the DIDL 10 e is mapped in the matrix unit 51 of the reconfigurable processor 20 where the elements 55 are disposed in a matrix in advance.
  • an arrangement of the selected elements and information on the wiring route that connects the selected elements, as shown in FIG. 12 are generated by the compiler 2 and outputted as the DDDL 4 .
  • the elements 55 a and 55 b that generate an address are used to input the input variable “in” from the outside.
  • the elements 55 g and 55 h that generate output addresses are used in the same way.
  • the parallel processing system 20 of the present embodiment is a reconfigurable processor (an integrated circuit apparatus) in which the elements 55 are disposed in a matrix, and as described above, the respective elements 55 include operation functions of a certain scale such as an ALU, and therefore a scale where one parallel process can be substantially carried out by one element is used.
  • the respective elements 55 are operation units that are suited to specific or dedicated processing of data in byte or word units, such as 8, 16, or 32 bits.
  • the input data and output data are latched using a flip-flop or the like and synchronized using a clock signal. That is, inputs and outputs for the respective elements 55 are synchronized using a clock. Accordingly, the number of cycles consumed by the respective elements 55 can be estimated in advance.
  • the respective elements are provided with operation functions with a certain scale suited to executing specific processing, it is possible to configure a circuit by assigning the parallel processes described by the DIDL 1 to hardware in units of elements. Accordingly, the number of cycles consumed by parallel processing can be easily estimated by interpreting the DIDL 1 with a premise of mapping to the matrix unit 51 as the parallel processing system, which makes it easy to generate a circuit configuration and also easy to adjust the latency.
  • the RP 20 that is a data processing apparatus equipped with the matrix unit 51 , in which one parallel process can be substantially executed in units of elements that have a certain scale of processing performance, can be said to be an architecture suited to forming hardware from the definition file.
  • the parallel processing is laid out in units of the elements 55 and the number of cycles is managed, even if the function of a certain element 55 is changed by an input from the periphery while the application defined by the DIDL 1 is being executed, the application can still be executed without having an unpredictable effect on the other parallel processes. If the number of cycles fluctuates for an element 55 when the function changes, a delay element 55 d can be connected to deal with this situation, with the number of cycles inside the delay element 55 d being changed in the same way according to an input from the periphery so that the timing of a specified element 55 can be dynamically changed without having an effect on the data flow formed by other elements 55 .
  • FIG. 13 shows a simulator 67 for the DIDL level simulation.
  • This simulator 67 is configured by installing a simulator program 68 on a general-purpose computer 9 .
  • a program or program product 68 for having a computer 9 simulate a system equipped with a plurality of types of elements that operate in parallel based on the DIDL 1 that is a definition file included in the present invention can also be provided by recording on a suitable recording medium such as a CD-ROM or provided via a computer network.
  • FIG. 14 is a flowchart schematically showing the operation of the simulator 67 .
  • the DIDL 1 is read out.
  • the plurality of parallel processes described in the DIDL 1 are executed in synchronization.
  • data with the same latency from input into the system are inputted into the plurality of data inputs.
  • data with the same latency as data (system input variables) that is inputted into the system and is defined as data that is not processed by other parallel processes is used.
  • step 73 When terminal conditions, for example, conditions such as a predetermined number of iterations for which the parallel processing is repeatedly executed, or whether a result of the parallel processing described in the DIDL 1 has reached a predetermined value, are satisfied in step 73 , the result of the simulation is outputted in step 74 .
  • terminal conditions for example, conditions such as a predetermined number of iterations for which the parallel processing is repeatedly executed, or whether a result of the parallel processing described in the DIDL 1 has reached a predetermined value, are satisfied in step 73 .
  • the present invention proposes a definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently in synchronization, and in the parallel descriptions that have a plurality of data inputs, data with the same latency from input into the system is interpreted as being supplied to the plurality of data inputs.
  • Parallel processes are described in the definition file that describes parallel processes can be understood to be a hardware description file, and since the hardware itself does not appear, the definition file can be understood a hardware description with no hardware dependency.
  • the definition file since the definition file includes parallel descriptions, it is possible to define an algorithm in a state where a program counter is not necessary.
  • the definition file included in the present invention contains descriptions that are somewhat similar to conventional high-level language but are parallel descriptions that have no time order, it is possible to describe the order included in the algorithm spatially and not temporally, and therefore it is possible to easily and quickly form a parallel processing system including a plurality of elements that operate in parallel.
  • the definition file included in the present invention is especially useful when designing and developing a parallel processing system where operation units with a certain degree of operation functioning, such as ALUs, are disposed in a matrix, and also a reconfigurable data processing system where the connections between operation units are changed.

Abstract

A definition file included in the present invention includes a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently. The plurality of parallel descriptions include a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted, with data with the same latency from input in a parallel processing system are inputted into the plurality of data inputs. A forming method includes a first step of generating, based on a hardware library in which information on a plurality of types of elements is stored, hardware configuration information including circuit configurations for executing the parallel processes that include at least one of the plurality of types of elements; and a second step of adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into the plurality of data inputs of the circuit configuration for executing the first parallel process, and therefore the hardware configuration information is generated by this method.

Description

    TECHNICAL FIELD
  • The present invention relates to designing a parallel processing system and in particular to a method and apparatus that generate hardware configuration information for a parallel processing system based on a definition file and to a method of simulating a parallel processing system based on a definition file.
  • BACKGROUND ART
  • A number of types of languages are used when designing LSIs and ASICs. High-level languages such as “C” that have a high degree of abstraction are languages on a procedural level and are suited to showing how an entire process is executed in order on an instruction-by-instruction basis. Description on this level normally has no hardware dependency, is composed of application pro grams that can be received by a suitable computer, and is normally used to describe the specification of an LSI or an entire process executed by an LSI. Hardware description languages (HDL) such as Verilog-HDL or VHDL are also referred to as RTL and are used to describe, on a register transfer level, paths of special-purpose hardware for executing special-purpose instructions and/or a sequence for driving such data paths.
  • An algorithm is defined as a group of a limited number of rules that are precisely defined to solve a problem and are performed with a given order. In conventional parallel processing, among an entire process (application) described by an algorithm proceeds to be performed in an order, some parts (processes) that can be independently executed are performed in parallel to reduce the processing time. When an application is executed by a system including hardware resources that are suited to parallel processing in advance, the parts that can be processed in parallel are converted to parallel processes by a compiler in an attempt to improve the execution speed.
  • Also, when hardware is designed with the object of executing a dedicated application, a circuit is designed so as to process the parts in parallel, if the parts can be independently executed, with the aim of reducing the processing time. A technology disclosed by Japanese Laid-Open Patent Publication No. H10-116302 is a method of designing a circuit for a process where the execution time is uncertain using HDL with parallel processing and synchronized communication. In the synchronized communication, when two functions are executed in parallel, receiver process included in the two functions waits until the transmitter side can prepare, then the process proceeds after communication is completed. Accordingly, even though the functions are described in parallel, the functions are not carried out independently and therefore the execution time of the processing varies. On the other hand, processes that do not require synchronized communication are performed independently as parallel processes. These are technologies with an object of reducing the number of execution cycles by executing processes, out of the entire process provided in the source language, that are written so as to be executed in parallel on a source program, so as to be executed in parallel or with using synchronized communication in the hardware design.
  • In recent years, hardware for enabling parts of circuits constructing LSIs reconfigurable by software has been provided. International Publication WO03/007155 discloses a technology that includes the fundamental units for reconfiguring of operation unit level, not a gate level, that are equipped with arithmetic and/or logical functions of a certain scale, such as ALUs, and disposes a plurality of types of operation units in a matrix so that the time required by reconfiguration can be reduced. Since the operation units in such a system where a plurality of operation units are disposed in a matrix are respectively capable of executing processes in parallel, the system can be thought of as having hardware resources suited to a huge number of parallel processes. However, a design system suited to designing a system that is suited to this type of parallel processing has not been provided.
  • High-level languages such as “C” that are suited to software design have a premise of processing an algorithm with the rules included in the algorithm in a temporal order or in a time sequential. Accordingly, a configuration is used where instructions are sequentially executed as a program counter advances, with it being difficult to introduce parallel concepts that are not sequential. Even if the describing of instructions in parallel is permitted, this is limited to spatially expanding processes that can be independently executed in parallel within a range where the temporal order is not violated, and it is not possible to aggressively use hardware resources suited to parallel processing. In addition, since instructions that do not depend on hardware are described in a high-level language, it is unclear at what timing instructions described in parallel will actually start and end on the hardware. Accordingly, even if the hardware space for processing is spatially expanded, the designer will not be able to define or even grasp what kind of parallel processing is actually carried out on the hardware.
  • Since HDL describes circuit arrangements that operate independently, it is fundamentally able to describe parallel processing. Also, since it is clear what the hardware is, it will be possible to investigate and adjust the timing at which processing is executed. For this reason, it is possible to write HDL descriptions that will realize an algorithm given in a high-level language. However, since HDL description is written with the premise of specific hardware, there is no general-purpose applicability, and it is not possible to realize the same algorithm on different hardware. In addition, if the hardware for which the HDL description has been written is not known, it will not be possible to understand the algorithm included in that HDL description.
  • At the level of microprograms obtained as a result of compiling high-level language for specific or particular hardware, there are technologies such as VLIW where instructions that can be executed completely independently are written in parallel and superscalar techniques where a plurality of instructions are simultaneously fetched and instructions that can be executed in parallel are found. These technologies improve the execution speed by executing processes, out of the processes that are arranged in temporal order, which can be performed spatially in parallel on a plurality of pipelines provided for executing such processes, and are no different to high-level languages in that a part of process where the temporal order is not violated is spatially expanded. That is, microprograms themselves are programming language and therefore sequential processing where instructions are executed in order as a program counter advances is also required for the VLIW and superscalar technologies. In addition, microprograms have a premise of special-purpose hardware and lack general-purpose applicability in the same way as HDL.
  • In this way, out of programming languages that are executed as a program counter advances, high-level languages have general-purpose applicability and facilitate software design, but the parts that can be spreading to parallel processing are limited to processes that can be executed independently of the program counter advancing, and it is difficult to effectively use operation units suited to a large number of parallel processes. Also, for high-level languages that do not depend on hardware, the timing of parallel processing is not known, and therefore a design that effectively executes an application by using a large number of operation units disposed in a matrix in parallel is not possible. Although it is possible to describe parallel processing in HDL, even if an algorithm is described in HDL, it is only possible to describe an algorithm with a premise of specific hardware, and therefore knowledge of the specific or particular hardware is required. It is not easy for a software technician to understand the functions, input and output timing, and the like of many types of operation units disposed in a matrix for designing an application in HDL.
  • DISCLOSURE OF THE INVENTION
  • In the present invention, there is provided a definition file that includes a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently and in synchronization by a system including a plurality of elements that operate in parallel. The plurality of parallel descriptions include a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted, with data with the same latency from input in the system being inputted into the plurality of data inputs. In this definition file, using descriptions with no hardware dependency, it is possible to define an algorithm in a state where a program counter is not required. That is, according to the definition file, although the parallel descriptions resemble a conventional high-level language, by the parallel descriptions with no temporal order, it is possible to describe an order included in an algorithm spatially and not temporally.
  • The definition file defines a procedure of a job (application) to be processed; such an aspect is common to a program with conventional language. However, as a general rule, statements of programming language are written so that stated instructions to a computer are executed in order from the start, that is, together with the passage of time. Accordingly, to execute an algorithm defined by a programming language, it is necessary to provide controls according to a program counter showing the order of the instructions to be executed. Since the instructions written in the program are executed in order according to the program counter, when an instruction that includes a variable is executed, the state of the variable will be unambiguously determined by instructions performed before that instruction in time. Accordingly, the defined algorithm is properly executed and there are no cases where execution is not possible.
  • The definition file of the present invention includes a plurality of parallel descriptions that respectively define a plurality of parallel processes that are performed independently and in synchronization. Accordingly, to execute the parallel processing defined by the definition file of the present invention, a program counter showing a temporal order is not required. In addition, in the definition file, an algorithm can be defined by including a parallel description showing or indicating a parallel process into which output data the other parallel process is inputted. However, in parallel descriptions with variables, if the course or history of variables is not unambiguously determined, there is the possibility that the algorithm will not be executed as intended. In a first parallel description showing a first parallel process including a plurality of data inputs, by understanding that data with a same latency from input into the system is inputted into the plurality of data inputs, variables are prevented from becoming unstable or uncertain. Accordingly, in the definition file, variables are unambiguously determined for each parallel description and therefore the algorithm can be correctly defined by the parallel descriptions. Also, in the definition file, the parallel processes according to the parallel descriptions are processes to be executed completely independently, the algorithm can be correctly described without extra processing such as synchronized communication and without solving timing problems with specifying hardware.
  • In the present specification, the expression “the inputted data have the same latency” means that the inputted data are data (data groups) that are loaded together into the system at the same time (synchronously) or data (data groups) that were loaded in synchronization and then processed by one or a plurality of parallel processes. That is, data with the same or identical latency are data inputted into the system at the same timing or data produced by such data being processed by the other parallel process.
  • The definition file of the present invention includes a plurality of parallel descriptions, such an aspect is common to HDL, and therefore a program counter is not required to execute parallel processes according to the plurality of parallel descriptions. Accordingly, the definition file can be said to describe hardware. In addition, the definition file includes a parallel description showing a parallel process with a data input in which output data of another parallel process is inputted, and when there are a plurality of data inputs, the data inputted into such data inputs are determined unambiguously. Therefore, according to the present invention, it is possible to provide a hardware description language that can define an algorithm correctly and understandably to the user. Additionally, even if the hardware is not understood in detail, the data are unambiguously inputted into the respective parallel processes, and therefore it is not necessary to have detailed information or knowledge of the hardware that actually performs the parallel processes. Accordingly, the definition file of the present invention is not dependent on the actual hardware and can describe hardware without a premise of specific hardware. For this reason, the definition file is an extremely general-purpose hardware description language that is hardware independent. Therefore, the definition file is a tool or description suited to allowing a software technician to easily design or generate an LSI or ASIC, and in particular, an LSI or ASIC including a large number of parallel processing elements.
  • In addition, when the plurality of parallel descriptions included in the definition file of the present invention are aligned in order of the latency of the data inputted therein, the plurality of parallel descriptions will be aligned in order of the time passing or history of the variables from inputting therein. In this state, the definition file has an aspect that is common to a program in which instructions are aligned in the order of execution. Accordingly, a software technician can produce a definition file of the present invention with the same feeling as when producing a normal program. For this reason also, the definition file is a tool extremely suited to having a software technician easily design and produce an LSI or ASIC. Also, according to the definition file of the present invention, it is possible to spatially lay out an algorithm using a plurality of elements capable of parallel processing, and therefore an application can be executed at high speed by effectively utilizing a system including a large number of elements that operate in parallel.
  • In the definition file of the present invention, for each parallel description, the latency of the input data should be the same, and the timing is adjusted. Accordingly, when hardware is formed according to a definition file, it is necessary to adjust the timing of the input data in units of parallel processes defined by the parallel descriptions. The elements for executing the parallel processes may be operation units that perform operations in bit units. In a parallel processing system where operation units with a certain degree of operation functioning, such as ALUs, are disposed in a matrix, it is possible to execute the parallel processes by mapping the parallel descriptions to one or a plurality of the operation units. To adjust the timing in units of the parallel descriptions, it is sufficient to add operation units for delaying, and therefore the definition file of the present invention is suited to describing a parallel processing system where a plurality of types of operation units are connected to realize a hardware configuration suited to an application. This means that by using the definition file of the present invention, it is possible to efficiently design and develop a parallel processing system, and also to simulate the same.
  • The definition file of the present invention can be provided having been recorded on a computer-readable recording medium, and based on the definition file, by using a computer, it is possible to form a parallel processing system including a plurality of types of elements that operate in parallel. That is, the plurality of parallel descriptions in the definition file include a first parallel description indicating a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted. By using a method for forming including a first step of generating, in accordance with the definition file and based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations (a hardware configuration) for executing the parallel processes defined by the parallel descriptions of the definition file and a second step of adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into the plurality of data inputs of the circuit configuration for executing a first parallel process, it is possible to generate information for configuring hardware in which an algorithm defined by the definition file is spatially laid out using a plurality of types of elements and therefore possible to form a parallel processing system that executes an application.
  • The time (the number of cycles) consumed by elements of the respective types can be known from the hardware library in which information related to specific hardware is stored. When a parallel process has a plurality of data inputs, by referring to the hardware library, it is possible to add a delay element suit to specific or specified hardware premised so that the latency of the data inputted into the plurality of data inputs have the same latency, and to correctly map the algorithm defined by a definition file to the specific hardware. When the hardware is such that the plurality of elements execute processing in synchronization with a clock, information on the number of cycles consumed by each of the plurality of types of elements is stored in the hardware library, and in the second step, a delay element corresponding to a number of cycles consumed by at least one of the plurality of types of elements is added.
  • A parallel processing system may be with a fixed hardware configuration. The parallel processing system alternatively may be reconfigurable into different hardware configuration by changing the connections between a plurality of types of elements. For a reconfigurable parallel processing system, hardware configuration information including information showing a plurality of different hardware configurations is generated.
  • The method for forming a parallel processing system can be provided with an apparatus, for example, a compiler, that arranges a system including a plurality of types of elements that operate in parallel. This compiler is an apparatus for forming, in accordance with a definition file, a parallel processing system including a plurality of types of elements that operate in parallel, the apparatus including a first means for generating, based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations for executing the parallel processes defined by the parallel descriptions of the definition file, the circuit configurations including at least one of the plurality of types of elements, and a second means for adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into the plurality of data inputs of the circuit configuration for executing a first parallel process. In addition, a program or program product for realizing this process for designing a parallel system on a computer equipped with suitable resources can be recorded onto a recording medium or provided using a computer network. The program for designing the parallel processing system includes instructions that can cause a computer to execute a process including the first step and the second step described above.
  • The definition file of the present invention is suited to forming or generating a parallel processing system including a plurality of types of operation units where the plurality of types of operation units are of a scale that enables one parallel process to be process by one operation unit. Accordingly, in the hardware library, it is preferable to provide information on the plurality of types of operation units that have a scale whereby one parallel process is processed by one operation unit. The plurality of types of elements may operate in bit units. However, the parallel processes described in the definition file are normally data processing in byte or word units. Accordingly, it is preferable for information on a plurality of types of operation units that can execute different operations in byte or word units to be prepared in the hardware library and for a parallel processing system in which a plurality of operation units are disposed to be generated.
  • For a parallel processing system providing with a plurality of types of operation units disposed in a matrix and changing the configuration of a network or circuit wiring that connects such operation units to reconfigure different hardware configurations, hardware configuration information including information showing a plurality of different hardware configurations suited to executing a content of the definition file can be generated using a compiler or a program for a compiler.
  • Forming a parallel processing system according to the definition file may include a variety of optimizations. When the plurality of parallel descriptions include a second parallel description that defines a second parallel process including shared processing that is common to at least part of a third parallel process defined by a third parallel description, in the first step, a shared circuit configuration including at least one of the plurality of types of elements can be generated for the shared processing, and, in such case, in the second step, a delay element is added to a circuit configuration for executing a difference between the second parallel process and the shared processing as the circuit configuration for executing the first parallel process. The circuit configuration for executing the difference between the second parallel process and the shared processing usually becomes a configuration with a plurality of data inputs like that of the first parallel process. By the above, the consumption of hardware resources such as elements and wiring for connecting the elements used to arrange the circuit can be suppressed.
  • One of the plurality of types of operation units for the parallel processing system may include means for changing its process according to an input from the outside. Corresponding to this, the plurality of parallel descriptions should preferably include a parallel description describing parallel process where the processing content changes according to an input from the outside. It is possible to design a parallel processing system where the processing content can be changed even if the network or circuit wiring does not change. It is also possible to change the processing content of operation units together with the network or the circuit wiring, so that a reconfigurable parallel processing system can be designed even more flexibly.
  • Based on a definition file of the present invention, it is possible to simulate a system including a plurality of types of elements that operate in parallel. A method of simulating and simulator for a system including a plurality of types of elements that operate in parallel based on a definition file include a step of executing or means for executing a plurality of parallel processes included in the definition file, when executing a parallel description with a plurality of input data, data with a same latency from input into the system are used as the plurality of input data. The present invention also provides a program or program product for causing a computer to simulate a system including a plurality of types of elements that operate in parallel based on a definition file, with the program being recorded onto a suitable recording medium such as a CD-ROM or being provided via a computer network.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows an outline of configuration for generating DDDL, which is hardware configuration information, from DIDL that is a definition file.
  • FIG. 2 schematically shows a reconfigurable parallel processing system.
  • FIG. 3 shows a parallel processing system where a plurality of elements that operate independently in parallel are disposed in a matrix.
  • FIG. 4(a) shows an example of DIDL, and FIG. 4(b) shows a different example of DIDL.
  • FIG. 5 is a flowchart showing an outline of processing of a compiler.
  • FIG. 6 is a block diagram showing an outline of arrangement of a compiler.
  • FIG. 7(a) shows an example of DIDL, and FIG. 7(b) shows a circuit configuration corresponding to the DIDL.
  • FIG. 8(a) shows a different example of DIDL, FIG. 8(b) shows an optimized example, and FIG. 8(c) shows a circuit configuration corresponding to the same.
  • FIG. 9(a) shows yet another example of DIDL, and FIG. 9(b) shows a circuit configuration corresponding to the DIDL.
  • FIG. 10 shows a different example of DIDL.
  • FIG. 11 shows a circuit configuration corresponding to the DIDL shown in FIG. 10.
  • FIG. 12 shows a state where the circuit configuration shown in FIG. 11 is mapped in a matrix unit.
  • FIG. 13 shows an overall arrangement that simulates at a DIDL level.
  • FIG. 14 is a flowchart schematically showing the processing of a simulator at the DIDL level.
  • BEST MODE FOR CARRYING OUT THE INVENTION
  • FIG. 1 shows an outline of procedure for designing hardware using a definition file included in the present invention. A definition file 1 is called DIDL (Device Independent Description Language), and is converted by a compiler 2, which refers to information in a hardware library 3, to hardware configuration information 4 that uses the hardware information stored in the library 3. The hardware configuration information 4 is called DDDL (Device Dependent Description Language). The compiler 2 is realized using a general-purpose computer 9 equipped with suitable hardware resources and functions as a compiler by installing a program 5 for parallel system designing that interprets the DIDL 1 and generates the DDDL 4. The DIDL 1 is provided by storing on a computer-readable recording medium 6, such as a CD-ROM or a magnetic disk. The DIDL 1 is also provided via communication such as a computer network like the Internet, with the provided DIDL 1 being used having been recorded on a suitable recording medium that composes part of the computer 9.
  • FIG. 2 shows one example of a processor equipped with a parallel processing system. This processor is a Reconfigurable Processor (hereinafter RP) disclosed by International Publication WO03/007155 that was filed by the present applicant. The RP 20 includes: a basic processor 21 with a general-purpose configuration that carries out general-purpose processing including error handling based on an instruction set provided by a program or the like; an AAP (Adaptive Application Processor) 50 in which one or a plurality of data paths (that are called sometime data flows or virtual data flows) that are suited to specific or special-purpose data processing are variably formed using arithmetic and/or logical operation elements disposed in a matrix; an interrupt control unit 22 that controls. interrupt processing to the AAP 50; a clock generating section 28 that supplies an operation clock signal to the AAP 50; an FPGA unit 27 for further improving the flexibility of the operation circuits that can be provided by the RP 20; and a bus control unit 29 that controls inputs and outputs of data to and from the periphery. The basic processor 21 and the AAP 50 are connected via a data bus 24 a that can exchange data between the basic processor 21 and the AAP 50 and an instruction bus 24 b for controlling the configuration and operation of the AAP 50 from the basic processor 21. Also, an interrupt signal is supplied from the AAP 50 to the interrupt control unit 22 via a signal line 25 so that when the processing of the AAP 50 ends or an error occurs during processing, the state of the AAP 50 can be fed back to the basic processor 21.
  • The AAP 50 and the FPGA 27 are connected by a data bus 26 so that data is supplied from the AAP 50 to the FPGA 27, processing is carried out, then the processing result is returned to the AAP 50. The AAP 50 is also connected to the bus control unit 29 by a load bus 23 a and a store bus 23 b so that data can be exchanged between the AAP 50 and an external data bus to the RP 20. The basic processor 21 is also connected to the bus control unit 29 via a bus 21 a and can therefore exchange data with the external data bus.
  • FIG. 3 schematically shows the AAP 50. The AAP 50 includes a matrix unit 51 in which a plurality of logic elements (logic blocks or logic units (hereinafter referred to as “elements”) that perform arithmetic and/or logical operations are disposed in a matrix, an input buffer 52 a that supplies data to the matrix unit 51, and an output buffer 52 b that stores data outputted from the matrix unit 51. The input buffer 52 a and the output buffer 52 b are respectively composed of four small-capacity input buffers, and are connected to the input and output buses 23 a and 23 b via an access arbitration unit 54.
  • This matrix unit 51 is a kernel integrated circuit part of a parallel processing system in which data paths and data flows can be reconfigured, and has elements 55, which are a plurality of types of operation units that operate in parallel, arranged in an array or matrix to construct four lines in the vertical direction. Information on the plurality of types of elements included in the matrix 51 is stored in the hardware library 3. Between the elements 55, the matrix unit 51 includes row wire sets 57 that extend in the horizontal direction and column wire sets 58 that extend in the vertical direction. The respective column wire sets 58 are composed of a pair of wire sets 58 x and 58 y disposed on the left and right respectively of the operation units 55 aligned in the column direction. Switching units 59 are disposed at intersections of the row wire sets 57 and the column wire sets 58 and are capable of selecting and connecting any channel included in the row wire sets 57 to any channel included in the column wire sets 58. The switching units 59 each include a configuration RAM that stores settings, and by rewriting the content of the configuration RAM according to data supplied from the processor unit 21, it is possible to freely and dynamically control the connections between the row wire sets 57 and the column wire sets 58. In the matrix unit 51, it is possible to freely and dynamically change the configuration of data flows formed by connecting all or a part of the plurality of elements 55 using the wire sets 57 and 58.
  • In the RP 20, these elements 55 operate in parallel, and information of the function, delay, conditions for input/output data, and the like of the various types of elements 55 are stored in the hardware library 3. These elements 55 operate in synchronization with the clock signal supplied from a clock generating unit 28, with the number of cycles (the number of clocks) consumed depending on the element type and the processing executed inside the respective elements. The number of cycles consumed by processing input data and then outputting is stored in the hardware library 3 as delay information for the respective types of elements. The arrangement of the various types of elements 55, and information on the wire sets 57 and 58 and the switching units 59 are also stored in the hardware library 3 and connection information for the elements 55 (a data flow configuration) for realizing the algorithm defined by the DIDL 1 is generated from the compiler 2 as the hardware configuration information (DDDL) 4. This means that by controlling the matrix unit 51 so that the elements 55 are connected by the wire sets 57 and 58 according to the DDDL 4, it is possible to spatially lay out or map the algorithm defined by the DIDL 1 using the elements 55 of the matrix unit 51.
  • The respective elements 55 include a pair of selectors 53 for selecting the input data from one pair of column wire sets 58 x and 58 y, and an internal data path unit 56 that performs specific arithmetic and/or logic operation processing on the selected input data and outputs a result to the row wire sets 57 as output data. The elements 55 are disposed in the matrix unit 51 so that elements 55 of different types including internal data path units 56 for executing different process are aligned on different rows. For example, the elements 55 disposed on the first row include data path units (LD) 56 i suited to processing that receives data from the input buffer 52 a. The elements 55 a disposed on the second row are elements for writing data from an external device into the input buffer 52 a and include data path units (BLA) 56 a equipped with internal data paths suited to generating an address for a block load. For all of the elements 55 that construct the matrix unit 51, the configuration of the internal data path and/or initial values thereof can be changed to a certain extent. Such settings are designated by control signals sent from the basic processor 21 via the control bus 24 b into the configuration RAM of each element 55.
  • The elements 55 b disposed on the third row include internal data path units (LDA) 56 b that generate input read addresses for loading desired data from respective input RAMs into the matrix unit 51. The elements 55 c disposed on the fourth and fifth rows include data path units (SMA) 56 c suited to arithmetic operations and logic operations. A data path unit 56 c includes a shift unit, a masking unit, a logic operation unit (ALU) and configuration RAM for setting these units for performing specific operation. According to an instruction written by the processor 21, adding or subtracting, a comparison, a logical AND or a logical OR on the data inputted into the matrix unit 51 can be performed by the elements, with the result being outputted as an output signal of elements 55.
  • The elements 55 d disposed on the next row down include data path units (DEL) 56 d suited to processing that delays the timing at which data is transferred. The elements 55 e disposed on a further row down include data path units (MUL) 56 e that are equipped with a multiplier or the like and are suited to multiplication processing. As yet different elements 55 f, elements including data path units 56 f as interfaces with the FPGA 27 provided outside the matrix unit 51 are also included, so that data can be supplied to the FPGA 27, processed therein, and then returned to the matrix unit 51 and subjected to further processing.
  • Elements 55 g and 55 h that are respectively provided with data path units 56 g and 56 h suited to generating addresses for store operations are also disposed in the matrix unit 51 that is a reconfigurable semiconductor circuit block. These elements perform control to output data to an external device via the output buffer 52 b. Finally, elements 55 provided with data path units (ST) 56 s suited to outputting data to be stored are disposed on the lowest level. Accordingly, by dynamically changing the connections of the elements 55, it is possible to flexibly configure a variety of data flows on the matrix unit 51, and therefore a variety of processing can be performed.
  • FIG. 4(a) and FIG. 4(b) show simple examples of the DIDL. The DIDL 10 a shown in FIG. 4(a) includes parallel descriptions 11 a and 11 b on two rows. The parallel description 11 a defines a process 12 a that substitutes a variable “b” into a variable “a”. Similarly, the parallel description 11 b defines a process 12 b that substitutes the variable “a” into a variable “c”. Accordingly, the process 12 b has the output data of another process, i.e., the process 12 a, as a data input. In the DIDL 10 a, these processes 12 a and 12 b are parallel processes that are independently carried out in synchronization by elements that operate in parallel, with the DIDL 10 a showing a hardware configuration that can independently carry out the parallel processes 12 a and 12 b in synchronization. In the hardware defined by the DIDL 10 a, if the variables (a, b, c) are (1, 2, 3) in a given cycle t0, the variables will become (2, 2, 1) in the next cycle t1.
  • On the other hand, if the description of the DIDL 10 a is understood to be a program 19 a, the variable “c” will become 2, and therefore the obtained result will differ. However, with the hardware defined by the DIDL 10 a, in the cycle t2 that follows the cycle t1, the variables (a, b, c) will become (2, 2, 2), and therefore the same result is obtained as when the description of the DIDL 10 a is understood to be the program 19 a.
  • In the DIDL 10 a′ shown in FIG. 4(b), the order of the parallel descriptions 11 a and 11 b is interchanged, but since the processes 12 a and 12 b corresponding to the respective descriptions are performed independently, the operation results of the respective cycles t0 to t2 do not change. On the other hand, if the descriptions in FIG. 4(b) are understood to be a program 19 b, the order of the processes 12 a and 12 b will be interchanged, and therefore variables (a, b, c) will become (2, 2, 1). That is, the results of the program in which the processes have been interchanged match the values in the cycle t1 of the DIDL 10 a or 10 b.
  • In this way, it is possible to describe hardware that realizes the algorithm of either of the programs 19 a and 19 b using the DIDL 10 a, however, the cycle in which the same result is obtained differs between the programs 19 a and 19 b. For this reason, with the present invention, the DIDL 10 a is a definition file that can maps an algorithm in the parallel system using parallel descriptions showing a parallel process where output data of at least one other parallel process is used as at least one data input. In addition, in a parallel description (a first parallel description) showing a parallel process (a first parallel process) with a plurality of data inputs, the plurality of data inputs are defined as inputs of data that have same latency from input into the system, that is, the matrix unit 51, thereby making it possible to define a hardware configuration that can operate according to the same algorithm as a program.
  • FIG. 5 schematically shows the processing of the compiler 9 for the DIDL. First, in step 31, the DIDL 1 is read out and then in step 32, parallel descriptions included in the DIDL 1 are interpreted. Based on a hardware configuration stored in the hardware library 3, a circuit configuration for executing the parallel processing shown by the parallel descriptions is generated. To generate the hardware configuration information 4 that performs parallel processing using the matrix unit 51 of the reconfigurable processor shown in FIG. 3, circuit configurations are generated using information about the various types of elements 55 and information about the wire sets 57 and 58 and the switches 59 stored in the hardware library 3 to include the elements 55 and operate in parallel, and the result is stored in a suitable memory of the compiler 2 as the DDDL 4 of the hardware configuration information. Examples of the information on the respective elements 55 include operations and functions, input conditions, and processing cycles. Since the number and arrangement of the elements 55 are fixed in the matrix unit 51, generated hardware information 4 includes the circuit configurations for executing the parallel processes with information on the elements 55 selected for the parallel processes and circuit information on the positions of the elements 55 and wiring routes for connecting the selected elements 55. When a circuit configuration generated in step 32 includes a plurality of data inputs, in step 33, to have data with the same latency from input into the parallel processing system, that is, the matrix unit 51, inputted into the plurality of data inputs, factors of the delay elements 55 d provided with the data path units (DEL) 56 d are added to the DDDL 4. Accordingly, when the DIDL 1 includes a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted, to have data with the same latency from input into the parallel processing system inputted into the plurality of data inputs of the circuit configuration generated in step 32 and including the first parallel processing, in step 33 one or more delay element are added to the DDDL 4 that is the hardware configuration information.
  • In addition, in steps 32 and 33, a variety of optimizations are carried out. When a parallel process (a second parallel process) defined by a parallel description included in the DIDL 1 includes shared processing that is the same as and common to at least part of a parallel process (a third parallel process) defined by another parallel description, in step 32, a shared circuit configuration including the common elements 55 are mapped for the shared processing, and in step 33, delay elements 55 d are added if necessary to the elements 55 not included in the shared configuration, that is, the circuit configuration for executing the difference process between second parallel process and the shared process, to adjust the latency.
  • Next, in step 34, the DDDL 4 including the circuit configurations generated in steps 32 and 33 and information for connecting the same is outputted. The matrix unit 51 can be reconfigured to a different hardware configuration by changing the connections of the plurality of elements 55. The DDDL 4 is information including a plurality of different hardware configurations, and therefore the matrix unit 51 can be reconfigured by the DDDL 4. These steps can be performed on description by description basis of the parallel descriptions included in the DIDL 1, and it is also possible to perform these steps at once for some or all of the parallel descriptions included in the DIDL 1.
  • The method for forming a parallel processing system including the steps 31 to 34 is provided and the method can be distributed by a compiler program or program product 5 recorded on a suitable recording medium to cause a general-purpose computer 9 to execute the respective processes of the steps 31 to 34. It is also possible to provide a program product via a network. By installing the program 5 into the general-purpose computer 9, the general-purpose computer can be used as the compiler 2. As shown in FIG. 6, the computer 9 on which the compiler program 5 is installed operates as a compiler 2 including: a function 35 for reading the DIDL 1; a function (a first means) 36 for generating, based on the hardware library 3, a circuit configuration for executing parallel processing described in the DIDL 1; a function (a second means) 37 that adds, when the circuit configuration has a plurality of data inputs, delay elements 55 d so that data with matching latency from input into the matrix unit 51 is supplied to the plurality of data inputs; and a function 38 that outputs the generated circuit configuration, including connection information for connections between elements, as the DDDL 4.
  • In FIG. 7(a), a different example of DIDL is shown. The DIDL 10 b includes a description 11 c showing variables inputted into the system, i.e., the matrix unit 51 in the present embodiment, a description 11 d showing an internal variable, and a description 11 e showing an addition. When the DIDL 10 b is read into the compiler 2 and processed, as shown in FIG. 7(b), a circuit configuration 18 b including an operation element 55 c equipped with the data path unit 56 c capable of arithmetic operations is generated. In this circuit configuration 18 b, the operation element 55 c includes two data inputs where the variables “b” and “c” are inputted and a data output that outputs the variable “a”.
  • In FIG. 8(a), yet another example of DIDL is shown. This DIDL 10 c includes, in addition to descriptions 11 c and 11 d relating to variables, parallel descriptions 11 f and 11 g showing two parallel processes 12 f and 12 g. When this DIDL 10 c is read out into the compiler 2, parallel processes 12 f and 12 g include a shared process, and therefore in step 32, a shared circuit configuration 17 c is generated for the shared part. That is, as shown in FIG. 8(b), the parallel processing 12 g in the DIDL 10 c is optimized to the parallel process 12 g′.
  • The parallel process 12 g′ that carries out the processing for difference (i.e., not shared processing) is recognized as the first parallel processing that includes a data input into which output data “a” of the other parallel process 12 f is inputted and a data input into which data “d” that does not pass via the other parallel process 12 f is inputted. Accordingly, the operation element 55 c included in the circuit configuration that carries out parallel process 12 g′ has an input into which the variable “a” is supplied and an input into which the variable “d” is supplied. The variable “a” is a variable that is delayed by a number of processing cycles of the operation element 55 c compared to the variables “b” and “c” inputted into the matrix unit 51. The variable “d” is a variable inputted into the matrix 51 at the same time as the variables “b” and “c”. For this reason, in step 33, to adjust the latency of variable “a” and variable “d” inputted into the element 55 c that performs the parallel process 12 g′, a delay element 55 d that delays the variable “d” inputted into the matrix unit 51 by a number of cycles of the operation element 55 c that performs the parallel process 12 f is inserted.
  • The number of cycles consumed when an addition is carried out by the operation element 55 c is stored in the hardware library 3. In this case, in step 33, based on information stored in the hardware library 3, the delay element 55 d that consumes an equivalent number of cycles to the number of cycles consumed by the element used for the addition is added to the DDDL 4. As a result, the DDDL 4 is generated so as to include hardware configuration information including the circuit configuration 18 c shown in FIG. 8(c) and is outputted from the compiler 2 in step 34. It should be noted that to simplify the explanation hereafter, unless noted otherwise, the case where elements perform processing in one cycle is described.
  • FIG. 9(a) shows yet another example of DIDL. This DIDL 10 d includes, in addition to descriptions 11 c and 11 d relating to variables, parallel descriptions 11 h to 11 k indicating four parallel processes 12 h to 12 k. When the DIDL 10 c is read out into the compiler 2, first, in step 32 that generates a circuit configuration, a circuit configuration for executing the parallel processes 12 h to 12 k is generated using the operation elements 55 c. One variable “c” inputted into the parallel process 12 k is the output of the parallel process 12 h that has a variable “a” (hereinafter, “system input variable”) inputted into the matrix 51 as an input. The other variable “e” inputted into the parallel process 12 k is an output of a parallel process 12 j to which an output of a parallel process 12 i is inputted, and to the parallel process 12 i, the system input variables “a” and “b” are inputted. Accordingly, in the step 33 that adjusts the latency, to adjust the latency of the variable “c” and the variable “e” inputted into the parallel process 12 k, a delay element 55 d for delaying the variable “c” relative to the variable “e” is added to supply the variable “c” to a data input of the element 55 c for performing the final addition. As a result, the circuit configuration 18 d shown in FIG. 9(b) is generated and is outputted from the compiler 2 as hardware configuration information for connecting a plurality of elements 55, that is, the DDDL 4.
  • When the descriptions in FIG. 9(a) are thought of as statements of a program 19 d, the processes 12 h to 12 k are carried out in order from the top in accordance with the time axis. Accordingly, the variable “c” and the variable “e” subjected to the operation in the process 12 k are respectively determined by the processes 12 h and 12 j carried out beforehand. When the descriptions in FIG. 9(a) are thought of as simply describing a plurality of processes executed in parallel, the variable “c” and the variable “e” used in the parallel process 12 k will be values that were determined in the immediately preceding cycle, and therefore the output of the process 12 k will differ to the case where the description is thought of as the program 19 d. When the descriptions in FIG. 9(a) are thought of as descriptions of a definition file included in the present invention, that is, the DIDL 10 d, the variable “c” and variable “e” used in the parallel process 12 k are interpreted as having the same latency. Accordingly, the variable “c” that is decided two cycles earlier is delayed by the delay element 55 d and synchronized with the variable “e” that is decided one cycle earlier to input into the parallel process 12 k. As a result, three cycles after input of the variables “a” and “b”, the output “f” of the parallel process 12 k is consistent with that of the program 19 d, so that the DIDL 10 d that describes the parallel processing obtains the same result as the program 19 d.
  • With the DIDL 10 d that describes parallel processes, the processing content is the same even if the order of the descriptions 11 h to 11 k included in the DIDL 10 d is changed. On the other hand, since the program 19 d defines an algorithm with an order in which processes are aligned, that is, a time series or a time sequence, the processing content will differ if the statements are interchanged. However, by introducing a definition whereby the latency of the input variables is the same for a plurality of parallel descriptions, a file written as a program can be understood as a file that defines parallel processing, that is, a file that defines hardware. As a result, by writing a program showing an algorithm in accordance with a time series as normal, a programmer can produce a definition file included in the present invention that describes the hardware of a parallel processing system. Accordingly, by using DIDL (the definition file) it is possible for a programmer to design hardware with the same feeling as when producing a program.
  • In addition, in a definition file, the latency of variables inputted into a parallel process is merely understood as being the same, with there being no premise of specific hardware. “Input variables with the same latency” are either variables included in a data group loaded together into the system (in the present embodiment, the matrix 51) at the same timing (in synchronization) or are variables that are produced by the other parallel process that process data in the data group loaded together in synchronization, and therefore, except that variables are that originate with the variables inputted into the system synchronously, the premise of specific hardware for designing actual hardware is not required. Accordingly, the definition file included in the present invention can even be called a file being described by a hardware description language that does not depend on hardware. That is, it is possible to interpret the definition file regardless of the hardware used as a premise, and if the hardware is specified, it is possible to lay out the algorithm described by the definition on such hardware. Accordingly, a definition file such as the DIDL of the present embodiment can be said to be capable of expanding an algorithm not temporally but spatially. This means that by using the DIDL, an algorithm that can be described by a program can be executed by a plurality of elements, such as the elements 55 in the present embodiment, that operate in parallel, and therefore DIDL is a description of a hardware configuration used for executing.
  • FIG. 10 shows yet another example of DIDL. In this DIDL 10 e, a process for finding a largest input variable “in” out of a predetermined number “numOfData” provided from the outside (periphery) is described. A part that follows a description 111 that sets an initial value describes parallel processing, and includes a parallel description 11 m for a parallel process 12 m that compares an input variable “in” with the highest value “a” so far and if so, sets the input variable “in” in the highest value “a”, a parallel description 11 n for a parallel process 12 n that advances a counter, and a parallel description 110 for a parallel process 12 o that outputs the highest value “a” set by the process 12 m when the value counted in the process 12 n has reached the predetermined number “numOfData”. In the process 12 o, to absorb the difference in cycles required by the above processes 12 m and 12 n, delay elements are inserted to adjust the latency of the variables supplied to the two data inputs.
  • FIG. 11 schematically shows a hardware configuration 18 e produced by compiling the DIDL 10 e. In step 32 that generates the circuit configuration, the parallel process 12 m configures a circuit using an operation element 55 c, the parallel process 12 n configures a circuit using an address-generating element 55 b, and the parallel process 12 o configures a circuit using two operation elements 55 c, thereby generating the DDDL 4 that shows the circuit configuration. The number of cycles consumed by the operation element 55 c that performs the process 12 m is larger than the number of cycles consumed by the element 55 b that performs the counting process 12 n. A delay element 55 d is added to the side of the parallel process 12 o that inputs the counter value. By doing so, data supplied to the data inputs of the parallel process 12 o, that is, the latency of the output of the process 12 m and the output of the process 12 n is adjusted. It should be noted that the matrix unit 51 is divided into three segments and the circuits for the processes 12 m to 12 o are configured in the first segment, and therefore the two delay elements 55 d disposed on the output side of the process 12 o pass the data through the other segments and transfer the data to the output element 56 s.
  • FIG. 12 shows a state where the circuit configuration shown in FIG. 11 has been laid out on the elements 55 disposed in the matrix unit 51 shown in FIG. 3. In the present embodiment, the algorithm of the DIDL 10 e is mapped in the matrix unit 51 of the reconfigurable processor 20 where the elements 55 are disposed in a matrix in advance. As the information on the hardware configuration shown in FIG. 11, an arrangement of the selected elements and information on the wiring route that connects the selected elements, as shown in FIG. 12, are generated by the compiler 2 and outputted as the DDDL 4. It should be noted that the elements 55 a and 55 b that generate an address are used to input the input variable “in” from the outside. Although not shown, the elements 55 g and 55 h that generate output addresses are used in the same way.
  • The parallel processing system 20 of the present embodiment is a reconfigurable processor (an integrated circuit apparatus) in which the elements 55 are disposed in a matrix, and as described above, the respective elements 55 include operation functions of a certain scale such as an ALU, and therefore a scale where one parallel process can be substantially carried out by one element is used. In addition, the respective elements 55 are operation units that are suited to specific or dedicated processing of data in byte or word units, such as 8, 16, or 32 bits. The input data and output data are latched using a flip-flop or the like and synchronized using a clock signal. That is, inputs and outputs for the respective elements 55 are synchronized using a clock. Accordingly, the number of cycles consumed by the respective elements 55 can be estimated in advance. In addition, since the respective elements are provided with operation functions with a certain scale suited to executing specific processing, it is possible to configure a circuit by assigning the parallel processes described by the DIDL 1 to hardware in units of elements. Accordingly, the number of cycles consumed by parallel processing can be easily estimated by interpreting the DIDL 1 with a premise of mapping to the matrix unit 51 as the parallel processing system, which makes it easy to generate a circuit configuration and also easy to adjust the latency. For this reason, the RP 20 that is a data processing apparatus equipped with the matrix unit 51, in which one parallel process can be substantially executed in units of elements that have a certain scale of processing performance, can be said to be an architecture suited to forming hardware from the definition file.
  • Also, since the parallel processing is laid out in units of the elements 55 and the number of cycles is managed, even if the function of a certain element 55 is changed by an input from the periphery while the application defined by the DIDL 1 is being executed, the application can still be executed without having an unpredictable effect on the other parallel processes. If the number of cycles fluctuates for an element 55 when the function changes, a delay element 55 d can be connected to deal with this situation, with the number of cycles inside the delay element 55 d being changed in the same way according to an input from the periphery so that the timing of a specified element 55 can be dynamically changed without having an effect on the data flow formed by other elements 55.
  • FIG. 13 shows a simulator 67 for the DIDL level simulation. This simulator 67 is configured by installing a simulator program 68 on a general-purpose computer 9. A program or program product 68 for having a computer 9 simulate a system equipped with a plurality of types of elements that operate in parallel based on the DIDL 1 that is a definition file included in the present invention can also be provided by recording on a suitable recording medium such as a CD-ROM or provided via a computer network.
  • FIG. 14 is a flowchart schematically showing the operation of the simulator 67. First, in step 71, the DIDL 1 is read out. Next, in step 72, the plurality of parallel processes described in the DIDL 1 are executed in synchronization. At this time, for the first parallel process that is shown by a first parallel description and has a plurality of data inputs, data with the same latency from input into the system are inputted into the plurality of data inputs. For example, data with the same latency as data (system input variables) that is inputted into the system and is defined as data that is not processed by other parallel processes is used. When terminal conditions, for example, conditions such as a predetermined number of iterations for which the parallel processing is repeatedly executed, or whether a result of the parallel processing described in the DIDL 1 has reached a predetermined value, are satisfied in step 73, the result of the simulation is outputted in step 74. By these steps, it is possible to simulate the operation of the hardware described by the DIDL 1 without depending on the hardware.
  • As described above, the present invention proposes a definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently in synchronization, and in the parallel descriptions that have a plurality of data inputs, data with the same latency from input into the system is interpreted as being supplied to the plurality of data inputs. Parallel processes are described in the definition file that describes parallel processes can be understood to be a hardware description file, and since the hardware itself does not appear, the definition file can be understood a hardware description with no hardware dependency. In addition, since the definition file includes parallel descriptions, it is possible to define an algorithm in a state where a program counter is not necessary.
  • The definition file included in the present invention contains descriptions that are somewhat similar to conventional high-level language but are parallel descriptions that have no time order, it is possible to describe the order included in the algorithm spatially and not temporally, and therefore it is possible to easily and quickly form a parallel processing system including a plurality of elements that operate in parallel. The definition file included in the present invention is especially useful when designing and developing a parallel processing system where operation units with a certain degree of operation functioning, such as ALUs, are disposed in a matrix, and also a reconfigurable data processing system where the connections between operation units are changed.

Claims (14)

1. A method for forming, in accordance with a definition file, a parallel processing system that includes a plurality of types of elements that operate in parallel,
the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted,
and the method comprising:
a first step of generating, based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations for executing the parallel processes defined by the parallel descriptions of the definition file, the circuit configurations including at least one of the plurality of types of elements; and
a second step of adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into a plurality of data inputs of a circuit configuration for executing the first parallel process.
2. The method for forming according to claim 1, wherein the parallel processing system is reconfigurable to different hardware configurations by changing connections between the plurality of types of elements and the hardware configuration information includes information showing a plurality of different hardware configurations.
3. The method for forming according to claim 1, wherein the plurality of types of elements include a plurality of types of operation units of a scale whereby one operation unit is capable of processing parallel process defined by one parallel description of the definition file.
4. The method for forming according to claim 1, wherein the plurality of types of elements include a plurality of types of operation units for executing different operations in byte or word units.
5. The method for forming according to claim 1, wherein information on a number of cycles consumed by respective types of elements is stored in the hardware library, and
in the second step, the delay element corresponding to a number of cycles consumed by at least one of the plurality of types of elements is added.
6. The method for forming according to claim 1, wherein the plurality of parallel descriptions include a second parallel description that defines a second parallel process including shared processing that is common to at least part of a third parallel process defined by a third parallel description,
in the first step, a shared circuit configuration including at least one of the plurality of types of elements is generated for the shared processing, and
in the second step, the delay element is added to a circuit configuration for executing a difference between the second parallel process and the shared processing as the circuit configuration for executing the first parallel process.
7. An apparatus for forming, in accordance with a definition file, a parallel processing system that includes a plurality of types of elements that operate in parallel,
the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted,
the apparatus comprising:
a first means for generating, based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations for executing the parallel processes defined by the parallel descriptions of the definition file, the circuit configurations including at least one of the plurality of types of elements; and
a second means for adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into a plurality of data inputs of a circuit configuration for executing the first parallel process.
8. The apparatus according to claim 7, wherein the parallel processing system is reconfigurable to different hardware configurations by changing connections between the plurality of types of elements and the hardware configuration information includes information showing a plurality of different hardware configurations.
9. A program product for causing a computer to execute a process for designing, in accordance with a definition file, a system that includes a plurality of types of elements that operate in parallel,
the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted,
the process for designing comprising:
a first step of generating, based on a hardware library in which information on the plurality of types of elements is stored, hardware configuration information including circuit configurations for executing the parallel processes defined by the parallel descriptions of the definition file, the circuit configurations including at least one of the plurality of types of elements; and
a second step of adding a delay element to the hardware configuration information so that data with a same latency from input into the parallel processing system are inputted into a plurality of data inputs of a circuit configuration for executing the first parallel process.
10. A computer-readable recording medium on which a definition file is stored, the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently and in synchronization by a system that includes a plurality of elements that operate in parallel, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted and showing that data with a same latency from input into the system are inputted into the plurality of data inputs.
11. The recording medium according to claim 10, wherein the plurality of parallel descriptions respectively define a plurality of parallel processes to be executed in synchronization with a clock for operations by the plurality of elements.
12. A method of simulating, based on a definition file, a system that includes a plurality of types of elements that operate in parallel,
the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes preformed independently, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted,
the method comprising a step of executing a plurality of parallel processes defined by the definition file in synchronization, wherein in the step of executing, data with a same latency from input in the system are inputted into the plurality of data inputs of the first parallel process.
13. A simulator for simulating, based on a definition file, a system that includes a plurality of types of elements that operate in parallel,
the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes performed independently, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted,
the simulator comprising a means of executing a plurality of parallel processes defined by the definition file in synchronization, wherein in the means of executing, data with a same latency from input in the system are inputted into the plurality of data inputs of the first parallel process.
14. A program product for causing a computer to simulate, based on a definition file, a system that includes a plurality of types of elements that operate in parallel,
the definition file including a plurality of parallel descriptions that respectively define a plurality of parallel processes preformed independently, the plurality of parallel descriptions including a first parallel description showing a first parallel process with a plurality of data inputs including at least one data input into which output data of another parallel process is inputted,
wherein when the computer simulates a step of executing a plurality of parallel processes defined by the definition file in synchronization, data with a same latency from input in the system are inputted into the plurality of data inputs of the first parallel process.
US10/562,767 2003-06-27 2004-06-25 Method for creating parallel processing system Abandoned US20060253836A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/053,835 US8527972B2 (en) 2003-06-27 2011-03-22 Method for forming a parallel processing system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2003185481A JP2005018626A (en) 2003-06-27 2003-06-27 Method for generating parallel processing system
JP2003-185481 2003-06-27
PCT/JP2004/009000 WO2005001723A1 (en) 2003-06-27 2004-06-25 Method for creating parallel processing system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2004/009000 A-371-Of-International WO2005001723A1 (en) 2003-06-27 2004-06-25 Method for creating parallel processing system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/053,835 Continuation US8527972B2 (en) 2003-06-27 2011-03-22 Method for forming a parallel processing system

Publications (1)

Publication Number Publication Date
US20060253836A1 true US20060253836A1 (en) 2006-11-09

Family

ID=33549667

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/562,767 Abandoned US20060253836A1 (en) 2003-06-27 2004-06-25 Method for creating parallel processing system
US13/053,835 Active 2024-06-26 US8527972B2 (en) 2003-06-27 2011-03-22 Method for forming a parallel processing system

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/053,835 Active 2024-06-26 US8527972B2 (en) 2003-06-27 2011-03-22 Method for forming a parallel processing system

Country Status (5)

Country Link
US (2) US20060253836A1 (en)
EP (1) EP1640885A4 (en)
JP (1) JP2005018626A (en)
TW (1) TWI291655B (en)
WO (1) WO2005001723A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080270979A1 (en) * 2007-04-24 2008-10-30 Rapidmind Inc. Methods and systems for using type models to generate an implementation of a type
US20080270972A1 (en) * 2007-04-24 2008-10-30 Rapidmind Inc. Methods for type analysis in systems for code generation
US20160004543A1 (en) * 2013-02-26 2016-01-07 Nec Corporation Parallel processing device, parallel processing method, and parallel processing program storage medium
US20160055114A1 (en) * 2014-08-21 2016-02-25 Infineon Technologies Ag High-speed serial ring

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009102765A2 (en) 2008-02-11 2009-08-20 Nuix North America Inc. Parallelization of electronic discovery document indexing
US9928260B2 (en) 2008-02-11 2018-03-27 Nuix Pty Ltd Systems and methods for scalable delocalized information governance
US9785700B2 (en) 2008-02-11 2017-10-10 Nuix Pty Ltd Systems and methods for load-balancing by secondary processors in parallelized indexing
TWI383617B (en) * 2008-10-31 2013-01-21 Ind Tech Res Inst Communication methods and systems having permutation schemes
JP2011180841A (en) * 2010-03-01 2011-09-15 Ricoh Co Ltd Semiconductor design support apparatus
JP6021342B2 (en) * 2012-02-09 2016-11-09 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Parallelization method, system, and program
US8893080B2 (en) * 2012-08-15 2014-11-18 Telefonaktiebolaget L M Ericsson (Publ) Parallelization of dataflow actors with local state
JP5714622B2 (en) * 2013-02-21 2015-05-07 トヨタ自動車株式会社 Control device
CN104981744B (en) 2013-02-21 2017-06-06 丰田自动车株式会社 The method for designing and control device of control device
JP6249360B2 (en) * 2013-05-17 2017-12-20 国立大学法人 筑波大学 Hardware design apparatus and hardware design program
US10826930B2 (en) 2014-07-22 2020-11-03 Nuix Pty Ltd Systems and methods for parallelized custom data-processing and search
US9710876B2 (en) 2015-01-16 2017-07-18 Intel Corporation Graph-based application programming interface architectures with equivalency classes for enhanced image processing parallelism
US9818166B2 (en) 2015-01-16 2017-11-14 Intel Corporation Graph-based application programming interface architectures with producer/consumer nodes for enhanced image processing parallelism
US11200249B2 (en) 2015-04-16 2021-12-14 Nuix Limited Systems and methods for data indexing with user-side scripting
WO2021130876A1 (en) * 2019-12-24 2021-07-01 太陽誘電株式会社 Generation apparatus, generation method, and program
US20220261901A1 (en) * 2021-02-16 2022-08-18 Exegy Incorporated Methods and Systems for Bettering Market Making at Low Latency

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5708709A (en) * 1995-12-08 1998-01-13 Sun Microsystems, Inc. System and method for managing try-and-buy usage of application programs
US5950173A (en) * 1996-10-25 1999-09-07 Ipf, Inc. System and method for delivering consumer product related information to consumers within retail environments using internet-based information servers and sales agents
US6009525A (en) * 1997-08-29 1999-12-28 Preview Systems, Inc. Multi-tier electronic software distribution
US6088730A (en) * 1997-06-02 2000-07-11 International Business Machines Corporation Methods and apparatus for downloading data between an information processing device and an external device via a wireless communications technique
US6091956A (en) * 1997-06-12 2000-07-18 Hollenberg; Dennis D. Situation information system
US6226776B1 (en) * 1997-09-16 2001-05-01 Synetry Corporation System for converting hardware designs in high-level programming language to hardware implementations
US6243692B1 (en) * 1998-05-22 2001-06-05 Preview Software Secure electronic software packaging using setup-external unlocking module
US20010049636A1 (en) * 2000-04-17 2001-12-06 Amir Hudda System and method for wireless purchases of goods and services
US20010051903A1 (en) * 2000-04-07 2001-12-13 International Business Machines Corporation Personal digital shopping trolley
US20020010759A1 (en) * 1999-12-30 2002-01-24 Hitson Bruce L. System and method for multimedia content composition and distribution
US20020026474A1 (en) * 2000-08-28 2002-02-28 Wang Lawrence C. Thin client for wireless device using java interface
US6363366B1 (en) * 1998-08-31 2002-03-26 David L. Henty Produce identification and pricing system for checkouts
US20020103833A1 (en) * 2001-01-26 2002-08-01 Travis Parry Electronic book kiosk
US20020124238A1 (en) * 2000-08-07 2002-09-05 Paul Metzgen Software-to-hardware compiler
US20020123971A1 (en) * 2000-12-11 2002-09-05 Maritzen L. Michael Method and system of conducting network-based transactions
US20020128859A1 (en) * 1996-10-25 2002-09-12 Perkowski Thomas J. Method of and system for creating and managing UPN/TM/PD/URL data links relating to the consumer products of a manufacturer, and transporting said UPN/TM/PD/URL data links to a central relation database management system (RDBMS) so that consumers can access and use said UPN/TM/PD/URL data links to find consumer product related information resources on the internet which have been referenced by the manufacturer and/or its agents
US20020129170A1 (en) * 2001-03-09 2002-09-12 International Business Machines Corporation Providing kiosk service offerings in a personal area network
US20020181765A1 (en) * 2001-05-31 2002-12-05 Katsuhiko Mori Pattern recognition apparatus for detecting predetermined pattern contained in input signal
US20030037321A1 (en) * 2001-01-29 2003-02-20 Matt Bowen System, method and article of manufacture for extensions in a programming lanauage capable of programming hardware architectures
US20030110094A1 (en) * 2002-07-25 2003-06-12 Sony Corporation System and method for wireless viral software distribution
US20030154466A1 (en) * 2002-02-11 2003-08-14 Snider Gregory S. Method and apparatus for compiling source code to configure hardware
US6625797B1 (en) * 2000-02-10 2003-09-23 Xilinx, Inc. Means and method for compiling high level software languages into algorithmically equivalent hardware representations
US6631391B1 (en) * 1999-04-09 2003-10-07 Fuji Xerox Co., Ltd. Parallel computer system and parallel computing method
US20040088685A1 (en) * 2002-10-31 2004-05-06 Daniel Poznanovic Process for converting programs in high-level programming languages to a unified executable for hybrid computing platforms
US20040261058A1 (en) * 2002-12-17 2004-12-23 Kundert Kenneth S. Method and system for implementing parallel execution in a computing system and in a circuit simulator
US7000213B2 (en) * 2001-01-26 2006-02-14 Northwestern University Method and apparatus for automatically generating hardware from algorithms described in MATLAB

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5933642A (en) * 1995-04-17 1999-08-03 Ricoh Corporation Compiling system and method for reconfigurable computing
TWI234737B (en) * 2001-05-24 2005-06-21 Ip Flex Inc Integrated circuit device
EP1416388A4 (en) * 2001-07-12 2006-02-08 Ip Flex Inc Integrated circuit device

Patent Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5708709A (en) * 1995-12-08 1998-01-13 Sun Microsystems, Inc. System and method for managing try-and-buy usage of application programs
US5950173A (en) * 1996-10-25 1999-09-07 Ipf, Inc. System and method for delivering consumer product related information to consumers within retail environments using internet-based information servers and sales agents
US20020128859A1 (en) * 1996-10-25 2002-09-12 Perkowski Thomas J. Method of and system for creating and managing UPN/TM/PD/URL data links relating to the consumer products of a manufacturer, and transporting said UPN/TM/PD/URL data links to a central relation database management system (RDBMS) so that consumers can access and use said UPN/TM/PD/URL data links to find consumer product related information resources on the internet which have been referenced by the manufacturer and/or its agents
US6088730A (en) * 1997-06-02 2000-07-11 International Business Machines Corporation Methods and apparatus for downloading data between an information processing device and an external device via a wireless communications technique
US6091956A (en) * 1997-06-12 2000-07-18 Hollenberg; Dennis D. Situation information system
US6009525A (en) * 1997-08-29 1999-12-28 Preview Systems, Inc. Multi-tier electronic software distribution
US6226776B1 (en) * 1997-09-16 2001-05-01 Synetry Corporation System for converting hardware designs in high-level programming language to hardware implementations
US6243692B1 (en) * 1998-05-22 2001-06-05 Preview Software Secure electronic software packaging using setup-external unlocking module
US6363366B1 (en) * 1998-08-31 2002-03-26 David L. Henty Produce identification and pricing system for checkouts
US6631391B1 (en) * 1999-04-09 2003-10-07 Fuji Xerox Co., Ltd. Parallel computer system and parallel computing method
US20020010759A1 (en) * 1999-12-30 2002-01-24 Hitson Bruce L. System and method for multimedia content composition and distribution
US6625797B1 (en) * 2000-02-10 2003-09-23 Xilinx, Inc. Means and method for compiling high level software languages into algorithmically equivalent hardware representations
US20010051903A1 (en) * 2000-04-07 2001-12-13 International Business Machines Corporation Personal digital shopping trolley
US20010049636A1 (en) * 2000-04-17 2001-12-06 Amir Hudda System and method for wireless purchases of goods and services
US20020124238A1 (en) * 2000-08-07 2002-09-05 Paul Metzgen Software-to-hardware compiler
US20020026474A1 (en) * 2000-08-28 2002-02-28 Wang Lawrence C. Thin client for wireless device using java interface
US20020123971A1 (en) * 2000-12-11 2002-09-05 Maritzen L. Michael Method and system of conducting network-based transactions
US7000213B2 (en) * 2001-01-26 2006-02-14 Northwestern University Method and apparatus for automatically generating hardware from algorithms described in MATLAB
US20020103833A1 (en) * 2001-01-26 2002-08-01 Travis Parry Electronic book kiosk
US20030037321A1 (en) * 2001-01-29 2003-02-20 Matt Bowen System, method and article of manufacture for extensions in a programming lanauage capable of programming hardware architectures
US20020129170A1 (en) * 2001-03-09 2002-09-12 International Business Machines Corporation Providing kiosk service offerings in a personal area network
US20020181765A1 (en) * 2001-05-31 2002-12-05 Katsuhiko Mori Pattern recognition apparatus for detecting predetermined pattern contained in input signal
US7039233B2 (en) * 2001-05-31 2006-05-02 Canon Kabushiki Kaisha Pattern recognition apparatus for detecting predetermined pattern contained in input signal
US20030154466A1 (en) * 2002-02-11 2003-08-14 Snider Gregory S. Method and apparatus for compiling source code to configure hardware
US6988192B2 (en) * 2002-02-11 2006-01-17 Hewlett-Packard Development Company, L.P. Method and apparatus for compiling source code to configure hardware
US20030110094A1 (en) * 2002-07-25 2003-06-12 Sony Corporation System and method for wireless viral software distribution
US6983456B2 (en) * 2002-10-31 2006-01-03 Src Computers, Inc. Process for converting programs in high-level programming languages to a unified executable for hybrid computing platforms
US20040088685A1 (en) * 2002-10-31 2004-05-06 Daniel Poznanovic Process for converting programs in high-level programming languages to a unified executable for hybrid computing platforms
US20040261058A1 (en) * 2002-12-17 2004-12-23 Kundert Kenneth S. Method and system for implementing parallel execution in a computing system and in a circuit simulator

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080270979A1 (en) * 2007-04-24 2008-10-30 Rapidmind Inc. Methods and systems for using type models to generate an implementation of a type
US20080270972A1 (en) * 2007-04-24 2008-10-30 Rapidmind Inc. Methods for type analysis in systems for code generation
US8286130B2 (en) * 2007-04-24 2012-10-09 Intel Corporation Methods and systems for using type models to generate an implementation of a type
US8286128B2 (en) * 2007-04-24 2012-10-09 Intel Corporation Methods for type analysis in systems for code generation
US8984473B2 (en) 2007-04-24 2015-03-17 Intel Corporation Methods for type analysis in systems for code generation
US20160004543A1 (en) * 2013-02-26 2016-01-07 Nec Corporation Parallel processing device, parallel processing method, and parallel processing program storage medium
US10025603B2 (en) * 2013-02-26 2018-07-17 Nec Corporation Parallel processing device, parallel processing method, and parallel processing program storage medium
US20160055114A1 (en) * 2014-08-21 2016-02-25 Infineon Technologies Ag High-speed serial ring
US9672182B2 (en) * 2014-08-21 2017-06-06 Infineon Technologies Ag High-speed serial ring

Also Published As

Publication number Publication date
EP1640885A4 (en) 2006-09-13
TWI291655B (en) 2007-12-21
TW200508974A (en) 2005-03-01
EP1640885A1 (en) 2006-03-29
WO2005001723A1 (en) 2005-01-06
US8527972B2 (en) 2013-09-03
JP2005018626A (en) 2005-01-20
US20110197047A1 (en) 2011-08-11

Similar Documents

Publication Publication Date Title
US8527972B2 (en) Method for forming a parallel processing system
Coussy et al. GAUT: A High-Level Synthesis Tool for DSP Applications: From C Algorithm to RTL Architecture
EP1766544B1 (en) Execution of hardware description language (hdl) programs
US6496972B1 (en) Method and system for circuit design top level and block optimization
US8671371B1 (en) Systems and methods for configuration of control logic in parallel pipelined hardware
US20070219771A1 (en) Branching and Behavioral Partitioning for a VLIW Processor
US8701069B1 (en) Systems and methods for optimizing allocation of hardware resources to control logic in parallel pipelined hardware
US7318213B2 (en) Apparatus, method and program for behavioral synthesis including loop processing
US8739101B1 (en) Systems and methods for reducing logic switching noise in parallel pipelined hardware
JP5146451B2 (en) Method and apparatus for synchronizing processors of a hardware emulation system
Gajski et al. System design methodologies: aiming at the 100 h design cycle
Zhao et al. Using vivado-HLS for structural design: A NoC case study
US9223910B1 (en) Performance and memory efficient modeling of HDL ports for simulation
JP2006268873A (en) Hardware acceleration system for functional simulation
Malik et al. Synchronizing distributed state machines in a coarse grain reconfigurable architecture
Shahsavani et al. Efficient compilation and mapping of fixed function combinational logic onto digital signal processors targeting neural network inference and utilizing high-level synthesis
JP4276911B2 (en) Arrangement method and arrangement program for circuit elements of integrated circuit
US9355198B1 (en) Method and apparatus for performing late binding of control status registers in a design compilation flow
US20230297349A1 (en) Bandwidth-Aware Computational Graph Mapping
Petry et al. A spectrum of MPSoC models for design space exploration and its use
Gajski System-level design methodology
Nguyen A Modular Design Flow for NoC-embedded FPGAs
Cesário et al. Overlap and frontiers between behavioral and RTL synthesis
Gangrade GPU Based Acceleration of SystemC and Transaction Level Models for MPSOC Simulation
Silva Elastic circuits in FPGA

Legal Events

Date Code Title Description
AS Assignment

Owner name: IPFLEX INC., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HIROSHI, SHIMURA;REEL/FRAME:017331/0764

Effective date: 20060303

AS Assignment

Owner name: FUJI XEROX CO. LTD.,JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IPFLEX INC.;REEL/FRAME:024151/0008

Effective date: 20100203

Owner name: FUJI XEROX CO. LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IPFLEX INC.;REEL/FRAME:024151/0008

Effective date: 20100203

AS Assignment

Owner name: FUJI XEROX CO., LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IPFLEX INC.;REEL/FRAME:025974/0149

Effective date: 20100203

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION