EP0416669A2 - Logik-Kompilator zum Entwurf von Schaltungsmodellen - Google Patents

Logik-Kompilator zum Entwurf von Schaltungsmodellen Download PDF

Info

Publication number
EP0416669A2
EP0416669A2 EP90202055A EP90202055A EP0416669A2 EP 0416669 A2 EP0416669 A2 EP 0416669A2 EP 90202055 A EP90202055 A EP 90202055A EP 90202055 A EP90202055 A EP 90202055A EP 0416669 A2 EP0416669 A2 EP 0416669A2
Authority
EP
European Patent Office
Prior art keywords
model
circuit
circuit model
user
generating
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
EP90202055A
Other languages
English (en)
French (fr)
Other versions
EP0416669A3 (en
EP0416669B1 (de
Inventor
Jeffrey A. Werner
Daniel R. Watkins
Jimmy S. Wong
Yen C. Chang
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.)
LSI Corp
Original Assignee
LSI Logic Corp
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 LSI Logic Corp filed Critical LSI Logic Corp
Publication of EP0416669A2 publication Critical patent/EP0416669A2/de
Publication of EP0416669A3 publication Critical patent/EP0416669A3/en
Application granted granted Critical
Publication of EP0416669B1 publication Critical patent/EP0416669B1/de
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

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
    • G06F30/3308Design verification, e.g. functional simulation or model checking using simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • 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

Definitions

  • This invention relates to logic compilers which are used in the computer aided design of logic circuits, and in particular, to an improved logic compiler which incorporates improved software verifying techniques, improved user interface techniques, and improved circuit model generation techniques.
  • Logic compilers also known as functional generators, are software tools used to create logic models, or circuit models.
  • the model describes the mathematical or logical relationships between inputs into the model and outputs outputted from the model.
  • the logic complier may also design the actual circuit represented by the circuit model.
  • the resulting circuit models may be then incorporated into a system model whose performance can then be verified.
  • the system model may be used to develop the actual hardware corresponding to the system model.
  • prior art logic compilers generally require the user to have a relatively detailed knowledge of the logic compiler in order to properly instruct the logic compiler to generate a desired circuit model.
  • the invention is a logic compiler system which creates, in real time, a desired circuit model, selected by the user via a menu driven display, from one or more types of circuit building blocks.
  • the menu driven display provides a selection of options and features to the user through which the user instructs the logic compiler to develop the desired circuit model.
  • the logic compiler in real time, generates the desired circuit model, which includes the circuit design itself.
  • the user does not simply select one circuit model out of literally thousands of possible circuit models stored in a library.
  • the logic compiler builds circuit models from one or more types of circuit building blocks, wherein algorithms in the logic compiler, generally associated with each feature selectable by the user, generate the required building blocks and connect the building blocks together to create the selected circuit model. Since each algorithm associated with a feature to be added to a circuit model may be used to modify many different circuit configurations, the compiler enables the generation of thousands of different types of circuit models without requiring a commensurate increase in software.
  • Verification of each of the perhaps thousands of different circuit models which may be developed using a single logic compiler is done automatically by the logic compiler.
  • the logic compiler in real time, creates a circuit model for each of the possible circuit models one at a time and also generates a corresponding behavior model, which is simply a mathematical model of the actual circuit selected.
  • a simple mathematical model representing the actual operation of the circuit is also created which provides the correct output of the circuit in response to an input.
  • a circuit model and corresponding behavior model is generated, a pattern of input signals is generated and automatically applied to both the behavior model and the circuit model.
  • the software programmer reviews the flags identifying that the software related to that particular circuit model must be debugged.
  • test pattern In some cases more than one test pattern is required to verify all operation capabilities of each circuit model.
  • the verification process using this inventive automated means is now one of the least labor intensive of all the tasks required to develop a logic compiler.
  • a novel menu driven user interface is described.
  • the user interface of this invention enables the user to efficiently develop a circuit model and enables the user to obtain the performance characteristics of each of the circuit models capable of being generated by the logic compiler. Generating the performance characteristics is accomplished by the logic compiler, in real time, by analyzing a particular circuit model chosen by the user and displaying the specific performance characteristics of the chosen circuit. The user may also verify the selected circuit model using the user's chosen input signals.
  • Fig. 1 shows the main menu of the logic compiler displayed to a user.
  • the logic compiler actually consists of a number of logic compilers, each dedicated to creating a certain general class of logic circuits.
  • the various classes of logic circuits which may be created with the preferred embodiment logic compiler described herein are adders, counters, multiplexers, incrementers/­decrementers, decoders, shift registers, and fall-through FIFOs.
  • the user then inputs into a keyboard a desired general class of logic circuits, resulting in the particular logic compiler dedicated to that class being accessed.
  • Fig. 2 the menu shown in Fig. 2 is displayed giving the various types of adders which may be created by the logic compiler.
  • the types of adders which may be chosen are carry select adder, carry look-ahead adder, carry skip adder, and ripple adder. These general types of adders are well known in the art.
  • the hardware technology is a selection of either CMOS10K or LCB15, where CMOS10K and LCB15 correspond to a particular silicon implementation of the circuitry which will form the adder.
  • the user is then prompted to provide an identifying name to the circuit model being created.
  • the user is prompted to input the desired bit width of the adder.
  • the desired bit width of the adder For purposes of illustration, assume the user has selected a four bit adder circuit with look-ahead carry. The logic compiler will then generate the selected circuit.
  • a novel feature of the logic compiler of this invention is that the logic compiler generates the various selected circuit models in real time without simply choosing the final selected circuit from a library containing all possible permutations of circuit models.
  • an algorithm within the logic compiler is called upon to generate the various connections and circuit building blocks required for a four bit adder circuit with look-ahead carry.
  • a larger bit width of the selected adder circuit increases the number of logic gates needed for the adder circuit, the connections between these building blocks of the adder circuit are systematic so that a single algorithm can generate adder circuits having a wide range of bit widths.
  • This algorithm may be readily developed by one of ordinary skill in the art given the established and well-­known logic design techniques for determining the systematic connections between the building blocks comprising the adder circuit to create an adder circuit of any bit width having look-ahead carry.
  • This type of software approach is used in the preferred embodiment logic compiler to generate all the adder circuit models available to the user.
  • a total of 256 different adders are enabled by the adder logic compiler using algorithms which systematically generate all the permutations of possible adders without the use of a library. Consequently, the compiler requires much less memory than a compiler which, to create 256 adder circuit models, must store all 256 different adders in a library.
  • Fig. 4 shows certain general classes of logic devices and certain features available to a user. It will be apparent to one of ordinary skill in the art of software programming how to incorporate each of the offered features into a selected logic circuit having a selected bit width so that, generally, each feature may be considered as a signal subroutine in the logic compiler software program which is accessed each time that particular feature is selected. Developing the software for the logic compiler using independent subroutines enables the logic compiler to be debugged more quickly and in a more efficient manner.
  • the logic compiler is menu based so as to provide the user with clear options in the most efficient order as determined by the software programmer.
  • the user may request help by pressing a key of the keyboard which causes a help subroutine associated with the menu to be displayed on the screen.
  • the various menus and queries put to the user are dependent upon the user's previous input so that only relevant menus and options are displayed.
  • the software used is platform independent, which means the logic compiler can be used on a variety of computer systems. This is accomplished by using an interpreter which translates and executes each line of the computer program before the next line of the computer program is considered. Although an interpreted program is slow, as much as 20 times slower than an assembled program, the interpreted program speeds up program development because the effect of the source code changes can be seen immediately.
  • a NET file indicates all the interconnections between the building blocks used in a particular circuit model and, as such, represents the actual circuit design.
  • a NET file may represent a simple eight bit ripple adder, wherein each of the various building blocks in the NET file would be a full adder. Each full adder would have three inputs, one input being a carry bit, represented by three variables. Each full adder would also have two outputs (a sum bit and a carry bit), represented by two variables. An output of one full adder is applied to the input of another full adder where the same variable is shown in the NET file as being both an input and an output variable. Thus, by viewing the NET file, all the interconnections between the full adders may be known.
  • the NET file is eventually used to implement the particular circuit into hardware.
  • a variety of types of building blocks may be used by the logic complier in the creation of a selected circuit.
  • Various building blocks which may be used include: transistor or component level; logic gate level; functional level (e.g., full adders, incrementers); or Register Translation Language, wherein a building block is represented by its operation (e.g., "input+1") and a circuit corresponding to that operation is utilized.
  • the circuit models may be created using one or more types of building blocks, as chosen by the programmer as being the most expedient means of creating a particular circuit model.
  • each possible type of logic circuit model which may be created by the logic compiler must be verified by the programmer to determine if the circuit models accurately model the circuit selected by a user.
  • a programmer had to apply a test pattern input to the input of each possible circuit model and compare the output to an expected value manually.
  • the verification portion of the development of the logic compiler was the most labor intensive portion in the development of the compiler.
  • verification of each circuit model is verified automatically in a continuous verification process.
  • the programmer After the software programmer has completed the algorithms necessary for the generation of all circuit models to be generated by the compiler, the programmer implements the verification program represented by the flowchart of Fig. 5, which verifies the accuracy of each circuit model which may be created by the logic compiler.
  • step 1 of the verification process of Fig. 5 the logic compiler automatically selects a technology (CMOS10K or LCB15) in which to build the circuits in silicon.
  • CMOS10K or LCB15 a technology in which to build the circuits in silicon.
  • this step can also apply to circuits formed in other semiconductor materials, such as gallium arsenide.
  • the logic compiler uses a global look-up table to enable the NET file generator to create circuit models having characteristics of the actual corresponding circuit implemented in the particular technology selected.
  • the verification program After the particular technology is selected the verification program generates in step 2 a first NET file associated with a first circuit model.
  • a simulation file is generated for the particular circuit model associated with the NET file.
  • the simulation file formats the circuit model to accept the various inputs to be applied to the circuit model and to provide the output signals from the model for storage after the simulation is run.
  • a simulation file is generated for a behavior model corresponding to the previously generated logic model, wherein the behavior model is a simple mathematical model representing the actual operation of the circuit in response to an input.
  • a behavior model software program is one fifth to one thirtieth the length of the circuit model program, since a behavior model can be simply described by equations without consideration of any interconnections.
  • a test pattern file is created which consists of the various test input signals, or test vectors, to be applied to both the circuit model and the behavior model to test all the various logic gates, interconnections, and features of the circuit model.
  • the test pattern file is generated by algorithms which are dependent upon the type of circuit to be verified and may be written by a software programmer of ordinary skill in the art using well-known techniques.
  • a pattern file containing over 1,000 test vectors must be created, wherein each test vector represents a single set of parallel or serial inputs into the circuit model and behavior model, and wherein each test vector is sequentially applied to the inputs of the circuit model and behavior model.
  • a file is generated containing the features of the circuit model generated.
  • This file will be used by the behavior model so that, in effect, the behavior model will possess those features of the logic model.
  • a feature may be asynchronous clear, which would be performed by the behavior model.
  • step 7 gate delays for each of the gates comprising the circuit model are analyzed by looking at the loading on each gate to determine if the delay is acceptable. If a gate delay is unacceptable, a flag is set to identify the problem.
  • step 8 simulation is run on the model of the actual circuit implemented in silicon by applying all test vectors previously generated to the inputs of the circuit model.
  • the outputs of the circuit model resulting from the application of each test vector to the inputs of the circuit model are then stored in a logic model output file.
  • step 9 simulation is run on the behavior model and the outputs stored in a behavior model output file.
  • step 10 the outputs of the logic model output file and the behavior model output file are compared line by line to determine any differences between the outputs of the behavior model and the outputs of the circuit model. If the comparison of the output files indicates an output of the circuit model is different than the corresponding output of the behavior model, these lines of the output files are written into a difference table.
  • next line of the output files is compared until a last line of the output files is detected. When this last line is detected, a next NET file is then generated and the verification process is repeated. Once all the possible circuit models generated by the compiler have been tested and the outputs compared, the programmer then reviews the difference table to determine the accuracy of the software program. The programmer then debugs the portion of software which caused the discrepancy.
  • circuit model programs are written in a modular fashion, where a subroutine is dedicated to a certain additional feature, the debugging and testing of the software is easily done by isolating the subroutine that implements that feature associated with the non matching outputs.
  • the compiler may be debugged in less time than in compilers not using the above-described verification process.
  • a logic compiler to develop a behavior model associated with each circuit model available within the compiler enables a number of various highly commercial features of the compiler. For example, the user may be ensured that the user's selected circuit model is error free by directing the logic compiler to display the output of the behavior model and the circuit model in response to various inputs selected by the user. Alternatively, the test inputs may be generated using the test pattern generator. The user, in effect, implements the verification process of Fig. 5 for one selected NET file only. Hence, a valuable feature provided by the incorporation of a behavior model generator in the logic compiler is that it gives the user access to a customized verification process and allows the user to obtain precise performance specifications on a variety of custom input patterns on any circuit created by the logic compiler.
  • the menu driven display leads the user through the process required for the verification process and prompts the user as to the desired selection of the input signals.
  • a user could not perform verification in real time since there would be no verification program in the compiler which generates a behavior model.
  • the user may also request documentation, generated in real time, on the specific circuit model the user has selected simply by responding to a prompt displayed by the menu.
  • the logic compiler estimates the various accumulated delays within the selected circuit and generates performance data, in real time, on that particular circuit.
  • Schematic diagrams of the selected circuit model may also be selected by the user and printed out.
  • Documentation for the most popular types of circuits which can be created by the compiler is fixed in memory in the compiler.
  • the documentation for an adder with a carry look-ahead feature having various popular bit widths may be displayed as shown in Fig. 6.
  • the various parameters displayed in the documentation are inputted by the software programmer based on known delays and known hardware constraints for each of the general types of circuits created by the logic compiler.
  • the user may then incorporate the circuit model into a larger system model containing additional circuit models.
  • a PINS file shown in Fig. 7, is created along with the NET file for a particular circuit.
  • the PINS file contains a listing of the input and output terminals of the circuit represented by the NET file and is basically used to readily indicate the various parts of the circuit.
  • the PINS file also contains the identification name of the NET file given by the user, the bit width of the modeled device, and the technology in which the circuit is to be implemented in silicon.
  • the above-described logic compiler may also find applicability for creating analog circuit models. All software within the logic compiler described above may be written by a software programmer of ordinary skill in the art, given the above description of the logic compiler. Of course, numerous differences in computer programs will result due to the differing techniques and skill levels of software programmers. As mentioned previously, in the preferred embodiment, the compiler software uses an interpreter to interact with a computer so as to enable the compiler to be used on a variety of computer systems to accommodate the widest number of users.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)
  • Tests Of Electronic Circuits (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)
