A method and system for validating a design rule checking program. The method and system includes creating a hierarchal structure such that each layer of the hierarchal structure corresponds to a process layer of a device or subregion of a shape. The method and system further includes inserting the created hierarchical structure into a drc program and running the drc program at least once with hierarchical optimization options turned off. The method and system compares the expected results with actual results. The differences between the expected results and the actual results actual results indicate errors in the drc program.

Patent
   7823103
Priority
Oct 24 2006
Filed
Oct 24 2006
Issued
Oct 26 2010
Expiry
Jul 21 2028
Extension
636 days
Assg.orig
Entity
Large
4
39
EXPIRED
1. A method of validating a design rule checking program, comprising:
creating a hierarchal structure such that each layer of the hierarchal structure corresponds to a process layer of a device or subregion of a shape;
inserting the created hierarchical structure into a drc program using a processor of a computing device;
running the drc program at least once with hierarchical optimization options turned off using the processor of the computing device; and
comparing expected results with actual results using the processor of the computing device, wherein differences between the expected results and the actual results indicate errors in an operation of the drc program,
wherein subsequent levels in the hierarchical structure are created using a base shape of a previous level in the hierarchical structure.
17. A system of validating a design rule checking program, the system including computer code run on a machine and configured to:
create a hierarchical structure of layout design;
insert the hierarchical structure of layout design into a drc program;
rotate the layout data about an x and y axis for testing other orientations of a same shape;
run the drc program at least once with hierarchical optimization options turned off; and
compare expected results with actual results, wherein differences between the expected results and the actual results indicate errors in dealing with hierarchy in the drc program,
wherein subsequent levels in the hierarchical structure use a base shape of a previous level in the hierarchical structure and propagating a change in a base cell of the hierarchical structure changes subsequent cells in the hierarchical structure.
14. A method of validating a design rule checking program, comprising:
providing a drc program;
providing a first test case;
modifying the first test case by placing the first test case into a hierarchal structure using a processor of a computing device, wherein each layer of the hierarchal structure is built from a single layer of a design or subregion of a shape;
executing the drc program using the modified first test case as an input using the processor of the computing device; and
comparing the drc program output results with expected results using the processor of the computing device for determining validity of the drc program when run against hierarchical test data,
wherein subsequent levels in the hierarchical structure use a base shape of a previous level in the hierarchical structure and propagating a change in a base cell of the hierarchical structure changes subsequent cells in the hierarchical structure.
2. The method of claim 1, wherein the inserting comprises one of (i) putting each layer or level of the hierarchical structure in a parallel cell nesting structure; (ii) putting one layer or level of the hierarchical structure into a parallel nesting structure; and (iii) fracturing the shape and putting portions of an original design shape into differing nesting structures.
3. The method of claim 1, wherein the comparing is performed as a stand alone program.
4. The method of claim 1, wherein the comparing is implemented as part of hierarchical operations performed at a start of a run of the drc program.
5. The method of claim 1, wherein the steps of claim 1 take a form of entirely hardware elements, entirely software elements or both hardware and software elements.
6. The method of claim 1, wherein the subregion is encapsulated and placed next to an adjacent encapsulation of another subregion of the shape to provide the hierarchical structure.
7. The method of claim 1, further comprising propagating a change in the base shape to subsequent cells in the hierarchical structure.
8. The method of claim 1, further comprising flattening the layout data and scrubbing the layout data for snapping issues.
9. The method of claim 8, further comprising rotating the layout data by 3d matrix multiplications.
10. The method of claim 1, further comprising rotating the layout design data arbitrarily in three dimensional space.
11. The method of claim 10, wherein the layout design data is rotated by 45 degrees.
12. The method of claim 1, further comprising using all descriptions of the shape when running the drc program.
13. The method of claim 12, wherein the descriptions of the shape are not maintained in a test case.
15. The method of claim 14, wherein the modifying comprises an insertion of hierarchy into a layout design.
16. The method of claim 15, wherein the modifying comprises rotating an orientation of the layout design.
18. The system of claim 17, wherein (i) each layer or level of the hierarchical structure is put in a parallel cell nesting structure; (ii) one layer or level of the hierarchical structure is put into a parallel nesting structure; and (iii) options for fracturing the shape and putting portions of an original design shape into differing nesting structures.

