US20070192753A1 - Technique for generating input stimulus to cover properties not covered in random simulation - Google Patents

Technique for generating input stimulus to cover properties not covered in random simulation Download PDF

Info

Publication number
US20070192753A1
US20070192753A1 US11/353,672 US35367206A US2007192753A1 US 20070192753 A1 US20070192753 A1 US 20070192753A1 US 35367206 A US35367206 A US 35367206A US 2007192753 A1 US2007192753 A1 US 2007192753A1
Authority
US
United States
Prior art keywords
property
design
simulation
cover
instructions
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/353,672
Other versions
US7454726B2 (en
Inventor
William Lam
Yick Wong
Harihara Ganesan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oracle America Inc
Original Assignee
Sun Microsystems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sun Microsystems Inc filed Critical Sun Microsystems Inc
Priority to US11/353,672 priority Critical patent/US7454726B2/en
Assigned to SUN MICROSYSTEMS, INC. reassignment SUN MICROSYSTEMS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GANESAN, HARIHARA, LAM, WILLIAM, K., WONG, YICK, KEI
Publication of US20070192753A1 publication Critical patent/US20070192753A1/en
Application granted granted Critical
Publication of US7454726B2 publication Critical patent/US7454726B2/en
Assigned to Oracle America, Inc. reassignment Oracle America, Inc. MERGER AND CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: Oracle America, Inc., ORACLE USA, INC., SUN MICROSYSTEMS, INC.
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/3183Generation of test inputs, e.g. test vectors, patterns or sequences
    • G01R31/318342Generation of test inputs, e.g. test vectors, patterns or sequences by preliminary fault modelling, e.g. analysis, simulation
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/3183Generation of test inputs, e.g. test vectors, patterns or sequences
    • G01R31/318342Generation of test inputs, e.g. test vectors, patterns or sequences by preliminary fault modelling, e.g. analysis, simulation
    • G01R31/318357Simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/261Functional testing by simulating additional hardware, e.g. fault simulation

Definitions

  • a computer system 10 includes several components that are collectively used by a user to perform various functions such as, for example, preparing and generating a document with a word processor application.
  • the user may input data to a computing portion 12 using peripheral devices such as a keyboard 14 or a mouse 16 .
  • Data may also be provided to the computing portion 12 using data storage media (e.g., a floppy disk or a CD-ROM (not shown)).
  • the computing portion 12 using memory and other internal components, processes both internal data and data provided to the computing portion 12 by the user to generate data requested by the user.
  • the generated data may be provided to the user via, for example, a display device 18 or a printer 20 .
  • the computing portion 12 of a computer system typically includes various components such as, for example, a power supply, disk drives, and the electrical circuitry required to perform the necessary and requested operations of the computer system.
  • the computing portion 12 may contain a plurality of circuit boards 22 , 24 , 26 , 28 (e.g., printed circuit boards (PCBs) or printed wiring boards (PWBs)) on which various circuit components are implemented.
  • a computing portion designed to have enhanced sound reproducing capabilities may have a circuit board dedicated to implementing circuitry that specifically operate to process data associated with the reproduction of sound.
  • a crystal oscillator 30 provides a reference of time to various integrated circuits (ICs) 32 , 34 , 36 , 38 , 40 , 42 (e.g., application specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs), microprocessors, logic gates) that are connected to the circuit board 22 .
  • the integrated circuits 32 , 34 , 36 , 38 , 40 , 42 communicate with one another, i.e., pass data, using wires or traces of conductive material (e.g., copper (shown, but not labeled)) embedded in the circuit board 22 .
  • RTL register-transfer level
  • HDL hardware description language
  • the function design of the integrated circuit is implemented into gate level logic ST 34 .
  • Such implementation may be performed using, for example, logic synthesis electronic design automation (EDA) software.
  • EDA logic synthesis electronic design automation
  • the logical design is implemented into physical components representing transistors and their interconnecting wires.
  • Such physical implementation may be performed using routing and placement EDA software.
  • the design is released for subsequent manufacture and production of the integrated circuit ST 38 .
  • verification is typically performed to ensure that the step was performed correctly.
  • verification involves testing the integrated circuit design over various combinations of input, internal, and process constraints.
  • the need for proper verification of such integrated circuits is becoming increasingly important.
  • Verification of the behavioral, RTL, and logic design steps is typically heavily reliant on the use of simulation tools to predict the functional response of the design to specified input values. These input values or tests are typically specified manually by the designer and provided as input to a logic simulator together with the corresponding design description.
  • test plan includes, for example, details of how a circuit block will be verified. Such details may relate to describing the signals and/or properties that are to verified, whether simulation will occur, and whether directed or random test vectors will be used.
  • cover directives may also be added to the design to identify all parts of an RTL design that need to be exercised by the simulation. Simulations are targeted to exercise, or “cover,” these assertions and cover directives.
  • directed test cases are written manually or test cases are generated randomly. In other words, the behavioral models or properties of a design may be verified during the simulation of directed or random vectors.
  • Directed test cases require manually inserting code into the design description to test the aspects of the design.
  • it is increasingly difficult to write test cases for testing each and every aspect of the design. Such an endeavor may prove to be extremely tedious and time-consuming.
  • Random tests involve generating millions of test vectors for verifying the design. While random testing saves some of the time otherwise needed to manually write directed tests, random testing, at least in one respect, is inefficient relative to directed tests in that with random tests, certain aspects of the design may not be verified. In other words, with random tests, certain properties of the design may be left uncovered.
  • a method of verifying a design of an integrated circuit comprises: at least one of simulating a plurality of random test cases for the design and simulating a plurality of directed test cases for the design; identifying a cover directive not covered by the simulating the plurality of random tests and the simulating the plurality of directed test cases; creating a property, where a simulation trace that causes the property to fail covers the cover directive; evaluating the property; and storing the simulation trace based on the evaluating.
  • a computer system comprises: a processor; a memory operatively connected to the processor; and instructions residing in the memory and executable by the processor, where the instructions comprise instructions to (i) at least one of simulate a plurality of random test cases for a design of an integrated circuit and simulate a plurality of directed test cases for the design, (ii) identify a cover directive not covered by the simulation of the plurality of random tests and the simulation of the plurality of directed test cases, (iii) create a property dependent on the identification, where a simulation trace that causes the property to fail covers the cover directive, (iv) evaluate the property, and (v) store the simulation trace based on the evaluation.
  • a computer-readable medium having instruction therein, where the instructions are for: at least one of simulating a plurality of random test cases for a design of an integrated circuit and simulating a plurality of directed test cases for the design; identifying a cover directive not covered by the simulating the plurality of random tests and the simulating the plurality of directed test cases; creating a property dependent on the identifying, wherein a simulation trace that causes the property to fail covers the cover directive; evaluating the property; and storing the simulation trace based on the evaluating.
  • FIG. 1 shows a computer system
  • FIG. 2 shows a portion of a computer system.
  • FIG. 3 shows a typical flow process for designing an integrated circuit.
  • FIG. 4 shows a flow process in accordance with an embodiment of the present invention.
  • FIG. 5 shows a flow process in accordance with an embodiment of the present invention.
  • FIG. 6 shows a computer system in accordance with an embodiment of the present invention.
  • Embodiments of the present invention relate to a technique for covering the cover directives in a design that are not covered using only typical directed and/or random tests.
  • FIG. 4 shows an example of a flow process in accordance with an embodiment of the present invention.
  • ST 50 a determination is made as to whether a certain amount of simulated random and directed test cases have been performed for the verification of a design. For example, in one or more embodiments of the present invention, a determination may be made as to whether the simulations of all random and directed test cases have been performed.
  • a list or other collection of the cover directives not covered by the random and directed test cases is generated ST 52 .
  • one or more embodiments of the present invention provide a technique for generating a trace that may be used to cover the uncovered cover directive.
  • constraints may be applied on the primary inputs or internal signals of the design or block being verified so that the simulation only applies valid stimulus while trying to prove or falsify a property.
  • constraints may be applied on the primary inputs or internal signals of the design or block being verified so that the simulation only applies valid stimulus while trying to prove or falsify a property.
  • FIG. 5 shows an example of a flow process in accordance with an embodiment of the present invention.
  • the constraints A 1 , A 2 , . . . A i must pass during the test, whereby passing is denoted as each constraint being high.
  • test bench may include the signal trace and code to simulate the signal trace. Further, those skilled in the art will note that from the test bench, it may be possible to create signal trace dumps in standard formats (e.g., vcd, vpd, fsdb). Then, the test bench is added to a test plan or a test case regression suite of the design, so that subsequent tests of the design are ensured to cover the cover directives not covered during the previous verification step of only random and directed test cases.
  • standard formats e.g., vcd, vpd, fsdb
  • a networked computer system 200 includes at least one processor 202 , associated memory 204 , a storage device 206 , and numerous other elements (not shown) and functionalities typical of modern computer systems.
  • the networked computer system 200 may also include input means, such as a keyboard 208 and a mouse 210 , and output means, such as a monitor 212 .
  • the networked computer system 200 is connected to a local area network (LAN) or a wide area network (e.g., the Internet) via a network interface connection (not shown).
  • LAN local area network
  • a wide area network e.g., the Internet
  • these input and output means may take other forms.
  • one or more elements of the networked computer system 200 may be remotely located and connected to the other elements over a network.
  • software instructions to perform one or more embodiments of the present invention may be stored on a computer readable medium such as a compact disc (CD), a diskette, a tape, a file, a hard drive, or any other computer-readable storage device.
  • Advantages of the present invention may include one or more of the following.
  • formal techniques may be used to generate test cases that may reduce the amount of time needed to get better coverage of functional checks in a design of an integrated circuit,
  • a stimulus vector size that is targeted to cover a property may be reduced.
  • one or more properties of a design not verified by directed and random test cases may be verified.
  • existing formal verification tools may be used to increase verification coverage or efficiency and find design bugs.