EP90202055A 1989-09-05 1990-07-27 Logik-Kompilator zum Entwurf von Schaltungsmodellen Expired - Lifetime EP0416669B1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US40324789A 1989-09-05 1989-09-05
US403247 1989-09-05

Publications (3)

Publication Number Publication Date
EP0416669A2 true EP0416669A2 (de) 1991-03-13
EP0416669A3 EP0416669A3 (en) 1993-05-05
EP0416669B1 EP0416669B1 (de) 1998-09-09

Family

ID=23595074

Family Applications (1)

Application Number Title Priority Date Filing Date
EP90202055A Expired - Lifetime EP0416669B1 (de) 1989-09-05 1990-07-27 Logik-Kompilator zum Entwurf von Schaltungsmodellen

Country Status (3)

Country Link
US (1) US5377122A (de)
EP (1) EP0416669B1 (de)
DE (1) DE69032640D1 (de)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0508075A2 (de) * 1991-04-12 1992-10-14 Lsi Logic Corporation Automatische Logikmodell-Erzeugung aus einer Schaltschema-Datenbank
US5377122A (en) * 1989-09-05 1994-12-27 Lsi Logic Corporation Logic compiler for design of circuit models
US6152612A (en) * 1997-06-09 2000-11-28 Synopsys, Inc. System and method for system level and circuit level modeling and design simulation using C++