The invention relates to a method and system for introducing hierarchy into design rule checking program test cases and providing automatic rotation of test case data.

Integrated circuits and their physical packaging are described by physical designs in the form of 2-dimensional geometric models. The increasing data volume accomplished by the increasing complexity of these designs is becoming a significant problem for engineering design automation, since it overstresses the software design tools which, in turn, impact the design cycle time, design cost and time to market.

Physical design data is analyzed many times to verify that physical mask constraints are not exceeded, electrical performance is satisfactory, and the physical design implements the logical design intent. For example, it is often necessary to determine wide or fat portions of material in a very large scale integrated (VLSI) semiconductor mask layout for the purposes of design rule checking (DRC), data preparation prior to mask build and the like. This determination is problematic with modern tools because the area around the base shape or cell which must be searched is large causing the effective flattening of the layout many times over. Thus, vast CPU and memory resources are consumed in the process and often for little real value.

The standard approach to managing design complexity has been to optimize the design itself, but verify, or check the design in flattened form. However, the computation of the high level representation of the physical partitions can be a significant problem when the data volume in a partition is substantial. Moreover, any attempt to break the hierarchical design constraints using ad-hoc design fixes invalidates the integrity of the partitioning and reduces the verification process to a completely flat analysis problem. Finally, the methodology constraints typically prevent the designer from fully exploiting the available density offered by the physical design technology.

Thus, DRC tools are validated using flat designs with little or no hierarchy test cases because hierarchy test cases must be developed manually. Due to the time requirements for developing a complete set of hierarchy test cases, hierarchy test cases are not very practical and tend not to be used to verify DRC programs. Thus, there is a need for an automated method of generating valid test cases for more coverage in DRC tool validation.

In a first aspect of the invention, a method of validating a design rule checking program includes creating a hierarchal structure such that each layer of the hierarchal structure corresponds to a process layer of a device or subregion of a shape. The method further includes inserting the created hierarchical structure into a DRC program and running the DRC program at least once with hierarchical optimization options turned off. The method compares the expected results with actual results. The differences between the expected results and the actual results indicate errors in the hierarchical design rule checking program.

In another aspect of the invention, the method includes providing a DRC program and providing a first test case. The first test case is modified by placing the first test case into a hierarchal structure, wherein each layer of the hierarchal structure is built from a single layer of a design or subregion of a shape. The method further includes executing the DRC program using the modified first test case as an input. The DRC program output results are compared with expected results for determining validity of the DRC program when run against hierarchical test data.

In yet another aspect of the invention, a system comprises computer code run on a machine and configured to:

create a hierarchical structure of layout design;

insert the hierarchical structure of layout design into a DRC program;

rotate the layout data about an x and y axis for testing other orientations of a same shape;

run the DRC program at least once with hierarchical optimization options turned off; and

compare expected results with actual results, wherein differences between the expected results and the actual results indicate errors in dealing with hierarchy in the DRC program.

FIG. 1 is representative of a system implementing the invention;

FIG. 2 is a flow diagram showing steps implementing an embodiment of the invention;

FIG. 3 shows a graphical representation of a hierarchy in accordance with an embodiment of the invention;

FIG. 4 shows an example according to an embodiment of the invention;

FIG. 5 is a flow diagram showing steps implementing an embodiment of the invention; and

FIGS. 6A-6G show examples according to an embodiment of the invention.

The invention relates to a method and system for introducing hierarchy into design rule checking program test cases. In embodiments, a method and system of testing the accuracy and robustness of a design rule checking (DRC) tool is provided. The method and system compares DRC outputs to expected results. Discrepancies in actual results versus expected results identify where problems exist within the DRC tool.

The method and system modifies existing test cases and provides the modified data as inputs to the DRC tool. In embodiments, one modification may be an automatic rotation of the test case data. For example, the method may rotate a particular orientation 45 degrees and feed the new input data to the DRC tool. In further embodiments, a modification may be automatically adding hierarchy into the DRC test cases. For example, one or more layers or levels can be put into a parallel nesting structure, or there may be various options for fracturing shapes and putting portions of original design shapes into differing nesting structures.