Abstract

A design of an integrated circuit is first verified using directed and/or random test cases. For a cover directive not covered by the directed and/or random test cases, a property is created, where wherein a simulation trace that causes the property to fail covers the cover directive. Thereafter, the property is evaluated, and dependent on the evaluation, the simulation trace is dumped and stored for subsequent exercising of the cover directive.

Description

    BACKGROUND
  • A computer system 10, as shown in FIG. 1, includes several components that are collectively used by a user to perform various functions such as, for example, preparing and generating a document with a word processor application. With the computer system 10, the user may input data to a computing portion 12 using peripheral devices such as a keyboard 14 or a mouse 16. Data may also be provided to the computing portion 12 using data storage media (e.g., a floppy disk or a CD-ROM (not shown)). The computing portion 12, using memory and other internal components, processes both internal data and data provided to the computing portion 12 by the user to generate data requested by the user. The generated data may be provided to the user via, for example, a display device 18 or a printer 20. The computing portion 12 of a computer system typically includes various components such as, for example, a power supply, disk drives, and the electrical circuitry required to perform the necessary and requested operations of the computer system.
  • As shown in FIG. 2, the computing portion 12 may contain a plurality of circuit boards 22, 24, 26, 28 (e.g., printed circuit boards (PCBs) or printed wiring boards (PWBs)) on which various circuit components are implemented. For example, a computing portion designed to have enhanced sound reproducing capabilities may have a circuit board dedicated to implementing circuitry that specifically operate to process data associated with the reproduction of sound.
  • In FIG. 2, the components of exemplary circuit board 22 are shown. A crystal oscillator 30 provides a reference of time to various integrated circuits (ICs) 32, 34, 36, 38, 40, 42 (e.g., application specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs), microprocessors, logic gates) that are connected to the circuit board 22. The integrated circuits 32, 34, 36, 38, 40, 42 communicate with one another, i.e., pass data, using wires or traces of conductive material (e.g., copper (shown, but not labeled)) embedded in the circuit board 22.
  • The design of an integrated circuit, such as any of the ones described with reference to FIG. 2, may be broken down into several steps. Referring now to FIG. 3, in a first step ST30, the overall architecture and behavior of the integrated circuit is designed. In a next step ST32, a specification of the design's high-level functionality is typically expressed at the register-transfer level (RTL) using a hardware description language (HDL). RTL description (also known as “register transfer logic”) is a description of an integrated circuit in terms of data flow between registers, which store information between clock cycles in the integrated circuit. The RTL description specifies what and where this information is stored and how it is passed through the integrated circuit during its operation.
  • After describing the design's high-level functionality, the function design of the integrated circuit is implemented into gate level logic ST34. Such implementation may be performed using, for example, logic synthesis electronic design automation (EDA) software. Then, in a next step ST36, the logical design is implemented into physical components representing transistors and their interconnecting wires. Such physical implementation may be performed using routing and placement EDA software. After the physical design is completed, the design is released for subsequent manufacture and production of the integrated circuit ST38.
  • After each of the steps described above, verification is typically performed to ensure that the step was performed correctly. Generally, such verification involves testing the integrated circuit design over various combinations of input, internal, and process constraints. As integrated circuits continue to become more complex over time, the need for proper verification of such integrated circuits is becoming increasingly important.
  • Verification of the behavioral, RTL, and logic design steps is typically heavily reliant on the use of simulation tools to predict the functional response of the design to specified input values. These input values or tests are typically specified manually by the designer and provided as input to a logic simulator together with the corresponding design description.
  • The vast majority of “bugs” are introduced during the implementation of the RTL design from the behavioral specification. It is during this phase that it is especially important to comprehensively test aspects of the design. A typical technique for a simulation-based verification process involves creating a test plan to target parts of the design that need to be tested. The test plan includes, for example, details of how a circuit block will be verified. Such details may relate to describing the signals and/or properties that are to verified, whether simulation will occur, and whether directed or random test vectors will be used.
  • The properties that the design needs to adhere to are added as assertions in the design. Along with these assertions, cover directives may also be added to the design to identify all parts of an RTL design that need to be exercised by the simulation. Simulations are targeted to exercise, or “cover,” these assertions and cover directives. For this, directed test cases are written manually or test cases are generated randomly. In other words, the behavioral models or properties of a design may be verified during the simulation of directed or random vectors.
  • Directed test cases require manually inserting code into the design description to test the aspects of the design. However, it is increasingly difficult to write test cases for testing each and every aspect of the design. Such an endeavor may prove to be extremely tedious and time-consuming.
  • Random tests involve generating millions of test vectors for verifying the design. While random testing saves some of the time otherwise needed to manually write directed tests, random testing, at least in one respect, is inefficient relative to directed tests in that with random tests, certain aspects of the design may not be verified. In other words, with random tests, certain properties of the design may be left uncovered.
  • SUMMARY
  • According to one aspect of one or more embodiments of the present invention, a method of verifying a design of an integrated circuit comprises: at least one of simulating a plurality of random test cases for the design and simulating a plurality of directed test cases for the design; identifying a cover directive not covered by the simulating the plurality of random tests and the simulating the plurality of directed test cases; creating a property, where a simulation trace that causes the property to fail covers the cover directive; evaluating the property; and storing the simulation trace based on the evaluating.
  • According to another aspect of one or more embodiments of the present invention, a computer system comprises: a processor; a memory operatively connected to the processor; and instructions residing in the memory and executable by the processor, where the instructions comprise instructions to (i) at least one of simulate a plurality of random test cases for a design of an integrated circuit and simulate a plurality of directed test cases for the design, (ii) identify a cover directive not covered by the simulation of the plurality of random tests and the simulation of the plurality of directed test cases, (iii) create a property dependent on the identification, where a simulation trace that causes the property to fail covers the cover directive, (iv) evaluate the property, and (v) store the simulation trace based on the evaluation.
  • According to another aspect of one or more embodiments of the present invention, a computer-readable medium having instruction therein, where the instructions are for: at least one of simulating a plurality of random test cases for a design of an integrated circuit and simulating a plurality of directed test cases for the design; identifying a cover directive not covered by the simulating the plurality of random tests and the simulating the plurality of directed test cases; creating a property dependent on the identifying, wherein a simulation trace that causes the property to fail covers the cover directive; evaluating the property; and storing the simulation trace based on the evaluating.
  • Other aspects and advantages of the invention will be apparent from the following description and the appended claims.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 shows a computer system.
  • FIG. 2 shows a portion of a computer system.
  • FIG. 3 shows a typical flow process for designing an integrated circuit.
  • FIG. 4 shows a flow process in accordance with an embodiment of the present invention.
  • FIG. 5 shows a flow process in accordance with an embodiment of the present invention.
  • FIG. 6 shows a computer system in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • As described above, with only typical directed and/or random tests, it may not be possible, or otherwise extremely difficult, to cover all the properties that need to verified in a design. Embodiments of the present invention relate to a technique for covering the cover directives in a design that are not covered using only typical directed and/or random tests.
  • Specific embodiments of the present invention will now be described in detail with reference to the accompanying figures. Like elements in the various figures are denoted by like reference numerals for consistency. Further, in the following detailed description of embodiments of the present invention, numerous specific details are set forth in order to provide a more thorough understanding of the present invention. In other instances, well-known features have not been described in detail to avoid obscuring the description of embodiments of the present invention.
  • FIG. 4 shows an example of a flow process in accordance with an embodiment of the present invention. In ST50, a determination is made as to whether a certain amount of simulated random and directed test cases have been performed for the verification of a design. For example, in one or more embodiments of the present invention, a determination may be made as to whether the simulations of all random and directed test cases have been performed.
  • Once the random and directed test cases have been performed as determined in ST50, a list or other collection of the cover directives not covered by the random and directed test cases is generated ST52. For each cover directive not covered by the simulations of the random and directed test cases, one or more embodiments of the present invention provide a technique for generating a trace that may be used to cover the uncovered cover directive.
  • In ST54, for each cover directive not covered, a property (or assertion) is created (and evaluated in ST56) such that if there is a simulation trace that can fail this property (or assertion), that trace covers the cover directive. For example, if the cover directive is one that was intended to dump a trace when signal S1 is equal to signal S2 (S1==S2), then the created property may be one that fails and dumps a trace when signal S1 is not equal to signal S2 (i.e., !(S1==S2) fails to establish). In the process of creating a simulation trace for a cover directive, the trace should not make other properties/assertions that are already passing in the design fail. In order to achieve this, constraints may be applied on the primary inputs or internal signals of the design or block being verified so that the simulation only applies valid stimulus while trying to prove or falsify a property. In other words, if a particular condition is being tested for failure, it is important to ensure that constrained inputs or internal signals of the design are not causing the condition to fail. Otherwise, a signal trace dumped in response to failure of the condition may be indeterministic as to the cause of the condition failure.
  • FIG. 5 shows an example of a flow process in accordance with an embodiment of the present invention. At time i=1 ST60, a property is tested with the following expression:
    !C+!A1+!A2+ . . . +!Ai,
    where C contains the condition being tested for failure (e.g., the condition being (S1==S2)), and where A1, A2, . . . Ai represent constraints that must be satisfied during the test for failure of condition C. The constraints A1, A2, . . . Ai must pass during the test, whereby passing is denoted as each constraint being high. When the constraints A1, A2, . . . Ai remain high, the portion of the expression containing constraints A1, A2, . . . Ai evaluates to 0. If condition C fails (i.e., !(S1==S2) evaluates to 1), then the portion of the expression containing !C evaluates to 0.
  • If, in ST62, the property evaluates to 0, this indicates successful testing for failure of condition C, in which case the corresponding signal trace is dumped ST64. Otherwise, if in ST62, the property evaluates to 1, this indicates that either one of the constraints A1, A2, . . . Ai failed the test or condition C did not fail. In such a case, a next cycle is entered ST66, and the property is reevaluated for failure of condition C while constraints A1, A2, . . . Ai are passing ST62.
  • Now referring back to the flow process shown in FIG. 4, if in ST56, the property evaluates to 0 (or to another indication signifying failure of the condition being tested while other constraints remain passing), a signal trace is dumped in ST58 as described above with reference to FIG. 5. Once a simulation-based verification tool identifies the signal trace as causing failure of the newly created property (which covers the cover directive not covered by previous random and directed test cases) ST70, the signal trace that caused the failure may be written out as part of a test bench ST72.
  • Those skilled in the art will note that a test bench may include the signal trace and code to simulate the signal trace. Further, those skilled in the art will note that from the test bench, it may be possible to create signal trace dumps in standard formats (e.g., vcd, vpd, fsdb). Then, the test bench is added to a test plan or a test case regression suite of the design, so that subsequent tests of the design are ensured to cover the cover directives not covered during the previous verification step of only random and directed test cases.
  • Further, one or more embodiments of the present invention may be associated with virtually any type of computer system, including multiprocessor and multithreaded uniprocessor systems, regardless of the platform being used. For example, as shown in FIG. 6, a networked computer system 200 includes at least one processor 202, associated memory 204, a storage device 206, and numerous other elements (not shown) and functionalities typical of modern computer systems. The networked computer system 200 may also include input means, such as a keyboard 208 and a mouse 210, and output means, such as a monitor 212. The networked computer system 200 is connected to a local area network (LAN) or a wide area network (e.g., the Internet) via a network interface connection (not shown). Those skilled in the art will appreciate that these input and output means may take other forms. Further, those skilled in the art will appreciate that one or more elements of the networked computer system 200 may be remotely located and connected to the other elements over a network. Further, software instructions to perform one or more embodiments of the present invention may be stored on a computer readable medium such as a compact disc (CD), a diskette, a tape, a file, a hard drive, or any other computer-readable storage device.
  • Advantages of the present invention may include one or more of the following. In one or more embodiments of the present invention, formal techniques may be used to generate test cases that may reduce the amount of time needed to get better coverage of functional checks in a design of an integrated circuit,
  • In one or more embodiments of the present invention, by generating test cases to cover properties and cases not covered with random and directed test cases, a stimulus vector size that is targeted to cover a property may be reduced.
  • In one or more embodiments of the present invention, one or more properties of a design not verified by directed and random test cases may be verified.
  • In one or more embodiments of the present invention, existing formal verification tools may be used to increase verification coverage or efficiency and find design bugs.
  • While the invention has been described with respect to a limited number of embodiments, those skilled in the art, having benefit of this disclosure, will appreciate that other embodiments can be devised which do not depart from the scope of the invention as disclosed herein. Accordingly, the scope of the invention should be limited only by the attached claims.