Families Citing this family (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5479356A (en) * 1990-10-18 1995-12-26 Hewlett-Packard Company Computer-aided method of designing a carry-lookahead adder
US5680318A (en) * 1990-12-21 1997-10-21 Synopsys Inc. Synthesizer for generating a logic network using a hardware independent description
JPH06252266A (ja) * 1993-02-24 1994-09-09 Mitsubishi Electric Corp 半導体集積回路自動設計装置
JPH06282599A (ja) * 1993-03-26 1994-10-07 Hitachi Ltd 論理検証方法および装置
US5550750A (en) * 1993-05-28 1996-08-27 Mentor Graphics Corporation Method and system for integrating component analysis with multiple component placement
US5696770A (en) * 1993-09-30 1997-12-09 Texas Instruments Incorporated Method and apparatus for testing circuitry with memory and with forcing circuitry
JP3190514B2 (ja) * 1994-03-17 2001-07-23 富士通株式会社 レイアウトデータ生成装置及び生成方法
US5600579A (en) * 1994-07-08 1997-02-04 Apple Computer, Inc. Hardware simulation and design verification system and method
US6026219A (en) 1995-05-12 2000-02-15 Synopsys, Inc. Behavioral synthesis links to logic synthesis
US5815715A (en) * 1995-06-05 1998-09-29 Motorola, Inc. Method for designing a product having hardware and software components and product therefor
US5638381A (en) * 1995-07-21 1997-06-10 Motorola, Inc. Apparatus and method for deriving correspondence between storage elements of a first circuit model and storage elements of a second circuit model
US6389582B1 (en) * 1995-12-21 2002-05-14 John Valainis Thermal driven placement
US5790830A (en) * 1995-12-29 1998-08-04 Synopsys, Incorporated Extracting accurate and efficient timing models of latch-based designs
US5898596A (en) * 1996-01-24 1999-04-27 Synopsys, Inc. Adder which employs both carry look-ahead and carry select techniques
US6066178A (en) * 1996-04-10 2000-05-23 Lsi Logic Corporation Automated design method and system for synthesizing digital multipliers
US5883818A (en) * 1996-08-29 1999-03-16 International Business Machines Corporation Method for generating an improved model for evaluating the operation of an integrated circuit design
US6023568A (en) * 1996-11-15 2000-02-08 Synopsys, Inc. Extracting accurate and efficient timing models of latch-based designs
US6436005B1 (en) 1998-06-18 2002-08-20 Cummins, Inc. System for controlling drivetrain components to achieve fuel efficiency goals
FR2809822B1 (fr) * 2000-05-31 2002-10-04 St Microelectronics Sa Procede de preparation et d'execution d'une procedure d'autotest et procede de generation d'autotest associe
US6996799B1 (en) * 2000-08-08 2006-02-07 Mobilygen Corporation Automatic code generation for integrated circuit design
US7043718B1 (en) 2002-02-15 2006-05-09 Lsi Logic Corporation System real-time analysis tool
US6848084B1 (en) * 2002-07-02 2005-01-25 Cadence Design Systems, Inc. Method and apparatus for verification of memories at multiple abstraction levels
US7131097B1 (en) * 2002-09-24 2006-10-31 Altera Corporation Logic generation for multiple memory functions
US7401057B2 (en) 2002-12-10 2008-07-15 Asset Trust, Inc. Entity centric computer system
US7627842B1 (en) 2003-06-03 2009-12-01 Cadence Design Systems, Inc. Method and system for verification of circuits with encoded signals
CN1567223A (zh) * 2003-07-09 2005-01-19 松下电器产业株式会社 程序生成装置、方法及程序
US20050229143A1 (en) * 2004-04-01 2005-10-13 Lsi Logic Corporation System and method for implementing multiple instantiated configurable peripherals in a circuit design
US7228509B1 (en) * 2004-08-20 2007-06-05 Altera Corporation Design tools for configurable serial communications protocols
US8073040B1 (en) * 2004-08-20 2011-12-06 Altera Corporation Serial communications control plane with optional features
US8713025B2 (en) 2005-03-31 2014-04-29 Square Halt Solutions, Limited Liability Company Complete context search system
US8224468B2 (en) * 2007-11-02 2012-07-17 Caterpillar Inc. Calibration certificate for virtual sensor network (VSN)
US20090164203A1 (en) * 2007-12-23 2009-06-25 Unity Semiconductor Corporation Non-volatile memory compiler
US8615540B2 (en) 2009-07-24 2013-12-24 Honeywell International Inc. Arithmetic logic unit for use within a flight control system

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3622762A (en) * 1969-06-11 1971-11-23 Texas Instruments Inc Circuit design by an automated data processing machine
US4263651A (en) * 1979-05-21 1981-04-21 International Business Machines Corporation Method for determining the characteristics of a logic block graph diagram to provide an indication of path delays between the blocks
US4590581A (en) * 1983-05-09 1986-05-20 Valid Logic Systems, Inc. Method and apparatus for modeling systems of complex circuits
US4635218A (en) * 1983-05-09 1987-01-06 Valid Logic Systems Method for simulating system operation of static and dynamic circuit devices
JPH065541B2 (ja) * 1983-12-30 1994-01-19 株式会社日立製作所 論理回路の自動設計方法
US4813013A (en) * 1984-03-01 1989-03-14 The Cadware Group, Ltd. Schematic diagram generating system using library of general purpose interactively selectable graphic primitives to create special applications icons
JPS62182939A (ja) * 1986-02-07 1987-08-11 Hitachi Ltd 情報処理装置の論理シミユレ−シヨン方法
US4831524A (en) * 1986-06-24 1989-05-16 Westinghouse Electric Corp. Logic diagram compiler/executor
US5034899A (en) * 1986-07-07 1991-07-23 Bbc Brown Boveri Ag Software tool for automatically generating a functional-diagram graphic
US4868770A (en) * 1987-12-02 1989-09-19 Analogy, Inc. Simulation results enhancement method and system
US4922432A (en) * 1988-01-13 1990-05-01 International Chip Corporation Knowledge based method and apparatus for designing integrated circuits using functional specifications
US4970664A (en) * 1988-06-10 1990-11-13 Kaiser Richard R Critical path analyzer with path context window
US4965741A (en) * 1988-10-17 1990-10-23 Ncr Corporation Method for providing an improved human user interface to a knowledge based system
US5111413A (en) * 1989-03-24 1992-05-05 Vantage Analysis Systems, Inc. Computer-aided engineering
US5051938A (en) * 1989-06-23 1991-09-24 Hyduke Stanley M Simulation of selected logic circuit designs
DE69032640D1 (de) * 1989-09-05 1998-10-15 Lsi Logic Corp Logik-Kompilator zum Entwurf von Schaltungsmodellen

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
25TH ACM/IEEE DESIGN AUTOMATION CONFERENCE JUNE 12 -15 1988 US pages 48 - 53 AUGUSTIN ET AL 'verification of vhdl designs using val' *
IBM TECHNICAL DISCLOSURE BULLETIN. vol. 29, no. 3, August 1986, NEW YORK US page 1065 'display of conditional parameters using hierarchical pop-up panels' *
IEEE INTERNATIONAL SYMPOSIUM ON CIRCUITS AND SYSTEMS MAY 8-11 1989 vol. 3 OF3, PORTLAND OR US pages 1887 - 1890 M]NZNER ET AL 'badge - building block adviser and generator' *
INTERNATIONAL CONFERENCE ON ACOUSTICS,SPEECH, AND SIGNAL PROCESSING APRIL 6-9 1987 DALLAS TEXAS US pages 495 - 498 SMITH ET AL 'full-span structural compilation of dsp hardware' *
PROCEEDINGS OF THE IEEE 1988 CUSTOM INTEGRATED CIRCUITS CONFERENCE MAY 16-19 1988 ROCHESTER NY US pages 331 - 334 ALEXANDER ET AL 'automatic generation of behavioral simulation models' *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5377122A (en) * 1989-09-05 1994-12-27 Lsi Logic Corporation Logic compiler for design of circuit models
EP0508075A2 (de) * 1991-04-12 1992-10-14 Lsi Logic Corporation Automatische Logikmodell-Erzeugung aus einer Schaltschema-Datenbank
EP0508075A3 (en) * 1991-04-12 1994-07-13 Lsi Logic Corp Automatic logic model generation from schematic data base
US6152612A (en) * 1997-06-09 2000-11-28 Synopsys, Inc. System and method for system level and circuit level modeling and design simulation using C++