In embodiments, the creation of a tool which inserts hierarchy automatically before the DRC program is run, greatly improves the testing coverage. With the use of such a tool, it is possible to go from almost no testing coverage for hierarchical layout interactions to coverage so at least the most basic mistakes are now realized and can be corrected. In implementation, the method and system can digest test layout data to understand levels present. The system and method can optionally flatten the existing layout so the hierarchy created is standardized; that is, any hierarchy may be limited to the forms of hierarchy inserted. In further implementations, the system and method can insert hierarchy in various manners as specified by program options.

By way of non-limiting illustrative example, the created hierarchical structure may be placed into a DRC program in the following manners: (i) each layer or level is put in a parallel cell nesting structure; (ii) one layer or level is put into a parallel nesting structure; and (iii) various options for fracturing shapes and putting portions of original design shapes into differing nesting structures. The system and method then runs a known DRC program, at least once with hierarchical optimization options turned off. The system and method compares expected results with actual results, and the differences indicate errors in dealing with hierarchy in the DRC program layout design data. In embodiments, the differences between the expected results and actual results can also be used to indicate errors in dealing with the layout design data. This function is a stand alone program, but it can be implemented as part of the hierarchical operations performed at the start of most DRC program runs. Additionally, the hierarchical optimizations have the aim of insuring no matter the hierarchy introduced that the checking results are valid.

FIG. 1 shows an illustrative environment 10 for managing the processes in accordance with the invention. To this extent, the environment 10 includes a computer infrastructure 12 that can perform the processes described herein. In particular, the computer infrastructure 12 includes a computing device 14 that comprises a management system 30, which makes computing device 14 operable to introduce hierarchy into design rule checking program (DRC) test cases and provide automatic rotation of the test case data in accordance with the invention, e.g., process described herein. The computing device 14 includes a processor 20, a memory 22A, an input/output (I/O) interface 24, and a bus 26. Further, the computing device 14 is in communication with an external I/O device/resource 28 and a storage system 22B.

As is known in the art, in general, the processor 20 executes computer program code, which is stored in memory 22A and/or storage system 22B. While executing computer program code, the processor 20 can read and/or write data from look-up tables which are the basis for the execution of the commands to be performed on the computer, to/from memory 22A, storage system 22B, and/or I/O interface 24. The bus 26 provides a communications link between each of the components in the computing device 14. The I/O device 28 can comprise any device that enables an individual to interact with the computing device 14 or any device that enables the computing device 14 to communicate with one or more other computing devices using any type of communications link.

The computing device 14 can comprise any general purpose computing article of manufacture capable of executing computer program code installed thereon (e.g., a personal computer, server, handheld device, etc.). However, it is understood that the computing device 14 is only representative of various possible equivalent computing devices that may perform the processes described herein. To this extent, in embodiments, the functionality provided by computing device 14 can be implemented by a computing article of manufacture that includes any combination of general and/or specific purpose hardware and/or computer program code. In each embodiment, the program code and hardware can be created using standard programming and engineering techniques, respectively.

While performing the process described herein, one or more computing devices in the computer infrastructure 12 can communicate with one or more other computing devices external to computer infrastructure 12 using any type of communications link. The communications link can comprise any combination of wired and/or wireless links; any combination of one or more types of networks (e.g., the Internet, a wide area network, a local area network, a virtual private network, etc.); and/or utilize any combination of transmission techniques and protocols.

In embodiments, the invention provides a business method that performs the process steps of the invention on a subscription, advertising, and/or fee basis. That is, a service provider, such as a Solution Integrator, could offer to perform the processes described herein. In this case, the service provider can create, maintain, support, etc., a computer infrastructure that performs the process steps of the invention for one or more customers. In return, the service provider can receive payment from the customer(s) under a subscription and/or fee agreement.

Additionally, the method as described herein is used in the fabrication of integrated circuit chips. The resulting integrated circuit chips can be distributed by the fabricator in raw wafer form (that is, as a single wafer that has multiple unpackaged chips), as a bare die, or in a packaged form. In the latter case the chip is mounted in a single chip package (such as a plastic carrier, with leads that are affixed to a motherboard or other higher level carrier) or in a multichip package (such as a ceramic carrier that has either or both surface interconnections or buried interconnections). In any case the chip is then integrated with other chips, discrete circuit elements, and/or other signal processing devices as part of either (a) an intermediate product, such as a motherboard, or (b) an end product. The end product can be any product that includes integrated circuit chips, ranging from toys and other low-end applications to advanced computer products having a display, a keyboard or other input device, and a central processor.