Claims (20)

1. A method of verifying a design of an integrated circuit, comprising:
at least one of simulating a plurality of random test cases for the design and simulating a plurality of directed test cases for the design;
identifying a cover directive not covered by the simulating the plurality of random tests and the simulating the plurality of directed test cases;
creating a property dependent on the identifying, wherein a simulation trace that causes the property to fail covers the cover directive;
evaluating the property; and
storing the simulation trace based on the evaluating.
2. The method of claim 1, further comprising:
running the simulation trace to cover the cover directive.
3. The method of claim 1, wherein storing the simulation trace occurs in response to the property evaluating as failing.
4. The method of claim 1, wherein the simulation trace is not stored in response to the property evaluating as passing.
5. The method of claim 1, the property being defined as a sum of !C, !A1, !A2, and !Ai, wherein C comprises a condition being tested, and wherein A1, A2, and Ai represent constraints that each evaluate high when passing.
6. The method of claim 1, further comprising:
expressing the simulation trace as a test bench; and
adding the test bench to a regression suite for the design.
7. The method of claim 1, evaluating the property comprising:
testing a condition of the design.
8. A computer system, comprising:
a processor;
a memory operatively connected to the processor; and
instructions residing in the memory and executable by the processor, the
instructions comprising instructions to:
at least one of simulate a plurality of random test cases for a design of an integrated circuit and simulate a plurality of directed test cases for the design,
identify a cover directive not covered by the simulation of the plurality of random tests and the simulation of the plurality of directed test cases,
create a property dependent on the identification, wherein a simulation trace that causes the property to fail covers the cover directive,
evaluate the property, and
store the simulation trace based on the evaluation.
9. The computer system of claim 8, further comprising instructions to:
run the simulation trace to cover the cover directive.
10. The computer system of claim 8, wherein storing the simulation trace occurs in response to the property evaluating as failing.
11. The computer system of claim 8, wherein the simulation trace is not stored in response to the property evaluating as passing.
12. The computer system of claim 8, the property being defined as a sum of !C, !A1, !A2, and !Ai, wherein C comprises a condition being tested, and wherein A1, A2, and Ai represent constraints that each evaluate high when passing.
13. The computer system of claim 8, further comprising instructions to:
express the simulation trace as a test bench; and
add the test bench to a regression suite for the design.
14. The computer system of claim 8, wherein the instructions to evaluate the property comprise instructions to:
test a condition of the design.
15. A computer-readable medium having instruction therein, the instructions for:
at least one of simulating a plurality of random test cases for a design of an integrated circuit and simulating a plurality of directed test cases for the design;
identifying a cover directive not covered by the simulating the plurality of random tests and the simulating the plurality of directed test cases;
creating a property dependent on the identifying, wherein a simulation trace that causes the property to fail covers the cover directive;
evaluating the property; and
storing the simulation trace based on the evaluating.
16. The computer-readable medium of claim 15, further comprising instructions for:
running the simulation trace to cover the cover directive.
17. The computer-readable medium of claim 15, wherein storing the simulation trace occurs in response to the property evaluating as failing.
18. The computer-readable medium of claim 15, the property being defined as a sum of !C, !A1, !A2, and !Ai, wherein C comprises a condition being tested, and wherein A1, A2, and Ai represent constraints that each evaluate high when passing.
19. The computer-readable medium of claim 15, further comprising instructions for:
expressing the simulation trace as a test bench; and
adding the test bench to a regression suite for the design.
20. The computer-readable medium of claim 15, the instructions for evaluating the property comprising instructions for:
testing a condition of the design.
US11/353,672 2006-02-13 2006-02-13 Technique for generating input stimulus to cover properties not covered in random simulation Active 2026-10-19 US7454726B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/353,672 US7454726B2 (en) 2006-02-13 2006-02-13 Technique for generating input stimulus to cover properties not covered in random simulation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/353,672 US7454726B2 (en) 2006-02-13 2006-02-13 Technique for generating input stimulus to cover properties not covered in random simulation

