1. Field
This disclosure relates generally to a design rule checking runset and, more specifically to techniques for verifying error detection of a design rule checking runset.
2. Related Art
The debugging of integrated circuit (chip) designs may be accomplished through a testing process that involves extensive runs of computer models of a target implementation. Finding and correcting errors before implementing a chip design in silicon can substantially reduce correction costs. Unfortunately, a complex chip may require millions of tests to fully verify the chip is properly functioning. To reduce verification time, researchers have attempted to create design verification approaches that, while limited in scope, adequately test a chip. A popular design verification approach subdivides the verification problem by creating separate design verification tools for checking logical functions of a design, timing of the design, design rules, etc. Design rules have been created to ensure that a designed chip operates in a desired manner. For example, design rule checking (DRC) runsets have been implemented to verify shapes and sizes of various circuit components that are diffused in, deposited on, or etched on a semiconductor wafer. DRC runsets have also been implemented to verify that a location of a shape with respect to other shapes does not violate design rules.
A typical DRC runset usually includes several hundred individual design rule checks. When developing a DRC runset for a semiconductor process, a number of layout testcases have usually been implemented to verify functionality and accuracy of the DRC runset. In general, the DRC runset is created based on layout design rules for a particular semiconductor process. A DRC runset and an associated testcase may be automatically or manually created. Ideally, testcases contain various shapes (test structures) that represent a failing or passing condition for each rule specified in a semiconductor process. A conventional generation and verification program known as Shapediff™, available from IBM Corporation (see U.S. Pat. No. 6,063,132 (hereinafter the '132 patent)), may be utilized in conjunction with various testcases to ensure that a DRC runset is operating properly. In brief, Shapediff™ summarizes execution results of a DRC runset. In general, Shapediff™ is run for each process type and testcases are created for each variation of a process (for example, first testcases may be created for a process that employs three metal levels and second testcases may be created for a process that employs four metal levels). Traditionally, testcases (shapes) for different mask levels of a chip have been included within a single cell. In a typical implementation, each shape is described in a graphics display system (GDS) language. Shapes may be manually created by a designer (or automatically created by code) that evaluates design rules in an associated design rules manual.
As is disclosed in U.S. Pat. No. 6,732,338 (hereinafter the '338 patent), testcases may be organized in a single library with a plurality of root cells. In this case, one of the root cells is utilized for checking rules pertaining to front-end-of-line (FEOL) and multiple of the root cells may be utilized for checking design specific options, including back-end-of-line (BEOL) metal stack options. As is disclosed in the '338 patent, testcases of the root cells are each run separately, and represent complete testing of FEOL rules, and one of a combination of BEOL metal stack options. Shapes may be included in a test file that is organized in rows of shapes on an x-y plane. In a typical implementation, each row contains all shapes for a design rule. The number of shapes per rule vary, for example, between two to approximately twelve, although there is no limit on the number of shapes per row. Usually, the rows of shapes are placed along the y-axis in an order that parallels the design rule sequencing in the design rule manual that defines a fabrication process. Shapes are usually placed on both sides of the y-axis and are usually based on layout structures. For example, shapes located on a x>0 side of the y-axis are intended to pass (produce no error shape), and shapes located on a x<0 side of the y-axis are intended to fail (produce error shapes). In general, Shapediff™ is designed to track intentional fails and passes, as well as unintentional fails and passes.
As noted above, Shapediff™ is designed to verify that a DRC runset is detecting design rule errors correctly. Shapediff™ is also designed to provide output information that can be used to modify a DRC runset, when the DRC runset is not detecting all error conditions correctly or is incorrectly detecting error conditions. Typically, errors are categorized into five categories: intentional fail, intentional pass, unintentional fail, unintentional pass, and missing boundary shape. In general, a DRC runset may be modified in response to: intentional fails that pass, intentional passes that fail, unintentional fails, unintentional passes, and missing boundary conditions.
With reference to
According to one aspect of the present disclosure, a technique for verifying error detection of a design rule checking runset includes assigning first shapes for a first layer, of an integrated circuit design, to a first cell and assigning second shapes for a second layer, of the integrated circuit design, to a second cell. Design rule checking is then performed on the first and second cells. Whether the design rule checking runset is functioning properly is then determined based on whether an error is detected in the design rule checking of the first and second cells.
According to another aspect of the present disclosure, a design rule checking runset encoded on a computer-readable storage medium includes first, second, third, and fourth code. The first code is configured to assign first shapes for a first layer (of an integrated circuit design) to a first cell. The second code is configured to assign second shapes for a second layer (of the integrated circuit design) to a second cell. The third code is configured to perform design rule checking on the first and second cells. The fourth code is configured to determine whether the design rule checking runset is functioning properly based on whether an error is detected in the design rule checking of the first and second cells.
According to another aspect of the present disclosure, a technique for verifying error detection of a design rule checking runset assigns first shapes for a first layer, of an integrated circuit design, to a first cell. Second shapes for a second layer, of the integrated circuit design, are assigned to a second cell. The first and second shapes are also assigned to a third cell. Design rule checking is performed on the first and second cells. Design rule checking is also performed on the third cell. Whether the design rule checking runset is functioning properly is determined based on whether an error is detected in the design rule checking of the first and second cells or the third cell.
The present invention is illustrated by way of example and is not limited by the accompanying figures, in which like references indicate similar elements. Elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale.
As will be appreciated by one of ordinary skill in the art, the present invention may be embodied as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely software embodiment (including firmware, resident software, microcode, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, the present invention may take the form of a computer program product on a computer-usable storage medium having computer-usable program code embodied in the medium.
Any suitable computer-usable or computer-readable storage medium may be utilized. The computer-usable or computer-readable storage medium may be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM) or Flash memory, an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, or a magnetic storage device. Note that the computer-usable or computer-readable storage medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory. In the context of this document, a computer-usable or computer-readable storage medium may be any medium that can contain, or store the program for use by or in connection with an instruction execution system, apparatus, or device.
A DRC runset is normally coded in a unique DRC language provided by a vendor of an underlying DRC system. This unique language is then interpreted or compiled into an object oriented programming language or a conventional procedural programming language. Computer program code for carrying out operations of the present invention may be written in an object oriented programming language, such as Java, Smalltalk, C++, etc. However, the computer program code for carrying out operations of the present invention may also be written in conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on a single computer, on multiple computers that may be remote from each other, or as a stand-alone software package. When multiple computers are employed, one computer may be connected to another computer through a local area network (LAN) or a wide area network (WAN), or the connection may be for example, through the Internet using an Internet service provider (ISP).
The present invention is described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
According to various aspects of the present disclosure, techniques for improving error detection of a design rule checking (DRC) runset are disclosed herein. As noted above, traditionally, testcases for verifying that a DRC runset is operating in a desired manner have placed all shapes associated with different layers of an integrated circuit design in a same cell. Unfortunately, placing all shapes associated with different layers of an integrated circuit design in a same cell, while verifying same cell design rules, have not properly verified different cell design rules (which deal with relationships (e.g., spacing) between shapes in different cells). That is, a DRC language may treat shape-to-shape relationships differently depending on whether the shapes are in the same cell or in a different cell. For example, when a memory chip is designed, it is common to design a one-bit memory cell and replicate the one-bit cell across the memory chip. In this case, conventional approaches (which place all shapes associated with various layers of an integrated circuit design) in a single cell have not necessarily detected errors in a DRC runset that are associated with different cell shape relationships associated with different instances of the one-bit memory cells.
With reference to
As previously noted, an output of the DRC runset 104 is provided to the Shapediff™ program 106, which is configured to verify that the DRC runset 104 is detecting design rule errors correctly. The Shapediff™ program 106 provides output information (flat errata) 108 that can be used to modify the DRC runset 104. Similarly, the nested regression testcases 204 are provided to a replica DRC runset 206 (i.e., a copy of the DRC runset 104). The output of the replica DRC runset 206 is provided to a replica Shapediff™ program 208 (i.e., a copy of the Shapediff™ program 106), which is configured to verify that the replica DRC runset 206 is detecting design rule errors correctly. The Shapediff™ program 208 provides output information (nested errata) 210 that can also be used to modify the DRC runset 206.
Alternatively, the flat regression testcases 102 and the nested regression testcases 204 may be sequentially provided to a single copy of the DRC runset 104 (in this case only the Shapediff™ program 106 may be implemented). As noted above, using both flat and nested errata allows errors in the DRC runset to be detected that may not have been detected using only the flat errata. Turning to
Turning to
With reference to
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below, if any, are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Having thus described the invention of the present application in detail and by reference to preferred embodiments thereof, it will be apparent that modifications and variations are possible without departing from the scope of the invention defined in the appended claims.