FIG. 2 shows a flow diagram of an embodiment of the invention. FIG. 2 (and any other flow diagrams described herein) may equally represent a high-level block diagram of the invention. The steps of FIG. 2 (and any other flow diagrams described herein) may be implemented and executed from either a server, in a client server relationship, or they may run on a user workstation with operative information conveyed to the user workstation to create the navigation outlined above. Additionally, the invention can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements.

In an embodiment, the invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc. Furthermore, the invention can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer-usable or computer readable medium can be any system that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, system, or device (as discussed in detail above). The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or system or device) or a propagation medium. Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk-read only memory (CD-ROM), compact disk-read/write (CD-R/W) and DVD.

Referring back to FIG. 2, at step 200, the system of the invention determines a shape to be encapsulated. At step 205, the shape is encapsulated. Subsequent levels in a hierarchy can be created using the base shape. For example, at step 205, another level “N” of the hierarchy can be created using the previous encapsulated data. At step 215, another level, N+1, of the hierarchy can be created using the encapsulated data of the previous level, etc. In embodiments, each metal layer (e.g., mask or process level) of a device can be placed into one level of the hierarchy. In further embodiments, the system and method of the invention can break the shapes into geometric subregions of a grid. Each of the subregions may then be encapsulated and placed next to an adjacent encapsulation to provide the hierarchy.

At step 220, the system and method inserts the structure into a DRC program and then runs a DRC program at least once with hierarchical optimization options turned off. The hierarchy can be inserted by various methods as specified by program options. By way of illustrative examples, (i) each layer or level is put in a parallel cell nesting structure, (ii) one layer or level is put into a parallel nesting structure or (iii) various options for fracturing shapes and putting portions of original design shapes into differing nesting structures. At step 225, the system and method compares expected results with actual results, and the differences indicate errors in dealing with hierarchy in the layout design data.

FIG. 3 shows a graphical representation of a hierarchy in accordance with an embodiment of the invention. By way of example, a singe shape may represent a memory cell instance at a certain location of a chip design. The single shape is encapsulated for a location, as represented at reference numeral 300. This same shape may then be used four times, for example, at a different location. Instead of having a flat structure, the system and method of the invention uses the base shape in another layer of the hierarchy by using the four instances of the base in a second level of the hierarchy, as represented at reference numeral 310. Then, for example, four instances of the encapsulated data (of the level represented by reference numeral 310) located at another level of the chip is generate in another level of hierarchy, as represented at reference numeral 320. In this way, instead of having an exponentially large flat structure, the system and method of the invention creates three (or more layer) layers of a hierarchical structure, to be used with a known DRC program.

By using this hierarchical structure type, it is now possible to change the memory cell, for example, in any subsequent level by automatically propagating a change in the base level to the remaining hierarchical structures, as graphically represented in FIG. 4. This is in contrast to a conventional system which would require the memory cell to be changed at every instance, a very time consuming and cumbersome process. FIG. 4 also graphically shows that subsequent levels in the hierarchical structure are created using a base shape of a previous level in the hierarchical structure

By way of example, referring to FIG. 4, the base structure “AB” may be changed to “cB”. In this example, the system and method of the present invention will change all instances of “AB” to “cB” by propagating the change throughout the entire hierarchy. In this manner, the memory cell, for example, will not have to be changed manually for each instance.

FIG. 5 is a flow diagram implementing steps of the invention. At step 500, layout data is translated from external formats into a common format. In embodiments, the common format may be GDSII, well known to those of skill in the art. At step 505, the data is flattened. At step 510, the data is scrubbed for snapping issues so the results can be rotated. SnapTo45™ function created by Niagara Software may be implemented for performing the process at step 510. The rotation, in embodiments, may be considered a modification of the layout data and/or test data.

At step 515, the data is rotated using, for example, 3d matrix multiplications. Generating derivative layouts may be accomplished by rotating about the x and y axis (two dimensions), or about three dimensional space. In the case of rotation in three dimensional space, the test results may be projected back to two dimensional space. In embodiments, the rotation may be 45 degrees; although other rotation angles are also contemplated by the invention.