Publications (2)

Publication Number Publication Date
US20070192753A1 true US20070192753A1 (en) 2007-08-16
US7454726B2 US7454726B2 (en) 2008-11-18

Family

ID=38370235

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/353,672 Active 2026-10-19 US7454726B2 (en) 2006-02-13 2006-02-13 Technique for generating input stimulus to cover properties not covered in random simulation

Country Status (1)

Country Link
US (1) US7454726B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189095A1 (en) * 2007-02-01 2008-08-07 Via Technologies, Inc. Method and tool for generating simulation case for ic device
US9057764B2 (en) 2011-10-27 2015-06-16 International Business Machines Corporation Detection of unchecked signals in circuit design verification
US9141498B2 (en) 2012-09-07 2015-09-22 Samsung Electronics Co., Ltd. Method for verification of reconfigurable processor
CN112231164A (en) * 2020-12-11 2021-01-15 鹏城实验室 Processor verification method, device and readable storage medium
CN116245056A (en) * 2022-09-26 2023-06-09 上海合见工业软件集团有限公司 Regression test debugging system based on time sequence type coverage database

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2546767B1 (en) * 2011-07-11 2014-12-31 OneSpin Solutions GmbH Digital circuit verification monitor
US9032345B2 (en) * 2011-07-11 2015-05-12 Onespin Solutions Gmbh Digital circuit verification monitor

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5724504A (en) * 1995-06-01 1998-03-03 International Business Machines Corporation Method for measuring architectural test coverage for design verification and building conformal test
US5831998A (en) * 1996-12-13 1998-11-03 Northern Telecom Limited Method of testcase optimization
US5922079A (en) * 1996-03-08 1999-07-13 Hewlett-Packard Company Automated analysis of a model based diagnostic system
US6523151B2 (en) * 2000-05-25 2003-02-18 International Business Machines Corporation Method for verifying the design of a microprocessor
US6687662B1 (en) * 1997-08-07 2004-02-03 Verisity Design, Inc. System and method for automated design verification
US7007251B2 (en) * 2003-11-12 2006-02-28 International Business Machines Corporation Database mining system and method for coverage analysis of functional verification of integrated circuit designs
US7203882B2 (en) * 2004-08-31 2007-04-10 International Business Machines Corporation Clustering-based approach for coverage-directed test generation
US7278056B2 (en) * 2004-06-09 2007-10-02 International Business Machines Corporation Methods, systems, and media for management of functional verification

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5724504A (en) * 1995-06-01 1998-03-03 International Business Machines Corporation Method for measuring architectural test coverage for design verification and building conformal test
US5922079A (en) * 1996-03-08 1999-07-13 Hewlett-Packard Company Automated analysis of a model based diagnostic system
US5831998A (en) * 1996-12-13 1998-11-03 Northern Telecom Limited Method of testcase optimization
US6687662B1 (en) * 1997-08-07 2004-02-03 Verisity Design, Inc. System and method for automated design verification
US6523151B2 (en) * 2000-05-25 2003-02-18 International Business Machines Corporation Method for verifying the design of a microprocessor
US7007251B2 (en) * 2003-11-12 2006-02-28 International Business Machines Corporation Database mining system and method for coverage analysis of functional verification of integrated circuit designs
US7278056B2 (en) * 2004-06-09 2007-10-02 International Business Machines Corporation Methods, systems, and media for management of functional verification
US7203882B2 (en) * 2004-08-31 2007-04-10 International Business Machines Corporation Clustering-based approach for coverage-directed test generation

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189095A1 (en) * 2007-02-01 2008-08-07 Via Technologies, Inc. Method and tool for generating simulation case for ic device
US7949509B2 (en) * 2007-02-01 2011-05-24 Via Technologies, Inc. Method and tool for generating simulation case for IC device
US9057764B2 (en) 2011-10-27 2015-06-16 International Business Machines Corporation Detection of unchecked signals in circuit design verification
US9141498B2 (en) 2012-09-07 2015-09-22 Samsung Electronics Co., Ltd. Method for verification of reconfigurable processor
CN112231164A (en) * 2020-12-11 2021-01-15 鹏城实验室 Processor verification method, device and readable storage medium
CN116245056A (en) * 2022-09-26 2023-06-09 上海合见工业软件集团有限公司 Regression test debugging system based on time sequence type coverage database

