WO2008021024A2 - Multiprocessor architecture with hierarchical processor organization - Google Patents

Multiprocessor architecture with hierarchical processor organization Download PDF

Info

Publication number
WO2008021024A2
WO2008021024A2 PCT/US2007/017347 US2007017347W WO2008021024A2 WO 2008021024 A2 WO2008021024 A2 WO 2008021024A2 US 2007017347 W US2007017347 W US 2007017347W WO 2008021024 A2 WO2008021024 A2 WO 2008021024A2
Authority
WO
WIPO (PCT)
Prior art keywords
operations
processor
slave
processors
senior
Prior art date
Application number
PCT/US2007/017347
Other languages
French (fr)
Other versions
WO2008021024A3 (en
Inventor
Dragos Dudau
Eugene Miloslavsky
Nicolas Cobb
Original Assignee
Mentor Graphics Corporation
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 Mentor Graphics Corporation filed Critical Mentor Graphics Corporation
Priority to JP2009524613A priority Critical patent/JP2010500692A/en
Priority to EP07811051A priority patent/EP2069958A2/en
Publication of WO2008021024A2 publication Critical patent/WO2008021024A2/en
Publication of WO2008021024A3 publication Critical patent/WO2008021024A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5044Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering hardware capabilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8007Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors single instruction multiple data [SIMD] multiprocessors

Definitions

  • the present invention is directed to the distribution of operations from a master computer among one or more different types of slave computers.
  • Various aspects of the invention may be applicable to the distribution of a first type of operation to a first type of slave computing unit, and the distribution of a second type of operation to a second type of slave computing unit.
  • Shifting from single multi-processor computers to multiple networked single- processor computers is particularly useful where the data being processed has parallelism.
  • one portion of the data is independent of another portion of the data. That is, manipulation of a first portion of the data does not require knowledge of or access to a second portion of the data.
  • one single-processor computer can execute an operation on a first portion of the data while another single- processor computer can simultaneously execute another operation on a second portion of the data.
  • one portion of the design such as a semiconductor gate in a first area of a microcircuit
  • another portion of the design such as a wiring line in a second area of the microcircuit.
  • Design analysis operations such as operations defining a minimum width check of a structure, can thus be executed by one computer for the gate while another computer executes the same operations for the wiring line.
  • Various aspects of the invention relate to techniques of more efficiently processing data for a software application using a plurality of computers. As will be discussed in detail below, embodiments of both tools and methods implementing these techniques have particular application for analyzing microdevice design data by distributing operations among different types of single-processor computers in a network.
  • a computing system has a multiprocessor architecture.
  • the processors are hierarchically organized so that one or more slave processors at a senior hierarchical level provide tasks to one or more slave processors at a junior hierarchical level.
  • the slave processors at the junior hierarchical level will have a different operational capability than the slave processors at the senior hierarchical level, such that the junior slave processors can perform some types of operations better than the senior slave processors.
  • the junior slave processors may be capable of executing one or more operations, such as floating point number calculations, significantly faster than the senior slave processors.
  • Various implementations of the invention may additionally include one or more processors at a master hierarchical level, for coordinating the operation of the senior slave processors, and/or one or more processors at an intermediate hierarchical level for managing the cooperation between the senior slave processors and the junior slave processors.
  • a master computing process distributes operation sets among one or more computing processes running on a senior processor.
  • these operation sets may be parallel (that is, the execution of one of the operation sets does not require results obtained from the prior execution of another of the operation sets, and vice versa).
  • each operation set may include operations of the type that are better performed by the junior slave processors.
  • a computing process running on a senior slave processor will begin executing operations in the operation set.
  • the senior slave computing process identifies one or more operations of the type better performed by the junior slave processor, it provides this operation or operations to a junior slave processor running on a second type of computing device. After the junior computing process executes its assigned operation or operations, it returns the results to the senior computing process to complete the execution of the operation set.
  • FIG. 1 is a schematic diagram of a computer that may be employed by various embodiments of the invention.
  • FIG. 2 is a schematic diagram of a processor unit for a computer that may be employed by various embodiments of the invention.
  • FIG. 3 schematically illustrates an example of a computing system with a hierarchical processor arrangement according to various embodiments of the invention.
  • FIGs. 4A-4C and Figs. 5 A and 5B illustrate flowcharts describing the operation of the computing system shown in Fig. 3 according to various embodiments of the invention.
  • Fig. 6 illustrates a chart showing an estimated improvement in operation speed that would be obtained with different computing system configurations according to various embodiments of the invention.
  • FIG. 7 illustrates another example of a computing system with a hierarchical processor arrangement according to various embodiments of the invention.
  • FIG. 8 illustrates yet another example of a computing system with a hierarchical processor arrangement according to various embodiments of the invention.
  • Various embodiments of the invention relate to tools and methods for distributing operations among multiple networked computing devices for execution. Accordingly, to better facilitate an understanding of the invention, an example of a computing device that may be employed in a network made up of a master computer linked to a plurality of different slave computers will be discussed.
  • FIG. 1 An illustrative example of a computing device 101 that may be used to implement various embodiments of the invention therefore is illustrated in Figure 1.
  • the computing device 101 has a computing unit 103.
  • the computing unit 103 typically includes a processor unit 105 and a system memory 107.
  • the processor unit 105 may be any type of processing device for executing software instructions, but will conventionally be a microprocessor device.
  • the system memory 107 may include both a read-only memory (ROM) 109 and a random access memory (RAM) 111.
  • ROM read-only memory
  • RAM random access memory
  • both the read-only memory (ROM) 109 and the random access memory (RAM) 111 may store software instructions for execution by the processor unit 105.
  • FIG. 1 illustrates an example of a multi-core processor unit 105 that may be employed with various embodiments of the invention.
  • the processor unit 105 includes a plurality of processor cores 201.
  • Each processor core 201 includes a computing engine 203 and a memory cache 205.
  • a computing engine contains logic devices for performing various computing functions, such as fetching software instructions and then performing the actions specified in the fetched instructions.
  • Each computing engine 203 may then use its corresponding memory cache 205 to quickly store and retrieve data and/or instructions for execution.
  • Each processor core 201 is connected to an interconnect 207.
  • the particular construction of the interconnect 207 may vary depending upon the architecture of the processor unit 201. With some processor units 201 , such as the Cell microprocessor created by Sony Corporation, Toshiba Corporation and IBM Corporation, the interconnect 207 may be implemented as an interconnect bus. With other processor units 201, however, such as the OpteronTM and AthlonTM dual-core processors available from Advanced Micro Devices of Sunnyvale, California, the interconnect 207 may be implemented as a system request interface device. In any case, the processor cores 201 communicate through the interconnect 207 with an input/output interfaces 209 and a memory controller 211.
  • the input/output interface 209 provides a communication interface between the processor unit 201 and the bus 113.
  • the memory controller 211 controls the exchange of information between the processor unit 201 and the system memory 107.
  • the processor units 201 may include additional components, such as a high- level cache memory accessible shared by the processor cores 201.
  • FIG. 2 shows one illustration of a processor unit 201 that may be employed by some embodiments of the invention, it should be appreciated that this illustration is representative only, and is not intended to be limiting.
  • various embodiments of the invention may employ a computing device with a Cell processor.
  • the Cell processor employs multiple input/output interfaces 209 and multiple memory controllers 211.
  • the Cell processor has nine different processor cores 201 of different types. More particularly, it has six or more synergistic processor elements (SPEs) and a power processor element (PPE).
  • SPEs synergistic processor elements
  • PPE power processor element
  • Each synergistic processor element has a vector-type computing engine 203 with 128 x 128 bit registers, four single-precision floating point computational units, four integer computational units, and a 256KB local store memory that stores both instructions and data.
  • the power processor element then controls that tasks performed by the synergistic processor elements. Because of its configuration, the Cell processor can perform some mathematical operations, such as the calculation of fast Fourier transforms (FFTs), at substantially higher speeds than conventional processor units 105.
  • FFTs fast Fourier transforms
  • the computing unit 103 will be directly or indirectly connected to one or more network interfaces 115 for communicating with other devices in a network as will be discussed in further detail below.
  • the network interface 115 translates data and control signals from the computing unit 103 into network messages according to one or more communication protocols, such as the transmission control protocol (TCP), the user datagram protocol (UDP), and the Internet protocol (IP).
  • TCP transmission control protocol
  • UDP user datagram protocol
  • IP Internet protocol
  • An interface 123 may employ any suitable connection agent (or combination of agents) for connecting to a network, including, for example, a wireless transceiver, a modem, or an Ethernet connection.
  • the connection agent may employ any desired medium, such as radio frequency transmissions, an optical cable, or conductive wires.
  • the processing unit 105 and the system memory 107 are connected, either directly or indirectly, through a bus 113 or alternate communication structure, to one or more peripheral devices.
  • the processing unit 105 or the system memory 107 may be directly or indirectly connected to one or more additional memory storage devices, such as a magnetic hard disk drive 1 17 or a removable magnetic optical disk drive 119.
  • the computing device 101 may include additional or alternate memory storage devices, such as or a magnetic disk drive (not shown) or a flash memory card (not shown).
  • the processing unit 105 and the system memory 107 also may be directly or indirectly connected to one or more input devices 121 and one or more output devices 123.
  • the input devices 121 may include, for example, a keyboard and a pointing device (such as a mouse, touchpad, digitizer, trackball, or joystick).
  • the output devices 123 may include, for example, a display monitor and a printer.
  • peripheral devices may be housed with the computing unit 103 and bus 113. Alternately or additionally, one or more of these peripheral devices may be housed separately from the computing unit 103 and bus 113, and then connected (either directly or indirectly) to the bus 113. Also, it should be appreciated that a computing device 101 employed according to various embodiments of the invention may include any of the components illustrated in Figure 1, may include only a subset of the components illustrated in Figure 1, or may include an alternate combination of components from those shown in Figure 1, including some components that are not shown in Figure 1.
  • various aspects of the invention relate to the execution of sets of operations by a computing system with a multiprocessor architecture. Accordingly, different embodiments of the invention can be employed with a variety of different types of software applications. Some embodiments of the invention, however, may be particularly useful in running software applications that perform operations for simulating, verifying or modifying design data representing a microdevice, such as a microcircuit.
  • Designing and fabricating microcircuit devices involve many steps during a 'design flow' process. These steps are highly dependent on the type of microcircuit, the complexity, the design team, and the microcircuit fabricator or foundry. Several steps are common to all design flows: first a design specification is modeled logically, typically in a hardware design language (HDL). Software and hardware "tools" then verify the design at various stages of the design flow by running software simulators and/or hardware emulators, and errors are corrected.
  • HDL hardware design language
  • the physical design data may represent, for example, the geometric pattern that will be written onto a mask used to fabricate the desired microcircuit device in a photolithographic process at a foundry. It is very important that the physical design information accurately embody the design specification and logical design for proper operation of the device. Further, because the physical design data is employed to create masks used at a foundry, the data must conform to foundry requirements. Each foundry specifies its own physical design parameters for compliance with their process, equipment, and techniques. Accordingly, the design flow may include a design rule check process. During this process, the physical layout of the circuit design is compared with design rules. In addition to rules specified by the foundry, the design rule check process may also check the physical layout of the circuit design against other design rules, such as those obtained from test chips, knowledge in the industry, etc.
  • RET resolution enhancement techniques
  • OPC optical proximity correction
  • SRAF sub- resolution assist features
  • the design of a new integrated circuit may include the interconnection of millions of transistors, resistors, capacitors, or other electrical structures into logic circuits, memory circuits, programmable field arrays, and other circuit devices.
  • transistors resistors, capacitors, or other electrical structures into logic circuits, memory circuits, programmable field arrays, and other circuit devices.
  • cells typically referred to as "cells.”
  • all of the transistors making up a memory circuit for storing a single bit may be categorized into a single "bit memory” cell.
  • the group of transistors making up a single-bit memory circuit can thus collectively be referred to and manipulated as a single unit.
  • the design data describing a larger 16-bit memory register circuit can be categorized into a single cell. This higher level "register cell” might then include sixteen bit memory cells, together with the design data describing other miscellaneous circuitry, such as an input/output circuit for transferring data into and out of each of the bit memory cells.
  • the design data describing a 128kB memory array can then be concisely described as a combination of only 64,000 register cells, together with the design data describing its own miscellaneous circuitry, such as an input/output circuit for transferring data into and out of each of the register cells.
  • microcircuit design data By categorizing microcircuit design data into hierarchical cells, large data structures can be processed more quickly and efficiently. For example, a circuit designer typically will analyze a design to ensure that each circuit feature described in the design complies with design rules specified by the foundry that will manufacture microcircuits from the design. With the above example, instead of having to analyze each feature in the entire 128kB memory array, a design rule check process can analyze the features in a single bit cell. The results of the check will then be applicable to all of the single bit cells.
  • the design rule check process then can complete the analysis of a register cell simply by analyzing the features of its additional miscellaneous circuitry (which may itself be made of up one or more hierarchical cells). The results of this check will then be applicable to all of the register cells.
  • the design rule check software application can complete the analysis of the entire 128kB memory array simply by analyzing the features of the additional miscellaneous circuitry in the memory array. Thus, the analysis of a large data structure can be compressed into the analyses of a relatively small number of cells making up the data structure.
  • the data making up a circuit design may also have parallelism. That is, some portions of a microcircuit design may be independent from other portions of the design. For example, a cell containing design data for a 16 bit comparator will be independent of the register cell. While a "higher" cell may include both a comparator cell and a register cell, one cell does not include the other cell. Instead, the data in these two lower cells are parallel. Because these cells are parallel, the same design rule check operation can be performed on both cells simultaneously without conflict. Thus, in a multi-processor computer running multiple computing threads, a first computing thread can thus execute a design rule check operation on the register cell while a separate, second computing thread executes the same design rule check operation on the comparator cell.
  • a microcircuit analysis software application also may have a hierarchical organization with parallelism.
  • a software application that implements a design rule check operations for the physical layout data of a microcircuit design will be described.
  • this type of software tool performs operations on the data that defines the geometric features of the microcircuit. For example, a transistor gate is created at the intersection of a region of polysilicon material and a region of diffusion material.
  • the physical layout design data used to form a transistor gate in a lithographic process will be made up of a polygon in a layer of polysilicon material and an overlapping polygon in a layer of diffusion material.
  • microcircuit physical design data will include two different types of data: "drawn layer” design data and "derived layer” design data.
  • the drawn layer data describes polygons drawn in the layers of material that will form the microcircuit.
  • the drawn layer data will usually include polygons in metal layers, diffusion layers, and polysilicon layers.
  • the derived layers will then include features made up of combinations of drawn layer data and other derived layer data. For example, with the transistor gate described above, the derived layer design data describing the gate will be derived from the intersection of a polygon in the polysilicon material layer and a polygon in the diffusion material layer.
  • a design rule check software application will perform two types of operations: “check” operations that confirm whether design data values comply with specified parameters, and “derivation” operations that create derived layer data.
  • check operations that confirm whether design data values comply with specified parameters
  • derivation operations that create derived layer data.
  • transistor gate design data may be created by the following derivation operation:
  • a check operation will then define a parameter or a parameter range for a data design value. For example, a user may want to ensure that no metal wiring line is within a micron of another wiring line. This type of analysis may be performed by the following check operation:
  • the results of this operation will identify each polygon in the metal layer design data that are closer than one micron to another polygon in the metal layer design data.
  • check operations may be performed on derived layer data as well. For example, if a user wanted to confirm that no transistor gate is located within one micron of another gate, the design rule check process might include the following check operation:
  • Optical proximity correction (OPC) operations are one category of example of simulation and verification operations that will typically be executed using floating point number computations.
  • optical proximity correction includes the modification of a physical layout of a circuit design to improve the reproduction accuracy of the layout during a lithographic process.
  • optical proximity correction as used herein will also include the modification of the physical layout to improve the robustness of the lithographic process for, e.g., printing isolated features and/or features at abrupt proximity transitions.
  • the polygon edges of the physical layout are divided into small segments. These segments are then moved, and additional small polygons may be added to the physical layout at strategic locations.
  • the lithographic process is then simulated to determine whether the image that would be created by the modified or "corrected" layout would be better than the image created that would be created by previous modifications to the layout image. This process is then iteratively repeated until a modified layout the simulation and verification tool generates a modified layout that will produce a satisfactory image resolution during an actual lithographic process.
  • optical proximity correction techniques are classified as either rule-based or model-based.
  • rule-based optical proximity correction the layout modifications are generated based upon specific rules. For example, small serifs may be automatically added to each convex (i.e., outwardly-pointing) 90° corner in the layout.
  • Model-based optical proximity correction generally will be significantly more complex than rule-based optical proximity correction.
  • model-based optical proximity correction lithographic process data obtained from test layouts are used to create mathematical models of the lithographic patterning behavior. Using an appropriate model, the simulation and verification tool will then calculate the image that wall be created by a corrected layout during the lithographic process.
  • the layout features undergoing correction then are iteratively manipulated until the image for the layout (calculated using the model) is sufficiently close to the desired layout image.
  • some model-based optical proximity correction algorithms may require the simulation of multiple lithographic process effects by a calculating a weighted sum of pre-simulated results for edges and comers.
  • An example of an optical proximity correction algorithm is described in "Fast Optical and Process Proximity Correction Algorithms for Integrated Circuit Manufacturing," by Nick Cobb (Ph.D. Thesis), University of California, Berkeley, 1998.
  • Obtaining a simulated lithographic image may involve modeling the lithographic light source as a plurality of separate coherent light sources arranged at different angles. For each such coherent light source, a simulated image is obtained by calculating a fast Fourier transform (FFT) to model the operation of the lens used in the lithographic process. These simulated images are then summed to obtain the image that would be produced by the lithographic process.
  • FFT fast Fourier transform
  • FIG. 3 illustrates a hierarchical processor computing system 301 according to various embodiments of the invention.
  • this hierarchical processor computing system 301 may be employed to efficiently implement a simulation and verification tool that calculates both integral number computations and floating point number computations.
  • the hierarchical processor computing system 301 includes a master computing module 303, and a plurality of senior slave computing modules 305A-305 ⁇ .
  • the hierarchical processor computing system 301 also includes a dispatcher computing module 307 and a plurality of junior slave computing modules 309A-309 ⁇ .
  • each of the senior slave computing modules 305A-305 ⁇ may be implemented by a computer, such as computing device 101, using one or more processor units 103.
  • each of the senior slave computing modules 3O5A-3O5 ⁇ may be implemented by a conventional server computer using a conventional single-core processor, such as the OpteronTM single-core processor available from Advanced Micro Devices of Sunnyvale, California.
  • one or more of the senior slave computing modules 3O5A-3O5 ⁇ may be implemented by a server computer having multiple single-core processors.
  • a single server computer 101 may have multiple OpteronTM single-core processors. Each OpteronTM single-core processor can then be used to implement an instance of a senior slave computing module 305.
  • Still other implementations of the invention may employ computers with multi-core processors, with each processor or, alternatively, each core being used to implement an instantiation of a senior slave computing module 305.
  • a computing device 101 may employ a single OpteronTM dual-core processor to implement a single instantiation of a senior slave computing module 305.
  • a computing device 101 may use a single OpteronTM dual-core processor to implement two separate instantiations of a senior slave computing module 305 (i.e., a separate instantiation being implemented by each core of the OpteronTM dual-core processor).
  • a computing device 101 used to implement multiple instantiations of a senior slave computing module 305 may have a plurality of single- core processors, multi-core processors, or some combination thereof.
  • each of the master computing module 303 and the dispatcher computing module 307 may be implemented by a separate computing device 101 from the senior slave computing modules 305A-305 ⁇ .
  • the master computing module 303 may be implemented by a computing device 101 having a single OpteronTM single- core processor or OpteronTM dual-core processor.
  • the dispatcher computing module 307 may then be implemented by another computing device 101 having a single OpteronTM single-core processor or OpteronTM dual-core processor.
  • one or both of the master computing module 303 and the dispatcher computing module 307 may be implemented using the same computing device 101 or processor unit 201 as a senior slave computing module 305.
  • the master computing module 303 may be implemented by a multiprocessor computing device.
  • One processor unit 201 can be used to run an instantiation of the master computing module 303, while the remaining processor units 201 can then each be used to implement an instantiation of a senior slave computing module 305.
  • a single core in a multi-core processor unit 201 may be used to run an instantiation of the master computing module 303, while the remaining cores can then each be used to implement an instantiation of a senior slave computing module 305.
  • the master computing module 303, the dispatcher computing module 307 or both may even share single-core processor unit 201 (or a single core of a multi-core processor unit 201) with one or more instantiations of a senior slave computing module 305 using, for example, multi-threading technology.
  • each of the junior slave computing modules 309A-309 ⁇ may be implemented by a computer, such as computing device 101, using one or more processor units 103 that have a different functional capability from the processor units 103 used to implement the senior slave computing modules 305 A- 305 ⁇ .
  • the senior slave computing modules 305 A- 305 ⁇ may be implemented using some type of OpteronTM processor available from Advanced Micro Devices.
  • this type of processor is configured to perform integral number computations more quickly than floating point number computations.
  • one or more of the junior slave computing modules 309A-309 ⁇ may be implemented using a Cell processor available from International Business Machines Corporation of Armonk, New York.
  • this type of processor is configured to perform floating point number computations more quickly than the OpteronTM processor.
  • Each of the master computing module 303, senior slave computing modules 305A- 305 ⁇ , dispatcher computing module 307, and the junior slave computing modules 309A-309 ⁇ may be a computing process created using some variation of the Unix operation system, some variation of the Microsoft Windows operating system available from Microsoft Corporation of Redmond, Washington, or some combination of both.
  • any software operating system or combination of software operating systems can be used to implement any of the master computing module 303, senior slave computing modules 305A-305 ⁇ , dispatcher computing module 307, and the junior slave computing modules 309A-309 ⁇ .
  • each of the master computing module 303, senior slave computing modules 3O5A-305 ⁇ , dispatcher computing module 307, and the junior slave computing modules 309A-309 ⁇ are interconnected through a network 311.
  • the network 311 may use any communication protocol, such as the well-known Transmission Control Protocol (TCP) and Internet Protocol (IP).
  • TCP Transmission Control Protocol
  • IP Internet Protocol
  • the network 311 may be a wired network using conventional conductive wires, a wireless network (using, for example radio frequency or infrared frequency signals as a medium), an optical cable network, or some combination thereof. It should be appreciated, however, that the communication rate across the network 311 should be sufficiently fast so as not to delay the operation of the computing modules 303-309.
  • each of the master computing module 303 and the senior slave computing modules 305A-305 ⁇ initiates an instance of the target software application that will be run on the hierarchical processor computing system 301.
  • some examples of the invention may be used to run a simulation and verification software application for analyzing and modifying microcircuit designs.
  • some embodiments of the invention may be used to run the CALIBRE microcircuit design analysis software application available from Mentor Graphics Corporation of Wilsonville, Oregon.
  • step 403 the master computing module 303 initiates the operation of the dispatcher computing module 307.
  • the operation of the dispatcher computing module 307 may be started manually by a user.
  • the dispatcher computing module 307 has each of the junior slave computing modules 309A-309 ⁇ initiate an instance of the target software application in step 405.
  • step 407 When each of the senior slave computing modules 305A-305 ⁇ is ready to begin running an instantiation of the target software application, it reports its readiness and its network address to the master computing module 303 in step 407. Similarly, in step 409, when each of the junior slave computing modules 309A-309 ⁇ is ready to begin running an instantiation of the target software application, it reports its readiness and its network address to the dispatcher computing module 307. When each of the junior slave computing modules 309A-309 ⁇ has reported its readiness and network address to the dispatcher computing module 307, in step 41 1 the dispatcher computing module 307 reports it readiness and network address to master computing module 303.
  • the master computing module 303 provides the network address of the dispatcher computing module 307 to each of the senior slave computing modules 305A-305 ⁇ in step 413.
  • the master computing module 303 begins assigning sets of operations to individual senior slave computing modules 305A-305 ⁇ for execution. More particularly, the master computing module 303 will access the next set of operations that are to be performed by the target software application. It provides this operation set to the next available senior slave computing module 305, together with the relevant data required to perform the operation set. This process is repeated until all of the senior slave computing modules 305A-305 ⁇ are occupied (or until there are no further operations to be executed).
  • the operation of the senior slave computing modules 305A-305 ⁇ , the dispatcher computing module 307 and the junior slave computing modules 309A-309 ⁇ with now be discussed with regard to the flowchart shown in Figs. 5A-5B.
  • a senior slave computing module 305 executes operations in the operation set that are of a first type better suited to execution by a senior slave computing module 305.
  • the senior slave computing modules 305A-305 ⁇ may be implemented using processor units 201 that execute integral number computations more efficiently than floating point number computations. Accordingly, if the operation set includes operations that primarily involve integral number computations, such as design rule check operations, then these operations will be performed by the a senior slave computing module 305 to which they have been assigned by the master computing module 303.
  • the senior slave computing module 305 identifies one or more operations in the operation that are of a second type better suited to execution by a junior slave computing module 309.
  • the junior slave computing modules 309A-309 ⁇ may be implemented using processor units 201 that execute floating point number computations more efficiently than the processor units 201 used to implement the senior slave computing modules 305A-305 ⁇ . Accordingly, if the operation set includes operations that primarily involve floating point number computations, such as optical proximity correction operations or optical proximity correction verification operations, then these operations will be identified by the senior slave computing module 305 to which they have been assigned by the master computing module 303.
  • step 505 the senior slave computing module 305 sends an inquiry to the dispatcher computing module 307 for the network address of an available junior slave computing module 309.
  • the dispatcher computing module 307 sends the senior slave computing module 305 the network address of a junior slave computing module 309 that is not currently occupied performing other operations in step 507.
  • the dispatcher computing module 307 may select available junior slave computing modules 309 A- 309 ⁇ using any desired algorithm, such as a round-robin algorithm.
  • step 509 start transfers the identified operations of the second type to the available junior slave computing module 309 for execution.
  • the junior slave computing module 309 then executes the transferred operations in step 511, and returns the results of executing the transferred operations back to the senior slave computing module 305 in step 513.
  • the senior slave computing module 305 may wait indefinitely for the results from the junior slave computing module 309. With other examples of the invention, however, the senior slave computing module 305 may only wait a threshold time period for the results from the junior slave computing module 309. After this time period expires, the senior slave computing module 305 may begin executing the transferred operations itself, on the assumption that the junior slave computing module 309 has failed and will never return the operation results.
  • the senior slave computing module 305 may simply wait in an idle mode for the results from the junior slave computing module 309. With other examples of the invention, however, the senior slave computing module 305 may employ multi-tasking techniques to begin executing a second operation set assigned by the master computing module 303 while waiting for the results from the junior slave computing module 309 to complete the execution of the first operation set.
  • Steps 501 -511 are repeated until all of the operations in the operation set have been performed. Once all of the operations in the operation set have been performed, then the senior slave computing module 305 returns the results obtained from performing the operation set to master computing module 303 in step 515. [62] Returning now to Fig. 4, in step 417 the master computing module 303 receives the operation results from the senior slave computing module 305. In step 419, the master computing module 303 determines if there are any more operations sets that need to be executed. If so, then steps 415 and 417 are repeated for the next operation set. If there are no more operations that need to be executed, then the process ends.
  • the Cell microprocessor may be approximately 100 times faster for performing some operations, such as image simulation operations used for optical proximity control, than a conventional OpteronTM processor.
  • the Cell processor may be slower (e.g., only 0.9 times as fast) as a conventional OpteronTM processor for other types of operations, such as design rule check operations.
  • processor units 201 By employing different types of processor units 201 in a computing system 301, and then matching each operation to the type of processor unit 201 best suited to execute that operation, various implementations of the invention can execute the operations of a process much faster than a homogenous-processor computing system.
  • the ratio of senior slave computing modules 305A-305 ⁇ to junior slave computing modules 309A-309 ⁇ may depend upon the types of operations that are expected to be performed by the computing system 301.
  • some embodiments of the invention may implement a computing system 301 that uses OpteronTM processors and Cell processors to perform simulation and verification operations including image simulation operations.
  • Fig. 6 illustrates the estimated increase in speed that may be obtained for different ratios of simulation/non-simulation operations, based upon the number of Cell processors employed in the computing system 301.
  • the y-axis of this figure illustrates the ratio of the estimated runtime of a typical integrated circuit design analysis process with an embodiment of the invention to the estimated runtime of that integrated circuit design analysis process on a conventional distributed processing system, while the x-axis then corresponds to the number of Cell processor employed in the computing system 301. Each curve then corresponds to a ratio of floating point number operations to integral number operations in the analysis process.
  • FIG. 3 illustrates one example of a hierarchical processor computing system that may be implemented according to various embodiments of the invention
  • Fig. 7 illustrates a computing system 701 that includes a second master computing module 703 and a second set of senior slave computing modules 705A-705 ⁇ .
  • the second master computing module 703 and a second set of senior slave computing modules 705A-705 ⁇ share the user of the dispatcher computing module 307 and the junior slave computing modules 309A-309 ⁇ .
  • This type arrangement may be useful where, for example, the processor units 201 used to implement the junior slave computing modules 309A-309 ⁇ are relatively expensive and/or sparsely used, and are to be shared among two or more sets of master computing modules senior slave computing modules.
  • FIG. 8 illustrates a computing system 801 that omits the dispatcher computing module 307 altogether. Instead, each senior slave computing module 305 is assigned the exclusive use of a corresponding junior slave computing module 309.
  • This type configuration may be useful where, for example, the processor units 201 used to implement the junior slave computing modules 309A-309 ⁇ are relatively inexpensive and/or are so frequently used that the optimum number of junior slave computing modules 309A-309 ⁇ needed to obtain a desired operating speed would match the number of senior slave computing modules 305A-305 ⁇ .
  • the processor units 201 used to implement the junior slave computing modules 309A-309 ⁇ are relatively inexpensive and/or are so frequently used that the optimum number of junior slave computing modules 309A-309 ⁇ needed to obtain a desired operating speed would match the number of senior slave computing modules 305A-305 ⁇ .
  • still other configurations using a hierarchical arrangement of different types of processors will be apparent to those of ordinary skill in the art.

Abstract

A computing system is provided that has a multiprocessor architecture. The processors are hierarchically organized so that one or more slave processors at a senior hierarchical level provide tasks to one or more slave processors at a junior hierarchical level. Further, the slave processors at the junior hierarchical level will have a different functional capability than the slave processors at the senior hierarchical level, such that the junior slave processors can perform some types of operations better than the senior slave processors. A master computing process distributes operation sets among one or more computing processes running on a processor at the senior hierarchical level, which will begin executing operations in the operation set. When a process running at the senior hierarchical level identifies one or more operations of the type better performed by a processor at the junior hierarchical level, it provides this operation or operations to a process running on a processor at the junior hierarchical level. After the process running at the junior hierarchical level executes its assigned operation or operations, it returns the results to the process running at the senior hierarchical level to complete the execution of the operation set.

Description

MULTIPROCESSOR ARCHITECTURE WITH HIERARCHICAL PROCESSOR ORGANIZATION
Field of the Invention
[01] The present invention is directed to the distribution of operations from a master computer among one or more different types of slave computers. Various aspects of the invention may be applicable to the distribution of a first type of operation to a first type of slave computing unit, and the distribution of a second type of operation to a second type of slave computing unit.
Background of the Invention
[02] Many software applications can be efficiently run on a single-processor computer. In some instances, however, running a software application may require the execution of so many operations that it cannot be sequentially executed on a single-processor computer in an economical amount of time. For example, microdevice design process software applications may require the execution of a hundred thousand or more operations on hundreds of thousands or even millions of input data values. In order to run this type of software application more quickly, computers were developed that employed multiple processors capable of simultaneously using multiple processing threads. While these computers can execute complex software applications more quickly than single-processor computers, these multi-processor computers are very expensive to purchase and maintain. With multi-processor computers, the processors execute numerous operations simultaneously, so they must employ specialized operating systems to coordinate the concurrent execution of related operations. Further, because its multiple processors may simultaneously seek access to the computer's resources, such as memory, the bus structure and physical layout of a multi-processor computer is inherently more complex than a single processor computer.
[03] In view of the difficulties and expense involved with large multi-processor computers, networks of linked, single-processor computers have become a popular alternative to using a single multi-processor computer. The cost of conventional single-processor computers, such as personal computers, has dropped significantly in the last few years. Moreover, techniques for linking the operation of multiple single-processor computers into a network have become more sophisticated and reliable. Accordingly, multi-million dollar, multi-processor computers are now typically being replaced with networks or "farms" of relatively simple and low-cost single processor computers.
[04] Shifting from single multi-processor computers to multiple networked single- processor computers is particularly useful where the data being processed has parallelism. With this type of data, one portion of the data is independent of another portion of the data. That is, manipulation of a first portion of the data does not require knowledge of or access to a second portion of the data. Thus, one single-processor computer can execute an operation on a first portion of the data while another single- processor computer can simultaneously execute another operation on a second portion of the data. By using multiple computers to simultaneously execute operations on different groups of data, i.e., in "parallel," large amounts of data can be processed quickly.
[05] Accordingly, the use of multiple single-processor computers to execute parallel operations can be very beneficial for analyzing microdevice design data. With this type of data, one portion of the design, such as a semiconductor gate in a first area of a microcircuit, may be completely independent from another portion of the design, such as a wiring line in a second area of the microcircuit. Design analysis operations, such as operations defining a minimum width check of a structure, can thus be executed by one computer for the gate while another computer executes the same operations for the wiring line.
[06] While the use of multiple networked single-processor computers has substantially improved the processing efficiency of software applications that operate on parallel data, many software applications still may require a large amount of time to execute. For example, even when using multiple single-processor computers, it may take a design analysis software application several hours or even days to fully analyze a very large integrated circuit design. Thus, improvements in the speed and operating efficiency of computing systems that employ multiple single-processor computers are continuously being sought. Summary of the Invention
[07] Various aspects of the invention relate to techniques of more efficiently processing data for a software application using a plurality of computers. As will be discussed in detail below, embodiments of both tools and methods implementing these techniques have particular application for analyzing microdevice design data by distributing operations among different types of single-processor computers in a network.
[08] According to various embodiments of the invention, a computing system is provided that has a multiprocessor architecture. The processors are hierarchically organized so that one or more slave processors at a senior hierarchical level provide tasks to one or more slave processors at a junior hierarchical level. Further, the slave processors at the junior hierarchical level will have a different operational capability than the slave processors at the senior hierarchical level, such that the junior slave processors can perform some types of operations better than the senior slave processors. With some embodiments of the invention, for example, the junior slave processors may be capable of executing one or more operations, such as floating point number calculations, significantly faster than the senior slave processors. Various implementations of the invention may additionally include one or more processors at a master hierarchical level, for coordinating the operation of the senior slave processors, and/or one or more processors at an intermediate hierarchical level for managing the cooperation between the senior slave processors and the junior slave processors.
[09] With different embodiments of the invention, a master computing process distributes operation sets among one or more computing processes running on a senior processor. With some implementations of the invention, these operation sets may be parallel (that is, the execution of one of the operation sets does not require results obtained from the prior execution of another of the operation sets, and vice versa). Further, each operation set may include operations of the type that are better performed by the junior slave processors. With various examples of the invention, a computing process running on a senior slave processor will begin executing operations in the operation set. When the senior slave computing process identifies one or more operations of the type better performed by the junior slave processor, it provides this operation or operations to a junior slave processor running on a second type of computing device. After the junior computing process executes its assigned operation or operations, it returns the results to the senior computing process to complete the execution of the operation set.
[10] These and other features and aspects of the invention will be apparent upon consideration of the following detailed description.
Brief Description of the Drawings
[11] Fig. 1 is a schematic diagram of a computer that may be employed by various embodiments of the invention.
[12] Fig. 2 is a schematic diagram of a processor unit for a computer that may be employed by various embodiments of the invention.
[13] Fig. 3 schematically illustrates an example of a computing system with a hierarchical processor arrangement according to various embodiments of the invention.
[14] Figs. 4A-4C and Figs. 5 A and 5B illustrate flowcharts describing the operation of the computing system shown in Fig. 3 according to various embodiments of the invention.
[15] Fig. 6 illustrates a chart showing an estimated improvement in operation speed that would be obtained with different computing system configurations according to various embodiments of the invention.
[16] Fig. 7 illustrates another example of a computing system with a hierarchical processor arrangement according to various embodiments of the invention.
[17] Fig. 8 illustrates yet another example of a computing system with a hierarchical processor arrangement according to various embodiments of the invention.
Detailed Description of Preferred Embodiments
Introduction
[18] Various embodiments of the invention relate to tools and methods for distributing operations among multiple networked computing devices for execution. Accordingly, to better facilitate an understanding of the invention, an example of a computing device that may be employed in a network made up of a master computer linked to a plurality of different slave computers will be discussed.
Exemplary Operating Environment
[19] As will be appreciated by those of ordinary skill in the art, various examples of the invention will be implemented using a plurality of programmable computing devices, each capable of executing software instructions. Accordingly, the components and operation of a generic programmable computer system of the type that might be employed by various embodiments of the invention will first be described with reference to Figure 1.
[20] An illustrative example of a computing device 101 that may be used to implement various embodiments of the invention therefore is illustrated in Figure 1. As seen in this figure, the computing device 101 has a computing unit 103. The computing unit 103 typically includes a processor unit 105 and a system memory 107. The processor unit 105 may be any type of processing device for executing software instructions, but will conventionally be a microprocessor device. The system memory 107 may include both a read-only memory (ROM) 109 and a random access memory (RAM) 111. As will be appreciated by those of ordinary skill in the art, both the read-only memory (ROM) 109 and the random access memory (RAM) 111 may store software instructions for execution by the processor unit 105.
[21] As will be discussed in more detail below, some implementations of the invention may employ computing devices 101 with a processing unit 105 having more than one processor core. Accordingly, Figure 2 illustrates an example of a multi-core processor unit 105 that may be employed with various embodiments of the invention. As seen in this figure, the processor unit 105 includes a plurality of processor cores 201. Each processor core 201 includes a computing engine 203 and a memory cache 205. As known to those of ordinary skill in the art, a computing engine contains logic devices for performing various computing functions, such as fetching software instructions and then performing the actions specified in the fetched instructions. These actions may include, for example, adding, subtracting, multiplying, and comparing numbers, performing logical operations such as AND, OR, NOR and XOR, and retrieving data. Each computing engine 203 may then use its corresponding memory cache 205 to quickly store and retrieve data and/or instructions for execution.
[22 J Each processor core 201 is connected to an interconnect 207. The particular construction of the interconnect 207 may vary depending upon the architecture of the processor unit 201. With some processor units 201 , such as the Cell microprocessor created by Sony Corporation, Toshiba Corporation and IBM Corporation, the interconnect 207 may be implemented as an interconnect bus. With other processor units 201, however, such as the Opteron™ and Athlon™ dual-core processors available from Advanced Micro Devices of Sunnyvale, California, the interconnect 207 may be implemented as a system request interface device. In any case, the processor cores 201 communicate through the interconnect 207 with an input/output interfaces 209 and a memory controller 211. The input/output interface 209 provides a communication interface between the processor unit 201 and the bus 113. Similarly, the memory controller 211 controls the exchange of information between the processor unit 201 and the system memory 107. With some implementations of the invention, the processor units 201 may include additional components, such as a high- level cache memory accessible shared by the processor cores 201.
[23] While Figure 2 shows one illustration of a processor unit 201 that may be employed by some embodiments of the invention, it should be appreciated that this illustration is representative only, and is not intended to be limiting. For example, as will be discussed in more detail below, various embodiments of the invention may employ a computing device with a Cell processor. The Cell processor employs multiple input/output interfaces 209 and multiple memory controllers 211. Also, the Cell processor has nine different processor cores 201 of different types. More particularly, it has six or more synergistic processor elements (SPEs) and a power processor element (PPE). Each synergistic processor element has a vector-type computing engine 203 with 128 x 128 bit registers, four single-precision floating point computational units, four integer computational units, and a 256KB local store memory that stores both instructions and data. The power processor element then controls that tasks performed by the synergistic processor elements. Because of its configuration, the Cell processor can perform some mathematical operations, such as the calculation of fast Fourier transforms (FFTs), at substantially higher speeds than conventional processor units 105.
[24] Returning now to the example of the computing device 101 shown in Figure 1, the computing unit 103 will be directly or indirectly connected to one or more network interfaces 115 for communicating with other devices in a network as will be discussed in further detail below. The network interface 115 translates data and control signals from the computing unit 103 into network messages according to one or more communication protocols, such as the transmission control protocol (TCP), the user datagram protocol (UDP), and the Internet protocol (IP). These and other conventional communication protocols are well known in the art, and thus will not be discussed here in more detail. An interface 123 may employ any suitable connection agent (or combination of agents) for connecting to a network, including, for example, a wireless transceiver, a modem, or an Ethernet connection. Also, the connection agent may employ any desired medium, such as radio frequency transmissions, an optical cable, or conductive wires.
[25] The processing unit 105 and the system memory 107 are connected, either directly or indirectly, through a bus 113 or alternate communication structure, to one or more peripheral devices. For example, the processing unit 105 or the system memory 107 may be directly or indirectly connected to one or more additional memory storage devices, such as a magnetic hard disk drive 1 17 or a removable magnetic optical disk drive 119. Of course, the computing device 101 may include additional or alternate memory storage devices, such as or a magnetic disk drive (not shown) or a flash memory card (not shown). The processing unit 105 and the system memory 107 also may be directly or indirectly connected to one or more input devices 121 and one or more output devices 123. The input devices 121 may include, for example, a keyboard and a pointing device (such as a mouse, touchpad, digitizer, trackball, or joystick). The output devices 123 may include, for example, a display monitor and a printer.
[26] It should be appreciated that one or more of these peripheral devices may be housed with the computing unit 103 and bus 113. Alternately or additionally, one or more of these peripheral devices may be housed separately from the computing unit 103 and bus 113, and then connected (either directly or indirectly) to the bus 113. Also, it should be appreciated that a computing device 101 employed according to various embodiments of the invention may include any of the components illustrated in Figure 1, may include only a subset of the components illustrated in Figure 1, or may include an alternate combination of components from those shown in Figure 1, including some components that are not shown in Figure 1.
[27] It also should be appreciated that the description of the computer 101 is provided as an example only, and it not intended to suggest any limitation as to the scope of use or functionality of alternate embodiments of the invention.
Operation Sets
[28] As previously noted, various aspects of the invention relate to the execution of sets of operations by a computing system with a multiprocessor architecture. Accordingly, different embodiments of the invention can be employed with a variety of different types of software applications. Some embodiments of the invention, however, may be particularly useful in running software applications that perform operations for simulating, verifying or modifying design data representing a microdevice, such as a microcircuit. Designing and fabricating microcircuit devices involve many steps during a 'design flow' process. These steps are highly dependent on the type of microcircuit, the complexity, the design team, and the microcircuit fabricator or foundry. Several steps are common to all design flows: first a design specification is modeled logically, typically in a hardware design language (HDL). Software and hardware "tools" then verify the design at various stages of the design flow by running software simulators and/or hardware emulators, and errors are corrected.
[29] After the logical design is deemed satisfactory, it is converted into physical design data by synthesis software. The physical design data may represent, for example, the geometric pattern that will be written onto a mask used to fabricate the desired microcircuit device in a photolithographic process at a foundry. It is very important that the physical design information accurately embody the design specification and logical design for proper operation of the device. Further, because the physical design data is employed to create masks used at a foundry, the data must conform to foundry requirements. Each foundry specifies its own physical design parameters for compliance with their process, equipment, and techniques. Accordingly, the design flow may include a design rule check process. During this process, the physical layout of the circuit design is compared with design rules. In addition to rules specified by the foundry, the design rule check process may also check the physical layout of the circuit design against other design rules, such as those obtained from test chips, knowledge in the industry, etc.
[30] Once a designer has used a verification software application to verify that the physical layout of the circuit design complies with the design rules, the designer may then modify the physical layout of the circuit design to improve the resolution of the image that the physical layout will produce during a photolithography process. These resolution enhancement techniques (RET) may include, for example, modifying the physical layout using optical proximity correction (OPC) or by the addition of sub- resolution assist features (SRAF). Once the physical layout of the circuit design has been modified using resolution enhancement techniques, then a design rule check may be performed on the modified layout, and the process repeated until a desired degree of resolution is obtained. Examples of such simulation and verification tools are described in U.S. Patent No. 6,230,299 to McSherry et al., issued May 8, 2001, U.S. Patent No. 6,249,903 to McSherry et al., issued June 19, 2001, U.S. Patent No. 6,339,836 to Eisenhofer et al., issued January 15, 2002, U.S. Patent No. 6,397,372 to Bozkus et al., issued May 28, 2002, U.S. Patent No. 6,415,421 to Anderson et al., issued July 2, 2002, and U.S. Patent No. 6,425,113 to Anderson et al., issued July 23, 2002, each of which are incorporated entirely herein by reference.
[31] The design of a new integrated circuit may include the interconnection of millions of transistors, resistors, capacitors, or other electrical structures into logic circuits, memory circuits, programmable field arrays, and other circuit devices. In order to allow a computer to more easily create and analyze these large data structures (and to allow human users to better understand these data structures), they are often hierarchically organized into smaller data structures, typically referred to as "cells." Thus, for a microprocessor or flash memory design, all of the transistors making up a memory circuit for storing a single bit may be categorized into a single "bit memory" cell. Rather than having to enumerate each transistor individually, the group of transistors making up a single-bit memory circuit can thus collectively be referred to and manipulated as a single unit. Similarly, the design data describing a larger 16-bit memory register circuit can be categorized into a single cell. This higher level "register cell" might then include sixteen bit memory cells, together with the design data describing other miscellaneous circuitry, such as an input/output circuit for transferring data into and out of each of the bit memory cells. Similarly, the design data describing a 128kB memory array can then be concisely described as a combination of only 64,000 register cells, together with the design data describing its own miscellaneous circuitry, such as an input/output circuit for transferring data into and out of each of the register cells.
[32] By categorizing microcircuit design data into hierarchical cells, large data structures can be processed more quickly and efficiently. For example, a circuit designer typically will analyze a design to ensure that each circuit feature described in the design complies with design rules specified by the foundry that will manufacture microcircuits from the design. With the above example, instead of having to analyze each feature in the entire 128kB memory array, a design rule check process can analyze the features in a single bit cell. The results of the check will then be applicable to all of the single bit cells. Once it has confirmed that one instance of the single bit cells complies with the design rules, the design rule check process then can complete the analysis of a register cell simply by analyzing the features of its additional miscellaneous circuitry (which may itself be made of up one or more hierarchical cells). The results of this check will then be applicable to all of the register cells. Once it has confirmed that one instance of the register cells complies with the design rules, the design rule check software application can complete the analysis of the entire 128kB memory array simply by analyzing the features of the additional miscellaneous circuitry in the memory array. Thus, the analysis of a large data structure can be compressed into the analyses of a relatively small number of cells making up the data structure.
[33] In addition to a hierarchical organization, the data making up a circuit design may also have parallelism. That is, some portions of a microcircuit design may be independent from other portions of the design. For example, a cell containing design data for a 16 bit comparator will be independent of the register cell. While a "higher" cell may include both a comparator cell and a register cell, one cell does not include the other cell. Instead, the data in these two lower cells are parallel. Because these cells are parallel, the same design rule check operation can be performed on both cells simultaneously without conflict. Thus, in a multi-processor computer running multiple computing threads, a first computing thread can thus execute a design rule check operation on the register cell while a separate, second computing thread executes the same design rule check operation on the comparator cell.
[34] Like process data, operations performed by a microcircuit analysis software application also may have a hierarchical organization with parallelism. To illustrate an example of operation parallelism, a software application that implements a design rule check operations for the physical layout data of a microcircuit design will be described. As previously noted, this type of software tool performs operations on the data that defines the geometric features of the microcircuit. For example, a transistor gate is created at the intersection of a region of polysilicon material and a region of diffusion material. Accordingly, the physical layout design data used to form a transistor gate in a lithographic process will be made up of a polygon in a layer of polysilicon material and an overlapping polygon in a layer of diffusion material.
[35] Typically, microcircuit physical design data will include two different types of data: "drawn layer" design data and "derived layer" design data. The drawn layer data describes polygons drawn in the layers of material that will form the microcircuit. The drawn layer data will usually include polygons in metal layers, diffusion layers, and polysilicon layers. The derived layers will then include features made up of combinations of drawn layer data and other derived layer data. For example, with the transistor gate described above, the derived layer design data describing the gate will be derived from the intersection of a polygon in the polysilicon material layer and a polygon in the diffusion material layer.
[36] Typically, a design rule check software application will perform two types of operations: "check" operations that confirm whether design data values comply with specified parameters, and "derivation" operations that create derived layer data. For example, transistor gate design data may be created by the following derivation operation:
gate = diff AND poly
The results of this operation will identify all intersections of diffusion layer polygons with polysilicon layer polygons. Likewise, a p-type transistor gate, formed by doping the diffusion layer with n-type material, is identified by the following derivation operation:
pgate = nwell AND gate
The results of this operation then will identify all transistor gates (i.e., intersections of diffusion layer polygons with polysilicon layer polygons) where the polygons in the diffusion layer have been doped with n-type material.
[37] A check operation will then define a parameter or a parameter range for a data design value. For example, a user may want to ensure that no metal wiring line is within a micron of another wiring line. This type of analysis may be performed by the following check operation:
external metal < 1
The results of this operation will identify each polygon in the metal layer design data that are closer than one micron to another polygon in the metal layer design data.
[38] Also, while the above operation employs drawn layer data, check operations may be performed on derived layer data as well. For example, if a user wanted to confirm that no transistor gate is located within one micron of another gate, the design rule check process might include the following check operation:
external gate < 1
The results of this operation will identify all gate design data representing gates that are positioned less than one micron from another gate. It should be appreciated, however, that this check operation cannot be performed until a derivation operation identifying the gates from the drawn layer design data has been performed.
[39] Many simulation and verification operations may be performed by using integral number computations. For example, the design rule check operations discussed above can be performed using integral number computations. Some simulation and verification operations, however, are more efficiently performed using floating point number computations. Optical proximity correction (OPC) operations are one category of example of simulation and verification operations that will typically be executed using floating point number computations.
[40] As microcircuits have evolved to include smaller and smaller features, many circuit designs now include call for features that are smaller than the light wavelength that will be used to create those features during a lithographic process. This type of subwavelength imaging often creates distortions during the lithographic process, however. To address these distortions, correction algorithms are employed to modify the physical layout of the circuit design, as noted above. This process is generally called optical proximity correction (OPC). Thus, as used herein, the term optical proximity correction includes the modification of a physical layout of a circuit design to improve the reproduction accuracy of the layout during a lithographic process. In addition, however, the term optical proximity correction as used herein will also include the modification of the physical layout to improve the robustness of the lithographic process for, e.g., printing isolated features and/or features at abrupt proximity transitions.
[41] During optical proximity correction, the polygon edges of the physical layout are divided into small segments. These segments are then moved, and additional small polygons may be added to the physical layout at strategic locations. The lithographic process is then simulated to determine whether the image that would be created by the modified or "corrected" layout would be better than the image created that would be created by previous modifications to the layout image. This process is then iteratively repeated until a modified layout the simulation and verification tool generates a modified layout that will produce a satisfactory image resolution during an actual lithographic process.
[42] Typically, optical proximity correction techniques are classified as either rule-based or model-based. With rule-based optical proximity correction, the layout modifications are generated based upon specific rules. For example, small serifs may be automatically added to each convex (i.e., outwardly-pointing) 90° corner in the layout. Model-based optical proximity correction generally will be significantly more complex than rule-based optical proximity correction. With model-based optical proximity correction, lithographic process data obtained from test layouts are used to create mathematical models of the lithographic patterning behavior. Using an appropriate model, the simulation and verification tool will then calculate the image that wall be created by a corrected layout during the lithographic process. The layout features undergoing correction then are iteratively manipulated until the image for the layout (calculated using the model) is sufficiently close to the desired layout image. Thus, some model-based optical proximity correction algorithms may require the simulation of multiple lithographic process effects by a calculating a weighted sum of pre-simulated results for edges and comers. An example of an optical proximity correction algorithm is described in "Fast Optical and Process Proximity Correction Algorithms for Integrated Circuit Manufacturing," by Nick Cobb (Ph.D. Thesis), University of California, Berkeley, 1998.
[43] As will be appreciated by those of ordinary skill in the art, performing a rule-based optical proximity correction process is computationally more intensive than performing a design rule check, and performing a model-based optical proximity correction is even more so. Further, the computations required for the optical proximity correction process are more sophisticated than the computations that usually would be employed in a design rule check process. Obtaining a simulated lithographic image, for example, may involve modeling the lithographic light source as a plurality of separate coherent light sources arranged at different angles. For each such coherent light source, a simulated image is obtained by calculating a fast Fourier transform (FFT) to model the operation of the lens used in the lithographic process. These simulated images are then summed to obtain the image that would be produced by the lithographic process. These operations generally are more efficiently performed using floating point calculations than integral number calculations. Similarly, operations that verify optical proximity corrections generally are more efficiently performed using floating point calculations than integral number calculations.
[44] As a result, conventional computing systems have difficulty implementing conventional simulation and verification tools, since they may use both integral number computations for processes such as design rule checks, and floating point number computations for processes such as optical proximity correction techniques. Even if a computing system employs a network of multiple single-processor computers, the processors employed used in the computing will typically be better suited, to integral number computations than floating point number computations. Thus, they may efficiently implement the processes that employ integral number computations. When these computer systems begin to implement processes that employ floating point number computations, however, their operation may become unacceptably slow.
Structure OfA Hierarchical Processor Computing System
[45] Figure 3 illustrates a hierarchical processor computing system 301 according to various embodiments of the invention. As will be discussed in more detail below, this hierarchical processor computing system 301 may be employed to efficiently implement a simulation and verification tool that calculates both integral number computations and floating point number computations. As seen in Figure 3, the hierarchical processor computing system 301 includes a master computing module 303, and a plurality of senior slave computing modules 305A-305α. The hierarchical processor computing system 301 also includes a dispatcher computing module 307 and a plurality of junior slave computing modules 309A-309β.
[461 With various implementations of the invention, each of the senior slave computing modules 305A-305α may be implemented by a computer, such as computing device 101, using one or more processor units 103. For example, with some embodiments of the invention, each of the senior slave computing modules 3O5A-3O5α may be implemented by a conventional server computer using a conventional single-core processor, such as the Opteron™ single-core processor available from Advanced Micro Devices of Sunnyvale, California. With still other implementations of the invention, one or more of the senior slave computing modules 3O5A-3O5α may be implemented by a server computer having multiple single-core processors. For example, with some embodiments of the invention, a single server computer 101 may have multiple Opteron™ single-core processors. Each Opteron™ single-core processor can then be used to implement an instance of a senior slave computing module 305.
[47] Still other implementations of the invention may employ computers with multi-core processors, with each processor or, alternatively, each core being used to implement an instantiation of a senior slave computing module 305. For example, with some embodiments of the invention, a computing device 101 may employ a single Opteron™ dual-core processor to implement a single instantiation of a senior slave computing module 305. With still other embodiments of the invention, however, a computing device 101 may use a single Opteron™ dual-core processor to implement two separate instantiations of a senior slave computing module 305 (i.e., a separate instantiation being implemented by each core of the Opteron™ dual-core processor). Of course, as previously noted, a computing device 101 used to implement multiple instantiations of a senior slave computing module 305 may have a plurality of single- core processors, multi-core processors, or some combination thereof.
[48] With various embodiments of the invention, each of the master computing module 303 and the dispatcher computing module 307 may be implemented by a separate computing device 101 from the senior slave computing modules 305A-305α. For example, with some embodiments of the invention, the master computing module 303 may be implemented by a computing device 101 having a single Opteron™ single- core processor or Opteron™ dual-core processor. The dispatcher computing module 307 may then be implemented by another computing device 101 having a single Opteron™ single-core processor or Opteron™ dual-core processor. With still other embodiments of the invention, one or both of the master computing module 303 and the dispatcher computing module 307 may be implemented using the same computing device 101 or processor unit 201 as a senior slave computing module 305.
[49] For example, the master computing module 303 may be implemented by a multiprocessor computing device. One processor unit 201 can be used to run an instantiation of the master computing module 303, while the remaining processor units 201 can then each be used to implement an instantiation of a senior slave computing module 305. Alternately, a single core in a multi-core processor unit 201 may be used to run an instantiation of the master computing module 303, while the remaining cores can then each be used to implement an instantiation of a senior slave computing module 305. With some embodiments of the invention, the master computing module 303, the dispatcher computing module 307 or both may even share single-core processor unit 201 (or a single core of a multi-core processor unit 201) with one or more instantiations of a senior slave computing module 305 using, for example, multi-threading technology. [50] With various examples of the invention, each of the junior slave computing modules 309A-309β may be implemented by a computer, such as computing device 101, using one or more processor units 103 that have a different functional capability from the processor units 103 used to implement the senior slave computing modules 305 A- 305α. For example, as previously noted, the senior slave computing modules 305 A- 305α may be implemented using some type of Opteron™ processor available from Advanced Micro Devices. As known in the art, this type of processor is configured to perform integral number computations more quickly than floating point number computations. Accordingly, with various embodiments of the invention, one or more of the junior slave computing modules 309A-309β may be implemented using a Cell processor available from International Business Machines Corporation of Armonk, New York. As discussed in detail above, this type of processor is configured to perform floating point number computations more quickly than the Opteron™ processor.
[51] Each of the master computing module 303, senior slave computing modules 305A- 305α, dispatcher computing module 307, and the junior slave computing modules 309A-309β may be a computing process created using some variation of the Unix operation system, some variation of the Microsoft Windows operating system available from Microsoft Corporation of Redmond, Washington, or some combination of both. Of course, it should be appreciated that, with still other embodiments of the invention, any software operating system or combination of software operating systems can be used to implement any of the master computing module 303, senior slave computing modules 305A-305α, dispatcher computing module 307, and the junior slave computing modules 309A-309β.
[52] With various examples of the invention, each of the master computing module 303, senior slave computing modules 3O5A-305α, dispatcher computing module 307, and the junior slave computing modules 309A-309β are interconnected through a network 311. The network 311 may use any communication protocol, such as the well-known Transmission Control Protocol (TCP) and Internet Protocol (IP). The network 311 may be a wired network using conventional conductive wires, a wireless network (using, for example radio frequency or infrared frequency signals as a medium), an optical cable network, or some combination thereof. It should be appreciated, however, that the communication rate across the network 311 should be sufficiently fast so as not to delay the operation of the computing modules 303-309.
Operation OfA Hierarchical Processor Computing System
[S3] The operation of the hierarchical processor computing system 301 according to various embodiments of the invention will now be discussed with reference to the flowcharts shown in Figs. 4A-4C and Fig. 5. Initially, in step 401 , each of the master computing module 303 and the senior slave computing modules 305A-305α, initiates an instance of the target software application that will be run on the hierarchical processor computing system 301. As previously noted, some examples of the invention may be used to run a simulation and verification software application for analyzing and modifying microcircuit designs. For example, some embodiments of the invention may be used to run the CALIBRE microcircuit design analysis software application available from Mentor Graphics Corporation of Wilsonville, Oregon. Next, in step 403, the master computing module 303 initiates the operation of the dispatcher computing module 307. With some alternate embodiments of the invention, however, the operation of the dispatcher computing module 307 may be started manually by a user. In turn, the dispatcher computing module 307 has each of the junior slave computing modules 309A-309β initiate an instance of the target software application in step 405.
[54] When each of the senior slave computing modules 305A-305α is ready to begin running an instantiation of the target software application, it reports its readiness and its network address to the master computing module 303 in step 407. Similarly, in step 409, when each of the junior slave computing modules 309A-309β is ready to begin running an instantiation of the target software application, it reports its readiness and its network address to the dispatcher computing module 307. When each of the junior slave computing modules 309A-309β has reported its readiness and network address to the dispatcher computing module 307, in step 41 1 the dispatcher computing module 307 reports it readiness and network address to master computing module 303. In turn, the master computing module 303 provides the network address of the dispatcher computing module 307 to each of the senior slave computing modules 305A-305α in step 413. [55] Next, in step 415, the master computing module 303 begins assigning sets of operations to individual senior slave computing modules 305A-305α for execution. More particularly, the master computing module 303 will access the next set of operations that are to be performed by the target software application. It provides this operation set to the next available senior slave computing module 305, together with the relevant data required to perform the operation set. This process is repeated until all of the senior slave computing modules 305A-305α are occupied (or until there are no further operations to be executed). The operation of the senior slave computing modules 305A-305α, the dispatcher computing module 307 and the junior slave computing modules 309A-309β with now be discussed with regard to the flowchart shown in Figs. 5A-5B.
[56] In step 501, a senior slave computing module 305 executes operations in the operation set that are of a first type better suited to execution by a senior slave computing module 305. For example, as previously noted, the senior slave computing modules 305A-305α may be implemented using processor units 201 that execute integral number computations more efficiently than floating point number computations. Accordingly, if the operation set includes operations that primarily involve integral number computations, such as design rule check operations, then these operations will be performed by the a senior slave computing module 305 to which they have been assigned by the master computing module 303.
[57] Next, in step 503, the senior slave computing module 305 identifies one or more operations in the operation that are of a second type better suited to execution by a junior slave computing module 309. For example, as previously noted, the junior slave computing modules 309A-309β may be implemented using processor units 201 that execute floating point number computations more efficiently than the processor units 201 used to implement the senior slave computing modules 305A-305α. Accordingly, if the operation set includes operations that primarily involve floating point number computations, such as optical proximity correction operations or optical proximity correction verification operations, then these operations will be identified by the senior slave computing module 305 to which they have been assigned by the master computing module 303. [58] In response to identifying one or more operations in the operation that are of a second type better suited to execution by a junior slave computing module 309, in step 505 the senior slave computing module 305 sends an inquiry to the dispatcher computing module 307 for the network address of an available junior slave computing module 309. In response, the dispatcher computing module 307 sends the senior slave computing module 305 the network address of a junior slave computing module 309 that is not currently occupied performing other operations in step 507. The dispatcher computing module 307 may select available junior slave computing modules 309 A- 309β using any desired algorithm, such as a round-robin algorithm.
[59] Next, in step 509, start transfers the identified operations of the second type to the available junior slave computing module 309 for execution. The junior slave computing module 309 then executes the transferred operations in step 511, and returns the results of executing the transferred operations back to the senior slave computing module 305 in step 513. With various examples of the invention, the senior slave computing module 305 may wait indefinitely for the results from the junior slave computing module 309. With other examples of the invention, however, the senior slave computing module 305 may only wait a threshold time period for the results from the junior slave computing module 309. After this time period expires, the senior slave computing module 305 may begin executing the transferred operations itself, on the assumption that the junior slave computing module 309 has failed and will never return the operation results.
[60] Also, with some examples of the invention, the senior slave computing module 305 may simply wait in an idle mode for the results from the junior slave computing module 309. With other examples of the invention, however, the senior slave computing module 305 may employ multi-tasking techniques to begin executing a second operation set assigned by the master computing module 303 while waiting for the results from the junior slave computing module 309 to complete the execution of the first operation set.
[61] Steps 501 -511 are repeated until all of the operations in the operation set have been performed. Once all of the operations in the operation set have been performed, then the senior slave computing module 305 returns the results obtained from performing the operation set to master computing module 303 in step 515. [62] Returning now to Fig. 4, in step 417 the master computing module 303 receives the operation results from the senior slave computing module 305. In step 419, the master computing module 303 determines if there are any more operations sets that need to be executed. If so, then steps 415 and 417 are repeated for the next operation set. If there are no more operations that need to be executed, then the process ends.
[63] As will be appreciated from the foregoing description, it will be apparent that various examples of the invention using a hierarchical processor arrangement offer significantly faster execution times than conventional multi-processor computing systems. For example, with design circuit simulation and verification software applications, the Cell microprocessor may be approximately 100 times faster for performing some operations, such as image simulation operations used for optical proximity control, than a conventional Opteron™ processor. On the other hand, the Cell processor may be slower (e.g., only 0.9 times as fast) as a conventional Opteron™ processor for other types of operations, such as design rule check operations. By employing different types of processor units 201 in a computing system 301, and then matching each operation to the type of processor unit 201 best suited to execute that operation, various implementations of the invention can execute the operations of a process much faster than a homogenous-processor computing system.
[64] It should be appreciated that the ratio of senior slave computing modules 305A-305α to junior slave computing modules 309A-309β may depend upon the types of operations that are expected to be performed by the computing system 301. For example, as discussed in detail above, some embodiments of the invention may implement a computing system 301 that uses Opteron™ processors and Cell processors to perform simulation and verification operations including image simulation operations. Fig. 6 illustrates the estimated increase in speed that may be obtained for different ratios of simulation/non-simulation operations, based upon the number of Cell processors employed in the computing system 301. More particularly, the y-axis of this figure illustrates the ratio of the estimated runtime of a typical integrated circuit design analysis process with an embodiment of the invention to the estimated runtime of that integrated circuit design analysis process on a conventional distributed processing system, while the x-axis then corresponds to the number of Cell processor employed in the computing system 301. Each curve then corresponds to a ratio of floating point number operations to integral number operations in the analysis process.
Alternate Computing Systems
[65] While Fig. 3 illustrates one example of a hierarchical processor computing system that may be implemented according to various embodiments of the invention, it will be appreciated that a variety of other computing systems can be implemented according to alternate embodiments of the invention. For example, Fig. 7 illustrates a computing system 701 that includes a second master computing module 703 and a second set of senior slave computing modules 705A-705α. As shown in this figure, the second master computing module 703 and a second set of senior slave computing modules 705A-705α share the user of the dispatcher computing module 307 and the junior slave computing modules 309A-309β. This type arrangement may be useful where, for example, the processor units 201 used to implement the junior slave computing modules 309A-309β are relatively expensive and/or sparsely used, and are to be shared among two or more sets of master computing modules senior slave computing modules.
[66] Fig. 8, on the other hand, illustrates a computing system 801 that omits the dispatcher computing module 307 altogether. Instead, each senior slave computing module 305 is assigned the exclusive use of a corresponding junior slave computing module 309. This type configuration may be useful where, for example, the processor units 201 used to implement the junior slave computing modules 309A-309β are relatively inexpensive and/or are so frequently used that the optimum number of junior slave computing modules 309A-309β needed to obtain a desired operating speed would match the number of senior slave computing modules 305A-305α. Of course, still other configurations using a hierarchical arrangement of different types of processors will be apparent to those of ordinary skill in the art.
Conclusion
[67] Although the invention has been defined using the appended claims, these claims are exemplary in that the invention may be intended to include the elements and steps described herein in any combination or sub combination. Accordingly, there are any number of alternative combinations for defining the invention, which incorporate one or more elements from the specification, including the description, claims, and drawings, in various combinations or sub combinations. It will be apparent to those skilled in the relevant technology, in light of the present specification, that alternate combinations of aspects of the invention, either alone or in combination with one or more elements or steps defined herein, may be utilized as modifications or alterations of the invention or as part of the invention, and the written description of the invention contained herein is intended to cover all such modifications and alterations.

Claims

ClaimsWhat is claimed is:
1. A method of executing operations, comprising: receiving an operation set at a master process, the first operation set including one or more operations to be performed; transferring the operation set from the master process to a first slave process executing on a processor of a first processor type; transferring at least one operation in the operation set from the first slave process to a second slave process executing on a processor of a second processor type executing the at least one operation by the second slave process to produce operation results; and transferring the operation results from the second slave process to the first slave process.
2. The method of executing operations recited in claim 1, wherein processors of the first processor type are optimized to perform a first category of operations.
3. The method of executing operations recited in claim 2, wherein the first category of operations includes integer number calculations.
4. The method of executing operations recited in claim 1, wherein processors of the second processor type are optimized to perform a second category of operations.
5. The method of executing operations recited in claim 4, wherein the second category of operations includes floating point number calculations.
6. The method of executing operations recited in claim 1, wherein the operation set includes a first operation and a second operation; and further comprising transferring the first operation to the second slave process, and using the operation results to execute the second operation by the first slave process.
7. The method of executing operations recited in claim 6, wherein the first operation includes instructions to calculate a fast Fourier transform.
8. The method of executing operations recited in claim 1, further comprising: receiving a second operation set at the master process, the second operation set including one or more second operations to be performed; transferring the second operation set from the master process to a third slave process executing on a second processor of the first processor type.
9. The method of executing operations recited in claim 8, further comprising transferring at least one second operation in the second operation set from the third slave process to a fourth slave process executing on a second processor of the second processor type; and executing the second operation by the fourth slave process to produce second operation results.
10. The method of executing operations recited in claim 8, further comprising transferring at least one second operation in the second operation set from the third slave process to the second slave process; and executing the second operation by the second slave process to produce second operation results.
11. A computing system, comprising: a plurality of first slave processors of a first processor type; a plurality of second slave processors of a second processor type different from the first processor type, each of the second slave processors being configured to execute operations provided by a first slave processor; and a master process module configured to distribute operations to the first slave processors for execution.
12. The computing system recited in claim 11, wherein wherein processors of the first processor type are optimized to perform a first category of operations.
13. The computing system recited in claim 12, wherein the first category of operations includes integer number calculations.
14. The computing system recited in claim 11, wherein processors of the second processor type are optimized to perform a second category of operations.
15. The computing system recited in claim 14, wherein the second category of operations includes floating point number calculations.
16. The computing system recited in claim 1 1, further comprising a dispatcher module configured to monitor an availability of each of the second type of processors; and report the availability of each of the second type of processors to the first type of processors.
PCT/US2007/017347 2006-08-13 2007-08-03 Multiprocessor architecture with hierarchical processor organization WO2008021024A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2009524613A JP2010500692A (en) 2006-08-13 2007-08-03 Multiprocessor architecture with hierarchical processor structure
EP07811051A EP2069958A2 (en) 2006-08-13 2007-08-03 Multiprocessor architecture with hierarchical processor organization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US82224706P 2006-08-13 2006-08-13
US60/822,247 2006-08-13

Publications (2)

Publication Number Publication Date
WO2008021024A2 true WO2008021024A2 (en) 2008-02-21
WO2008021024A3 WO2008021024A3 (en) 2008-05-15

Family

ID=39082534

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2007/017347 WO2008021024A2 (en) 2006-08-13 2007-08-03 Multiprocessor architecture with hierarchical processor organization

Country Status (4)

Country Link
EP (1) EP2069958A2 (en)
JP (1) JP2010500692A (en)
CN (1) CN101523381A (en)
WO (1) WO2008021024A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009223371A (en) * 2008-03-13 2009-10-01 Nec Corp Computer link method and system
US7873937B2 (en) 2003-10-07 2011-01-18 Asml Netherlands B.V. System and method for lithography simulation
FR2984557A1 (en) * 2011-12-20 2013-06-21 IFP Energies Nouvelles SYSTEM AND METHOD FOR PREDICTING THE EMISSIONS OF POLLUTANTS OF A VEHICLE WITH SIMULTANEOUS CALCULATIONS OF CHEMICAL KINETICS AND EMISSIONS
WO2013114236A1 (en) * 2012-01-30 2013-08-08 International Business Machines Corporation Full exploitation of parallel processors for data processing

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9141631B2 (en) 2012-04-16 2015-09-22 International Business Machines Corporation Table boundary detection in data blocks for compression

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0627682A1 (en) * 1993-06-04 1994-12-07 Sun Microsystems, Inc. Floating-point processor for a high performance three dimensional graphics accelerator
EP0715257A1 (en) * 1994-11-30 1996-06-05 Bull S.A. Tool for assisting the load balancing of a distributed application

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2704663B1 (en) * 1993-04-29 1995-06-23 Sgs Thomson Microelectronics Method and device for determining the composition of an integrated circuit.
US5682323A (en) * 1995-03-06 1997-10-28 Lsi Logic Corporation System and method for performing optical proximity correction on macrocell libraries
JP3981238B2 (en) * 1999-12-27 2007-09-26 富士通株式会社 Information processing device
US6703167B2 (en) * 2001-04-18 2004-03-09 Lacour Patrick Joseph Prioritizing the application of resolution enhancement techniques
US20040083475A1 (en) * 2002-10-25 2004-04-29 Mentor Graphics Corp. Distribution of operations to remote computers
JP2006155187A (en) * 2004-11-29 2006-06-15 Sony Corp Information processing system, information processor and processing method, storage medium and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0627682A1 (en) * 1993-06-04 1994-12-07 Sun Microsystems, Inc. Floating-point processor for a high performance three dimensional graphics accelerator
EP0715257A1 (en) * 1994-11-30 1996-06-05 Bull S.A. Tool for assisting the load balancing of a distributed application

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
FRANCOIS CHAROT ET AL: "Toward Hardware Building Blocks for Software-Only Real-Time Video Processing: The MOVIE Approach" IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, IEEE SERVICE CENTER, PISCATAWAY, NJ, US, vol. 9, no. 6, September 1999 (1999-09), XP011014605 ISSN: 1051-8215 *
S. CHOI ET AL: "Hierarchical heterogeneous multiprocessor system for real-time motion picture coding" VISUAL COMMUNICATIONS AND IMAGE PROCESSING '94, [Online] September 1994 (1994-09), pages 1777-1787, XP002472128 Retrieved from the Internet: URL:http://spiedl.aip.org/getpdf/servlet/G etPDFServlet?filetype=pdf&id=PSISDG0023080 00001001777000001&idtype=cvips&prog=normal GetPDFServlet (application/pdf Object)> [retrieved on 2008-02-03] *
SHU D B ET AL: "A multiple-level heterogeneous architecture for image understanding" PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON PATTERN RECOGNITION. ATLANTIC CITY, JUNE 16 - 21, 1990. CONFERENCE A : COMPUTER VISION AND CONFERENCE B : PATTERN RECOGNITION SYSTEMS AND APPLICATIONS, LOS ALAMITOS, IEEE COMP. SOC. PRESS, US, vol. VOL. 1 CONF. 10, 16 June 1990 (1990-06-16), pages 629-634, XP010020506 ISBN: 0-8186-2062-5 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8516405B2 (en) 2003-10-07 2013-08-20 Asml Netherlands B.V. System and method for lithography simulation
US7873937B2 (en) 2003-10-07 2011-01-18 Asml Netherlands B.V. System and method for lithography simulation
US8209640B2 (en) 2003-10-07 2012-06-26 Asml Netherlands B.V. System and method for lithography simulation
US8893067B2 (en) 2003-10-07 2014-11-18 Asml Netherlands B.V. System and method for lithography simulation
JP2009223371A (en) * 2008-03-13 2009-10-01 Nec Corp Computer link method and system
US8595337B2 (en) 2008-03-13 2013-11-26 Nec Corporation Computer link method and computer system
FR2984557A1 (en) * 2011-12-20 2013-06-21 IFP Energies Nouvelles SYSTEM AND METHOD FOR PREDICTING THE EMISSIONS OF POLLUTANTS OF A VEHICLE WITH SIMULTANEOUS CALCULATIONS OF CHEMICAL KINETICS AND EMISSIONS
EP2608095A1 (en) * 2011-12-20 2013-06-26 IFP Energies nouvelles System and method for predicting pollutant emissions from a vehicle with simultaneous calculation of chemical kinetics and emissions
WO2013114236A1 (en) * 2012-01-30 2013-08-08 International Business Machines Corporation Full exploitation of parallel processors for data processing
US8959524B2 (en) 2012-01-30 2015-02-17 International Business Machines Corporation Full exploitation of parallel processors for data processing
US8959522B2 (en) 2012-01-30 2015-02-17 International Business Machines Corporation Full exploitation of parallel processors for data processing
US9436511B2 (en) 2012-01-30 2016-09-06 International Business Machines Corporation Full exploitation of parallel processors for data processing
US9448854B2 (en) 2012-01-30 2016-09-20 International Business Machines Corporation Full exploitation of parallel processors for data processing

Also Published As

Publication number Publication date
WO2008021024A3 (en) 2008-05-15
CN101523381A (en) 2009-09-02
JP2010500692A (en) 2010-01-07
EP2069958A2 (en) 2009-06-17

Similar Documents

Publication Publication Date Title
US7409656B1 (en) Method and system for parallelizing computing operations
Lutz et al. PARTANS: An autotuning framework for stencil computation on multi-GPU systems
US8938696B1 (en) Techniques of optical proximity correction using GPU
US8516399B2 (en) Collaborative environment for physical verification of microdevice designs
US10643015B2 (en) Properties in electronic design automation
US20100185994A1 (en) Topological Pattern Matching
JP5496986B2 (en) Parallel operation distribution method and apparatus
US20100229145A1 (en) Use Of Graphs To Decompose Layout Design Data
US20100257496A1 (en) Design-Rule-Check Waiver
US10311197B2 (en) Preserving hierarchy and coloring uniformity in multi-patterning layout design
US20120072875A1 (en) Composition Based Double-Patterning Mask Planning
US20130198703A1 (en) Virtual Flat Traversal Of A Hierarchical Circuit Design
EP2069958A2 (en) Multiprocessor architecture with hierarchical processor organization
US8572525B2 (en) Partition response surface modeling
US20080140989A1 (en) Multiprocessor Architecture With Hierarchical Processor Organization
US8352891B2 (en) Layout decomposition based on partial intensity distribution
US9047434B2 (en) Clustering for processing of circuit design data
US8683394B2 (en) Pattern matching optical proximity correction
US20150143317A1 (en) Determination Of Electromigration Features
US20130318487A1 (en) Programmable Circuit Characteristics Analysis
US20190361425A1 (en) Fabric-independent multi-patterning
US20140040848A1 (en) Controllable Turn-Around Time For Post Tape-Out Flow
Lohoff et al. Interfacing neuromorphic hardware with machine learning frameworks-a review
US20130145340A1 (en) Determination Of Uniform Colorability Of Layout Data For A Double Patterning Manufacturing Process
US20110265054A1 (en) Design-Rule-Check Waiver

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200780033941.3

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2009524613

Country of ref document: JP

NENP Non-entry into the national phase in:

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2007811051

Country of ref document: EP

NENP Non-entry into the national phase in:

Ref country code: RU

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07811051

Country of ref document: EP

Kind code of ref document: A2