At step 520, the data is translated into an input format and written to a new file. At step 525, the results may be inputted into a known DRC tool such as, for example, Dracula and Assura by Cadence™, Calibre™ by Mentor™ Graphics™ or Hercules™ by Synopsys™ or Quartz™ by Magma Design Automation™, to name a few. It should be understood that the system and method of the invention may also be implemented in proprietary systems. At step 530, the DRC program is run against the generated data, proceeding into a shapediff flow, for example, comparing expected results to real results from the DRC program (step 540). In further implementations, it is possible to compare the flat test data with the modified hierarchical data. It is noted that if the modification from the flat test data to the hierarchical data is not performed correctly, it will show up when testing the DRC program.

In further embodiments, a shape may described in many different ways such as, for example, its vertices, build level, topology (inside and outside), etc. In the present invention, each of the descriptions may be used since, in the hierarchical methodology described herein, the shape encoding variations do not have to be maintained in the test case. That is, it is possible to use all of the op-code encoding language supported by a language to describe the shape geometry due mainly to the resources saved by only having to make a single change which is then propagated for each instance of that particular shape. Thus, by running the test case against all of the encodings, it is now possible to uncover additional errors in the design rule checker. Also, it is now possible to vary the test case to stress the DRC tool.

In the languages used to describe mask data such as GL/1, GDSII, Oasis, etc. it is possible to describe the same shapes that end up on the mask in many different ways, as contemplated by the invention. For example, in an aspect, the invention is the automatic generation of encoding variants for the shapes used to build semiconductor masks for the purposes of testing the DRC programs ability to correctly check them to rules for manufacturing. In FIG. 6A, a single rectangle labeled A. It is possible to describe many additional shapes that when printed upon the mask will be exactly the same as the original shape A, but that use different encoding methods for the shape. For this example, four additional shapes are encoded as shown in FIG. 6B. More specifically, a DRC program would be expected to measure the geometric properties of each of the shapes A-E in the same way.

In embodiments, shapes are described using x, y locations in a two dimensional x, y plane and with edge construction based upon these locations. These locations are typically called shape vertices and they are represented as dots, in FIG. 6C, for each of the encoding variants.

In the encoding for shape A, a single vertex at 1 denotes the lower left hand corner of a rectangle which is followed by an offset from that location in both the x and y dimension that describes the location of the other corner of the rectangle at 2. The encoding for A therefore looks roughly like: RECTANGLE X, Y, X-offset, Y-offset. The encodings for B, C and D are of a path or line type and all require a starting and ending vertex for the path. B puts the vertices for the path exactly at the top and bottom of the shape and then describes the width of the line, 3, centered about the path from 1 to 2. Shape C puts the vertices for the path at ½ the width of the line, 3, from the ends of the shape. Shape D puts the vertices in the same locations as C but describes the point set of the shape in the plain as those points covered when the square at 3 is swept from vertex 1 to vertex 2. These three path like encodings for shapes B-D may be represented as:

Finally, shape E is described with 4 vertices, labeled 1, 2, 3 and 4 in an order describing the edges that when connected bound the point set for the shape. Shapes encoded in this way are often called polygons and the encoding for this shape may be represented as:

In the example provided herein, the assumption is that the edges described run from 1 to 2; 2 to 3; 3 to 4; 4 to 1 as shown in FIG. 6C. In this example, when any of the shape encodings are shown in FIG. 6D, the processes of the invention automatically maps them to the other encoding methods for the purposes of testing the DRC program's ability to correctly check those encoding variants. Internally, it is not necessary to maintain a complete set of mappings from one encoding method to another, but rather, in embodiments, a base encoding is selected, as shown in FIG. 6E, shown as A, and ensures all other encodings, B, C, D and E can be mapped to that encoding.

In examples, suppose DRC program test data is checking the width of shapes and one test case encoded with shape description method D. The system and process of the invention uses the mapping described herein to first map encoding D to the base encoding A and to create that shape and place it in the generated data at a parameterized offset from the original shape D, as shown in FIG. 6F.