Also Published As

Publication number Publication date
US7454726B2 (en) 2008-11-18

Similar Documents

Publication Publication Date Title
US6678645B1 (en) Method and apparatus for SoC design validation
US7865853B2 (en) Systems, methods, and media for block-based assertion generation, qualification and analysis
Bai et al. Self-test methodology for at-speed test of crosstalk in chip interconnects
US6353915B1 (en) Methods for evaluating systems of electronic components
US9026966B1 (en) Co-simulation methodology to address performance and runtime challenges of gate level simulations with, SDF timing using emulators
US7587690B1 (en) Method and system for global coverage analysis
US8181131B2 (en) Enhanced analysis of array-based netlists via reparameterization
JP4806529B2 (en) Debugging methods and systems that use replicated logic
US7401310B1 (en) Integrated circuit design with cell-based macros
US7454726B2 (en) Technique for generating input stimulus to cover properties not covered in random simulation
US8650513B2 (en) Reducing x-pessimism in gate-level simulation and verification
US10073933B2 (en) Automatic generation of properties to assist hardware emulation
US7210109B2 (en) Equivalence checking of scan path flush operations
JP2004038617A (en) Logic verification system and method, logic cone extraction device and method, and logic verification and logic cone extraction program
Bombieri et al. Incremental ABV for functional validation of TL-to-RTL design refinement
US8504347B2 (en) Simulation apparatus, simulation method, and program to perform simulation on design data of a target circuit
Taatizadeh et al. Emulation infrastructure for the evaluation of hardware assertions for post-silicon validation
US10970444B1 (en) Methods and systems to verify correctness of bug fixes in integrated circuits
Bombieri et al. Hybrid, incremental assertion-based verification for TLM design flows
US9990453B2 (en) Clock-domain-crossing specific design mutations to model silicon behavior and measure verification robustness
US10643012B1 (en) Concurrent formal verification of logic synthesis
US10657307B1 (en) Using runtime information from solvers to measure quality of formal verification
CN117094269B (en) Verification method, verification device, electronic equipment and readable storage medium
Erickson TLM-Driven Design and Verification–Time For a Methodology Shift
Ferro et al. Runtime verification of typical requirements for a space critical SoC platform

Legal Events

Date Code Title Description
AS Assignment

Owner name: SUN MICROSYSTEMS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LAM, WILLIAM, K.;WONG, YICK, KEI;GANESAN, HARIHARA;REEL/FRAME:017587/0071;SIGNING DATES FROM 20060201 TO 20060203

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: ORACLE AMERICA, INC., CALIFORNIA

Free format text: MERGER AND CHANGE OF NAME;ASSIGNORS:ORACLE USA, INC.;SUN MICROSYSTEMS, INC.;ORACLE AMERICA, INC.;REEL/FRAME:037303/0926

Effective date: 20100212

FPAY Fee payment

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12