Also Published As

Publication number Publication date
US5377122A (en) 1994-12-27
DE69032640D1 (de) 1998-10-15
EP0416669A3 (en) 1993-05-05
EP0416669B1 (de) 1998-09-09

Similar Documents

Publication Publication Date Title
US5377122A (en) Logic compiler for design of circuit models
US6718520B1 (en) Method and apparatus for selectively providing hierarchy to a circuit design
US5051938A (en) Simulation of selected logic circuit designs
EP0242131B1 (de) Grafiksystem zum Modellieren eines Prozesses und dazugehöriges Verfahren
US6282699B1 (en) Code node for a graphical programming system which invokes execution of textual code
JP4454198B2 (ja) プログラムの容易な自動テスト機器
US6026226A (en) Local compilation in context within a design hierarchy
US5291587A (en) Graphical system for executing a process and for programming a computer to execute a process, including graphical variable inputs and variable outputs
US5557774A (en) Method for making test environmental programs
US5715433A (en) Dynamic software model for emulating hardware
US6353806B1 (en) System level hardware simulator and its automation
US5313615A (en) Block diagram simulator using a library for generation of a computer program
US5068812A (en) Event-controlled LCC stimulation
EP0445942A2 (de) Analytische Entwicklung und Verifizierung von intensiv steuernden Systemen
EP0869433A2 (de) Ein Prüfungsentwicklungssystem und -verfahren für Software mit einer grafischen Benutzerschnittstelle
US5581491A (en) High-throughput testing apparatus
US7035996B2 (en) Generating data type token value error in stream computer
JP2002535684A (ja) 集積回路のリアルバージョンテストとシミュレートバージョンテストを行うシステム
US5892938A (en) Interactive interface system
US5384275A (en) Method of manufacturing a semiconductor integrated circuit device, and an electronic circuit device
US6643836B2 (en) Displaying information relating to a logic design
Shirazi et al. Framework and tools for run-time reconfigurable designs
US6226406B1 (en) Method and apparatus for hybrid sampling image verification
Fuchs et al. Workstation-based logic animation and microarchitecture emulation for teaching introduction to computer engineering
Kranzlmüller et al. Why debugging parallel programs needs visualization

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): DE FR GB IT NL

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): DE FR GB IT NL

17P Request for examination filed

Effective date: 19930811

17Q First examination report despatched

Effective date: 19950803

GRAG Despatch of communication of intention to grant

Free format text: ORIGINAL CODE: EPIDOS AGRA

GRAG Despatch of communication of intention to grant

Free format text: ORIGINAL CODE: EPIDOS AGRA

GRAH Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOS IGRA

GRAH Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOS IGRA

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE FR GB IT NL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.

Effective date: 19980909

Ref country code: FR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 19980909

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 19980909

REF Corresponds to:

Ref document number: 69032640

Country of ref document: DE

Date of ref document: 19981015

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 19981210

NLV1 Nl: lapsed or annulled due to failure to fulfill the requirements of art. 29p and 29m of the patents act
EN Fr: translation not filed
PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed
REG Reference to a national code

Ref country code: GB

Ref legal event code: IF02

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20050720

Year of fee payment: 16

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20060727

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20060727