Once the system and process recognizes the base encoding of A, the system and process creates all other encodings for identical shapes maintained in the mapping table less those already marked as existing. In this case, the original D shape need not be generated. Each alternative encoding for the same shape is generated as shown in FIG. 6G and each shape encoding offset from the previous one generated so as not to overlap others.

In embodiments, should encoding A been seen first, the system and process of the invention would recognize it as the base encoding being so marked in a program table and all encodings B, C, D, and E would generate offset from the original A. No matter what encoding is first, all the alternatives are generated prior to testing without having to maintain these encodings in the test case data. It is noted that this example is a simplified to show the structure of the method and program. In application there may be other encoding methods available in the languages being used in the industry to describe the same point set. Further, the system and process of the invention can be extended to encodings for data groupings, mask layers, cell or structure name, etc.

As should now be understood, the present invention is configured to manipulate simpler test data to create more complex and complete test data as a way to better testing coverage for design rule checking programs. In embodiments, three example areas of manipulation include:

There are other methods to modify existing test data, as contemplated by the invention. For example, it is often the case a technology uses the same space and width for several masking layers because the tooling being used in manufacturing is the same. It is thus contemplated to create just one set of space and width test cases for one mask layer and then automatically copy these to the other mask layers using the same space and width “rules” in design. In the shapediff methodology and other DRC testing methodologies there is much information imbedded in the test cases to guide the ‘shapdiff’ process, i.e., how much geometric tolerance to allow in the DRC results, for example. This information could be modified on the fly from simpler maintained test data to better stress and test the DRC program.

While the invention has been described in terms of exemplary embodiments, those skilled in the art will recognize that the invention can be practiced with modifications and in the spirit and scope of the appended claims.

Pokorny, William F.

Patent Priority Assignee Title
10379446, Sep 28 2015 ASML Netherlands B.V. Lithography system, method and computer program product for hierarchical representation of two-dimensional or three-dimensional shapes
11775729, May 03 2021 Samsung Electronics Co., Ltd. Technology file process rule validation
9057764, Oct 27 2011 GLOBALFOUNDRIES Inc Detection of unchecked signals in circuit design verification
9934349, Mar 26 2015 NXP USA, INC Method for verifying design rule checks
Patent Priority Assignee Title
4729096, Oct 24 1984 International Business Machines Corporation Method and apparatus for generating a translator program for a compiler/interpreter and for testing the resulting translator program
5497334, Feb 19 1993 International Business Machines Corporation; INTERNATIONAL BUSINESS MACHINES, INC Application generator for use in verifying a hierarchical circuit design
5729096, Jul 24 1996 OSRAM SYLVANIA Inc Inverter protection method and protection circuit for fluorescent lamp preheat ballasts
5787006, Apr 30 1996 U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT Apparatus and method for management of integrated circuit layout verification processes
5987240, Oct 29 1996 International Business Machines Corporation Design rules checker for an integrated circuit design
6023567, Oct 07 1996 GOOGLE LLC Method and apparatus for verifying timing rules for an integrated circuit design
6063132, Jun 26 1998 GOOGLE LLC Method for verifying design rule checking software
6243854, Apr 28 1998 International Business Machines Corporation Method for selecting hierarchical interactions in a hierarchical shapes processor
6370679, Sep 17 1997 SYNOPSYS MERGER HOLDINGS LLC Data hierarchy layout correction and verification method and apparatus
6415421, Jun 13 2000 Siemens Industry Software Inc Integrated verification and manufacturability tool
6571374, Feb 28 2000 GOOGLE LLC Invention to allow multiple layouts for a schematic in hierarchical logical-to-physical checking on chips
6611946, Oct 14 1999 Synopsys, Inc Method and system for automatic generation of DRC rules with just in time definition of derived layers
6658633, Oct 03 2001 GLOBALFOUNDRIES U S INC Automated system-on-chip integrated circuit design verification system
6718521, Aug 14 2000 GOOGLE LLC Method and system for measuring and reporting test coverage of logic designs
6732338, Mar 20 2002 International Business Machines Corporation Method for comprehensively verifying design rule checking runsets
6756242, Jun 21 1999 Method of modifying an integrated circuit
6769099, Apr 12 2002 Oracle America, Inc Method to simplify and speed up design rule/electrical rule checks
6775806, Jun 10 2002 Oracle America, Inc Method, system and computer product to produce a computer-generated integrated circuit design
6816997, Mar 20 2001 United Microelectronics Corporation System and method for performing design rule check
6868532, Dec 10 2001 Siemens Industry Software Inc Method and program product for designing hierarchical circuit for quiescent current testing and circuit produced thereby
6871332, Jul 23 2002 Oracle America, Inc Structure and method for separating geometries in a design layout into multi-wide object classes
6883149, Sep 30 2002 Oracle America, Inc Via enclosure rule check in a multi-wide object class design layout
6901574, Feb 09 2001 Siemens Industry Software Inc Data management method for mask writing
6957403, Mar 30 2001 SYNTEST TECHNOLOGIES, INC Computer-aided design system to automate scan synthesis at register-transfer level
7007207, Oct 21 2002 TWITTER, INC Scheduling of transactions in system-level test program generation
7096440, Jul 22 2003 Bell Semiconductor, LLC Methods and systems for automatic verification of specification document to hardware design
7181702, Aug 30 2003 System and method to solve shape nesting problems
7237210, Feb 08 2005 GLOBALFOUNDRIES Inc Methods, systems and media for managing functional verification of a parameterizable design
7254791, Sep 16 2005 National Semiconductor Corporation Method of measuring test coverage of backend verification runsets and automatically identifying ways to improve the test suite
7356788, Sep 17 1997 SYNOPSYS MERGER HOLDINGS LLC Method and apparatus for data hierarchy maintenance in a system for mask description
7434184, Aug 08 2005 Method for detecting flaws in a functional verification plan
7478348, Mar 27 2006 International Business Machines Corporation Method and apparatus of rapid determination of problematic areas in VLSI layout by oriented sliver sampling
7529655, Oct 21 2004 GLOBALFOUNDRIES Inc Program product for defining and recording minimum and maximum event counts of a simulation utilizing a high level language
20020059054,
20030125920,
20040088682,
20050138591,
20060190871,
JP2002197134,
////////
Executed onAssignorAssigneeConveyanceFrameReelDoc
Oct 15 2006POKORNY, WILLIAM F International Business Machines CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0198310211 pdf
Oct 24 2006International Business Machines Corporation(assignment on the face of the patent)
Jun 29 2015International Business Machines CorporationGLOBALFOUNDRIES U S 2 LLCASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0365500001 pdf
Sep 10 2015GLOBALFOUNDRIES U S 2 LLCGLOBALFOUNDRIES IncASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0367790001 pdf
Sep 10 2015GLOBALFOUNDRIES U S INC GLOBALFOUNDRIES IncASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0367790001 pdf
Nov 27 2018GLOBALFOUNDRIES IncWILMINGTON TRUST, NATIONAL ASSOCIATIONSECURITY AGREEMENT0494900001 pdf
Nov 17 2020WILMINGTON TRUST, NATIONAL ASSOCIATIONGLOBALFOUNDRIES U S INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0569870001 pdf
Nov 17 2020WILMINGTON TRUST, NATIONAL ASSOCIATIONGLOBALFOUNDRIES IncRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0546360001 pdf
Date Maintenance Fee Events
Jun 06 2014REM: Maintenance Fee Reminder Mailed.
Oct 22 2014M1551: Payment of Maintenance Fee, 4th Year, Large Entity.
Oct 22 2014M1554: Surcharge for Late Payment, Large Entity.
Jun 11 2018REM: Maintenance Fee Reminder Mailed.
Dec 03 2018EXP: Patent Expired for Failure to Pay Maintenance Fees.


Date Maintenance Schedule
Oct 26 20134 years fee payment window open
Apr 26 20146 months grace period start (w surcharge)
Oct 26 2014patent expiry (for year 4)
Oct 26 20162 years to revive unintentionally abandoned end. (for year 4)
Oct 26 20178 years fee payment window open
Apr 26 20186 months grace period start (w surcharge)
Oct 26 2018patent expiry (for year 8)
Oct 26 20202 years to revive unintentionally abandoned end. (for year 8)
Oct 26 202112 years fee payment window open
Apr 26 20226 months grace period start (w surcharge)
Oct 26 2022patent expiry (for year 12)
Oct 26 20242 years to revive unintentionally abandoned end. (for year 12)