US20030120475A1 - Method of generating asic design database - Google Patents

Method of generating asic design database Download PDF

Info

Publication number
US20030120475A1
US20030120475A1 US10/025,788 US2578801A US2003120475A1 US 20030120475 A1 US20030120475 A1 US 20030120475A1 US 2578801 A US2578801 A US 2578801A US 2003120475 A1 US2003120475 A1 US 2003120475A1
Authority
US
United States
Prior art keywords
rtl description
header portion
design
entity
power consumption
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.)
Abandoned
Application number
US10/025,788
Inventor
Akihisa Nakamura
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.)
Toshiba Corp
Toshiba TEC Corp
Original Assignee
Toshiba TEC 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 Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to US10/025,788 priority Critical patent/US20030120475A1/en
Assigned to TOSHIBA TEC KABUSHIKI KAISHA reassignment TOSHIBA TEC KABUSHIKI KAISHA ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NAKAMURA, AKIHISA
Assigned to KABUSHIKI KAISHA TOSHIBA, TOSHIBA TEC KABUSHIKI KAISHA reassignment KABUSHIKI KAISHA TOSHIBA ASSIGNMENT (ONE-HALF INTEREST) Assignors: TOSHIBA TEC KABUSHIKI KAISHA
Publication of US20030120475A1 publication Critical patent/US20030120475A1/en
Priority to US11/352,288 priority patent/US7444602B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design

Definitions

  • the present invention relates to a method of generating an ASIC design database, which is important when a large-scale integrated circuit device such as a system LSI is to be designed.
  • ASIC Application Specific Integrated Circuit
  • a designer In designing an ASIC (Application Specific Integrated Circuit), a designer first analyzes given design specifications, examines architecture candidates, selects a most prospective architecture, and describes the selected architecture using a hardware description language. The act of the describing is called “operation description”. The obtained operation description is an operation-level design result. The operation-level design is verified by applying an operation-level simulator or a verifier to this operation-level design result.
  • RTL Register Transfer Level
  • the RTL description is automatically generated from the operation description by means of an operation synthesis tool.
  • the generated RTL description is also based on a hardware description language (HDL).
  • HDL hardware description language
  • the RT level design is verified by applying an RT level simulation tool, etc. to the RTL description.
  • a net list (gate-level logic circuit description), in which the object of design is described in a gate level on the basis of the RTL description, is generated by means of a logic synthesis tool.
  • the gate-level design is verified by applying a logic simulation tool, etc. to the net list, following which a floor plan is carried out.
  • blocks constituting gate-level logic circuits are generally arranged and wired.
  • the gate-level design represented by the net list is evaluated. Specifically, using the information on the arrangement of blocks constituting logic circuits and the information on the wiring of the blocks, the layout area, timing, power consumption, etc. are calculated.
  • the specification data contains data on the process time, layout area, power consumption, test cost, etc.
  • the RTL description data is an RTL description file in units of an entity.
  • the object of the present invention is to provide a method of generating an ASIC design database, the method being capable of generating a database necessary for re-use design and efficient information collection, which are necessary when a large-scale integrated circuit device such as a system LSI is to be designed.
  • the present invention may provide a method of generating an ASIC design database, comprising: extracting, when a function design using description data comprising a header portion and an entity portion has been performed, information necessary for reuse design from various execution results of the entity portion; writing the extracted information necessary for reuse design in the header portion of the description data; and storing, as one file at a predetermined location, the description data comprising the header portion in which the information necessary for reuse is written, and the entity portion.
  • FIG. 1 is a block diagram schematically showing the structure of an IC design support apparatus according to the present invention
  • FIG. 2 is a flow chart illustrating the generation of a database and operations for collecting information
  • FIG. 3 shows an example of a function design using RTL description
  • FIG. 4 shows an example of a simulation result
  • FIG. 5 shows an example of an analysis support (area information);
  • FIG. 6 shows an example of an analysis report (timing information).
  • FIG. 7 shows an example of a power consumption calculation result.
  • FIG. 1 schematically shows the structure of an integrated circuit design support apparatus according to an ASIC design database generating method of the present invention.
  • the hardware of this IC circuit design support apparatus is a computer system such as a work station.
  • the IC design support apparatus comprises a CPU 1 , a ROM 2 , a RAM 3 , a memory 4 , a hard disk drive (HDD) 5 , a display 6 , a keyboard 7 , a mouse 8 , and a printer 10 .
  • the CPU 1 controls the entirety of the apparatus.
  • the ROM 2 stores control programs, etc.
  • the RAM 3 temporarily stores data.
  • the memory 4 stores data mentioned below.
  • the hard disk drive (HDD) 5 is a database to be reused for ASIC design, as will be described below in detail.
  • the HDD 5 stores software tools, i.e. a simulation tool 5 a, a logic synthesis tool 5 b, a timing analysis tool 5 c, a logic simulation tool 5 d and a power consumption calculation tool 5 e, which are executed by the CPU 1 .
  • the display 6 displays various information.
  • the keyboard 7 and mouse 8 function as input devices.
  • the printer 10 performs a print-out operation as a printing apparatus.
  • FIG. 3 shows an example of the function design by RTL description according to the present invention.
  • the RTL description in this invention comprises a header portion and an entity portion.
  • the RTL description is written in the HDD 5 as a reuse design database.
  • the CPU 1 generates a simulation result list (ST 2 ).
  • the list may be printed out by the printer 10 or displayed on the display 6 .
  • FIG. 4 shows an example of a simulation result.
  • “#799996” represents a simulation time.
  • the CPU 1 extracts the simulation time (step) from the simulation result list and writes it in the header portion of the executed RTL description (ST 3 ).
  • the simulation time “#799996” nS shown in FIG. 4 is written in the header portion of the RTL description shown in FIG. 3.
  • the CPU 1 inputs the entity portion of the RTL description to the logic synthesis tool 5 b and executes logic synthesis (ST 4 ), and outputs a gate-level net list (ST 5 ).
  • the CPU 1 inputs the net list to the timing analysis tool 5 c and executes a timing analysis (ST 6 ), and outputs an analysis report as an analysis result (ST 7 ).
  • the analysis report may be printed out by the printer 10 or displayed on the display 6 .
  • FIGS. 5 and 6 show examples of the analysis report.
  • FIG. 5 shows area information, and the total area is “31387.996094”.
  • FIG. 6 shows timing information, and the data arrival time is “ ⁇ 7.70”.
  • the CPU 1 compares the values in the analysis report with pre-input desirable specifications (conditions for design) (ST 8 ). If conditions for timing or layout area of the desirable specifications are not satisfied (area violation), the logic synthesis is executed once again (ST 4 ).
  • step ST 8 the CPU 1 extracts the timing information and layout area information and writes the information in the header portion of the executed RTL description (ST 9 ).
  • the layout area information “31387.996094” gate in the area information shown in FIG. 5 and the timing information “ ⁇ 7.70” ns shown in FIG. 6 are written in the header portion of the RTL description shown in FIG. 3.
  • the CPU 1 executes a logic simulation for the gate-level net list by the logic simulation tool 5 d (ST 10 ).
  • the CPU 1 then inputs the simulation data to the power consumption calculation tool 5 d, carries out a power consumption calculation process (ST 11 ) and outputs a power consumption calculation result list (power consumption data) (ST 12 ).
  • the list may be printed out by the printer 10 or displayed on the display 6 .
  • FIG. 7 shows an example of the power consumption calculation result.
  • PowerAVERAGE “5.00071” is a total power consumption.
  • the CPU 1 extracts power consumption information from the power consumption calculation result list and writes it in the header portion of the executed RTL description (ST 13 ).
  • the power consumption “5.00071” mA in FIG. 7 is written in the header portion of the RTL description in FIG. 3.
  • the CPU 1 stores the RTL description comprising the header portion and entity portion, as shown in FIG. 3, at a designated location of the HDD 5 as one file (ST 14 ).
  • the processes of steps ST 1 - 3 , 4 - 9 , 10 - 13 and 14 are automated.
  • the reuse design data comprises the header portion (information portion) and the RTL description portion (entity portion) and contains data in the same file.
  • the reuse design database can easily be managed in a unified manner.
  • the four data items i.e. simulation time, layout area, timing, and power consumption, are written in the information portion (header portion) of the database. Additionally, other necessary information may be written.
  • the management of the database can easily be made by unifying the information portion (header portion) and RTL description portion (entity portion) of the database in the same file.

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)

Abstract

When a function design has been carried out by an RTL description using an HDL language, a CPU of an integrated circuit design support apparatus writes data such as a simulation time, a layout area, a timing and a power consumption into a header portion of the RTL description. The CPU stores, as one file, the RTL description comprising the header portion serving as a reuse design database, and an entity portion, in a hard disk drive.

Description

    BACKGROUND OF THE INVENTION
  • The present invention relates to a method of generating an ASIC design database, which is important when a large-scale integrated circuit device such as a system LSI is to be designed. [0001]
  • There is known a conventional design method, which uses a database in order to avoid useless repetition at the time of re-designing or disability of design, when a system LSI is to be developed. [0002]
  • In designing an ASIC (Application Specific Integrated Circuit), a designer first analyzes given design specifications, examines architecture candidates, selects a most prospective architecture, and describes the selected architecture using a hardware description language. The act of the describing is called “operation description”. The obtained operation description is an operation-level design result. The operation-level design is verified by applying an operation-level simulator or a verifier to this operation-level design result. [0003]
  • Based on the operation description, the designer then produces an RTL (Register Transfer Level) description in which the object of design is described in a register transfer level. The RTL description is automatically generated from the operation description by means of an operation synthesis tool. The generated RTL description is also based on a hardware description language (HDL). The RT level design is verified by applying an RT level simulation tool, etc. to the RTL description. [0004]
  • Following the verification, a net list (gate-level logic circuit description), in which the object of design is described in a gate level on the basis of the RTL description, is generated by means of a logic synthesis tool. The gate-level design is verified by applying a logic simulation tool, etc. to the net list, following which a floor plan is carried out. In the floor plan for the net list, blocks constituting gate-level logic circuits are generally arranged and wired. [0005]
  • Subsequently, based on the result of the floor plan, the gate-level design represented by the net list is evaluated. Specifically, using the information on the arrangement of blocks constituting logic circuits and the information on the wiring of the blocks, the layout area, timing, power consumption, etc. are calculated. [0006]
  • In general, when the data mentioned above is stored, it is divided into specification data and RTL description data. [0007]
  • The specification data contains data on the process time, layout area, power consumption, test cost, etc. [0008]
  • The RTL description data is an RTL description file in units of an entity. [0009]
  • In the methods of constituting the databases, it is necessary to perform a process for extracting the content of specifications after the design is finished. This results in useless procedures in constituting the database. [0010]
  • BRIEF SUMMARY OF THE INVENTION
  • The object of the present invention is to provide a method of generating an ASIC design database, the method being capable of generating a database necessary for re-use design and efficient information collection, which are necessary when a large-scale integrated circuit device such as a system LSI is to be designed. [0011]
  • In order to achieve the object, the present invention may provide a method of generating an ASIC design database, comprising: extracting, when a function design using description data comprising a header portion and an entity portion has been performed, information necessary for reuse design from various execution results of the entity portion; writing the extracted information necessary for reuse design in the header portion of the description data; and storing, as one file at a predetermined location, the description data comprising the header portion in which the information necessary for reuse is written, and the entity portion. [0012]
  • Additional objects and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objects and advantages of the invention may be realized and obtained by means of the instrumentalities and combinations particularly pointed out hereinafter.[0013]
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING
  • The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate presently preferred embodiments of the invention, and together with the general description given above and the detailed description of the preferred embodiments given below, serve to explain the principles of the invention. [0014]
  • FIG. 1 is a block diagram schematically showing the structure of an IC design support apparatus according to the present invention; [0015]
  • FIG. 2 is a flow chart illustrating the generation of a database and operations for collecting information; [0016]
  • FIG. 3 shows an example of a function design using RTL description; [0017]
  • FIG. 4 shows an example of a simulation result; [0018]
  • FIG. 5 shows an example of an analysis support (area information); [0019]
  • FIG. 6 shows an example of an analysis report (timing information); and [0020]
  • FIG. 7 shows an example of a power consumption calculation result.[0021]
  • DETAILED DESCRIPTION OF THE INVENTION
  • An embodiment of the present invention will now be described with reference to the accompanying drawings. [0022]
  • FIG. 1 schematically shows the structure of an integrated circuit design support apparatus according to an ASIC design database generating method of the present invention. The hardware of this IC circuit design support apparatus is a computer system such as a work station. [0023]
  • The IC design support apparatus comprises a [0024] CPU 1, a ROM 2, a RAM 3, a memory 4, a hard disk drive (HDD) 5, a display 6, a keyboard 7, a mouse 8, and a printer 10.
  • The [0025] CPU 1 controls the entirety of the apparatus.
  • The [0026] ROM 2 stores control programs, etc.
  • The [0027] RAM 3 temporarily stores data.
  • The [0028] memory 4 stores data mentioned below.
  • The hard disk drive (HDD) [0029] 5 is a database to be reused for ASIC design, as will be described below in detail. The HDD 5 stores software tools, i.e. a simulation tool 5 a, a logic synthesis tool 5 b, a timing analysis tool 5 c, a logic simulation tool 5 d and a power consumption calculation tool 5 e, which are executed by the CPU 1.
  • The [0030] display 6 displays various information.
  • The keyboard [0031] 7 and mouse 8 function as input devices.
  • The [0032] printer 10 performs a print-out operation as a printing apparatus.
  • As regards the above-described structure, the generation of a database and operations for information collection using the IC design support apparatus will now be described with reference to a flow chart of FIG. 2. [0033]
  • When a function design by RTL description made in a register transfer level has been carried out using HDL (VHDL, VERILOG) language, the [0034] CPU 1 of the IC design support apparatus executes simulation by means of the simulation tool 5 a stored in the HDD 5 (ST1).
  • FIG. 3 shows an example of the function design by RTL description according to the present invention. The RTL description in this invention comprises a header portion and an entity portion. The RTL description is written in the HDD [0035] 5 as a reuse design database.
  • The [0036] CPU 1 generates a simulation result list (ST2). In this case, the list may be printed out by the printer 10 or displayed on the display 6.
  • FIG. 4 shows an example of a simulation result. In FIG. 4, “#799996” represents a simulation time. [0037]
  • The [0038] CPU 1 extracts the simulation time (step) from the simulation result list and writes it in the header portion of the executed RTL description (ST3). The simulation time “#799996” nS shown in FIG. 4 is written in the header portion of the RTL description shown in FIG. 3.
  • Subsequently, the [0039] CPU 1 inputs the entity portion of the RTL description to the logic synthesis tool 5 b and executes logic synthesis (ST4), and outputs a gate-level net list (ST5).
  • The [0040] CPU 1 inputs the net list to the timing analysis tool 5 c and executes a timing analysis (ST6), and outputs an analysis report as an analysis result (ST7). In this case, the analysis report may be printed out by the printer 10 or displayed on the display 6.
  • FIGS. 5 and 6 show examples of the analysis report. FIG. 5 shows area information, and the total area is “31387.996094”. FIG. 6 shows timing information, and the data arrival time is “−7.70”. [0041]
  • The [0042] CPU 1 compares the values in the analysis report with pre-input desirable specifications (conditions for design) (ST8). If conditions for timing or layout area of the desirable specifications are not satisfied (area violation), the logic synthesis is executed once again (ST4).
  • If the conditions for timing and layout area of the desirable specifications are satisfied in step ST[0043] 8, the CPU 1 extracts the timing information and layout area information and writes the information in the header portion of the executed RTL description (ST9). The layout area information “31387.996094” gate in the area information shown in FIG. 5 and the timing information “−7.70” ns shown in FIG. 6 are written in the header portion of the RTL description shown in FIG. 3.
  • The [0044] CPU 1 executes a logic simulation for the gate-level net list by the logic simulation tool 5 d (ST10). The CPU 1 then inputs the simulation data to the power consumption calculation tool 5 d, carries out a power consumption calculation process (ST11) and outputs a power consumption calculation result list (power consumption data) (ST12). In this case, the list may be printed out by the printer 10 or displayed on the display 6.
  • FIG. 7 shows an example of the power consumption calculation result. In FIG. 7, PowerAVERAGE “5.00071” is a total power consumption. [0045]
  • The [0046] CPU 1 extracts power consumption information from the power consumption calculation result list and writes it in the header portion of the executed RTL description (ST13). The power consumption “5.00071” mA in FIG. 7 is written in the header portion of the RTL description in FIG. 3.
  • At last, the [0047] CPU 1 stores the RTL description comprising the header portion and entity portion, as shown in FIG. 3, at a designated location of the HDD 5 as one file (ST14).
  • As has been described above, according to the embodiment, the processes of steps ST[0048] 1-3, 4-9, 10-13 and 14 are automated. Thereby, the reuse design data comprises the header portion (information portion) and the RTL description portion (entity portion) and contains data in the same file. Thus, the reuse design database can easily be managed in a unified manner.
  • In the above embodiment, the four data items, i.e. simulation time, layout area, timing, and power consumption, are written in the information portion (header portion) of the database. Additionally, other necessary information may be written. [0049]
  • According to the above-described embodiment of the invention, there is no need to consume time in constructing a database after the completion of development of an ASIC, and efficient development can be made. [0050]
  • The management of the database can easily be made by unifying the information portion (header portion) and RTL description portion (entity portion) of the database in the same file. [0051]
  • Additional advantages and modifications will readily occur to those skilled in the art. Therefore, the invention in its broader aspects is not limited to the specific details and representative embodiments shown and described herein. Accordingly, various modifications may be made without departing from the spirit or scope of the general inventive concept as defined by the appended claims and their equivalents. [0052]

Claims (7)

What is claimed is:
1. A method of generating an ASIC design database, comprising:
extracting, when a function design using description data comprising a header portion and an entity portion has been performed, information necessary for reuse design from various execution results of the entity portion;
writing the extracted information necessary for reuse design in the header portion of the description data; and
storing, as one file at a predetermined location, the description data comprising the header portion in which the information necessary for reuse is written, and the entity portion.
2. A method of generating an ASIC design database, according to claim 1, wherein the information necessary for reuse, which is extracted from the various execution results of the entity portion, is at least a simulation time, layout area, timing, and power consumption.
3. A method of generating an ASIC design database, according to claim 1, wherein the entity portion of said description data is described using a hardware description language.
4. A method of generating an ASIC design database, according to claim 1, wherein the entity portion of said description data is RTL description data described in a register transfer level.
5. A method of generating an ASIC design database, according to claim 1, wherein in the file stored at the predetermined location, information written in the header portion and RTL description data in the entity portion are uniformly managed.
6. A method of generating an ASIC design database, comprising:
extracting, when a function design using RTL description data comprising a header portion and an entity portion and made in a register transfer level has been performed, information necessary for reuse design from various execution results of the entity portion;
writing the extracted information necessary for reuse design in the header portion of the RTL description data; and
storing, as one file at a predetermined location, the RTL description data comprising the header portion in which the information necessary for reuse is written, and the entity portion.
7. A method of generating an ASIC design database, comprising:
performing, when a function design has been carried out by an RTL description composed of a header portion and an entity portion and made in a register transfer level, a simulation using a simulation tool with respect to the entity portion of the RTL description;
extracting a simulation time from a simulation result and writing the simulation time in the header portion of the RTL description;
inputting the entity portion of the RTL description to a logic synthesis tool and logic-synthesizing the entity portion, and outputting a gate-level net list;
inputting the output gate-level net list to a timing analysis tool, and outputting a timing analysis result report;
comparing values of the timing analysis result report with preset conditions;
extracting a timing value and a layout area information, which are the result of the analysis, when said conditions are met, and writing the extracted timing value and layout area information in the header portion of the RTL description;
performing a logic simulation using a logic simulation tool with respect to the gate-level net list;
inputting data of the logic simulation to a power consumption calculation tool, and outputting a power consumption calculation result;
extracting a power consumption from the power consumption calculation result, and writing the power consumption in the header portion of the RTL description; and
storing, as one file at a predetermined location, the RTL description comprising the header portion in which the simulation time, the timing value, the layout area information and the power consumption are written, and the entity portion.
US10/025,788 2001-12-26 2001-12-26 Method of generating asic design database Abandoned US20030120475A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/025,788 US20030120475A1 (en) 2001-12-26 2001-12-26 Method of generating asic design database
US11/352,288 US7444602B2 (en) 2001-12-26 2006-02-13 Method of generating ASIC design database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/025,788 US20030120475A1 (en) 2001-12-26 2001-12-26 Method of generating asic design database

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/352,288 Division US7444602B2 (en) 2001-12-26 2006-02-13 Method of generating ASIC design database

Publications (1)

Publication Number Publication Date
US20030120475A1 true US20030120475A1 (en) 2003-06-26

Family

ID=21828056

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/025,788 Abandoned US20030120475A1 (en) 2001-12-26 2001-12-26 Method of generating asic design database
US11/352,288 Expired - Fee Related US7444602B2 (en) 2001-12-26 2006-02-13 Method of generating ASIC design database

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/352,288 Expired - Fee Related US7444602B2 (en) 2001-12-26 2006-02-13 Method of generating ASIC design database

Country Status (1)

Country Link
US (2) US20030120475A1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100454196C (en) * 2005-02-28 2009-01-21 株式会社东芝 Method for verifying safety apparatus and safety apparatus verified by the same
US20140208217A1 (en) * 2013-01-22 2014-07-24 Splunk Inc. Interface for managing splittable timestamps across event records
US9582557B2 (en) 2013-01-22 2017-02-28 Splunk Inc. Sampling events for rule creation with process selection
US20170139887A1 (en) 2012-09-07 2017-05-18 Splunk, Inc. Advanced field extractor with modification of an extracted field
US20170255695A1 (en) 2013-01-23 2017-09-07 Splunk, Inc. Determining Rules Based on Text
US10019226B2 (en) 2013-01-23 2018-07-10 Splunk Inc. Real time indication of previously extracted data fields for regular expressions
US10282463B2 (en) 2013-01-23 2019-05-07 Splunk Inc. Displaying a number of events that have a particular value for a field in a set of events
US10394946B2 (en) 2012-09-07 2019-08-27 Splunk Inc. Refining extraction rules based on selected text within events
US20210042118A1 (en) * 2017-04-28 2021-02-11 Tenstorrent Inc. Processing Core with Meta Data Actuated Conditional Graph Execution
US11651149B1 (en) 2012-09-07 2023-05-16 Splunk Inc. Event selection via graphical user interface control
US11972203B1 (en) 2023-04-25 2024-04-30 Splunk Inc. Using anchors to generate extraction rules

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589875B2 (en) * 2009-06-16 2013-11-19 International Business Machines Corporation Computing system with compile farm

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5768145A (en) * 1996-06-11 1998-06-16 Lsi Logic Corporation Parametrized waveform processor for gate-level power analysis tool
US5841663A (en) * 1995-09-14 1998-11-24 Vlsi Technology, Inc. Apparatus and method for synthesizing integrated circuits using parameterized HDL modules
US6026228A (en) * 1996-12-13 2000-02-15 Semiconductor Technology Academic Research Center Integrated circuit design method, database apparatus for designing integrated circuit and integrated circuit design support apparatus
US6654945B1 (en) * 1999-02-17 2003-11-25 Hitachi, Ltd. Storage medium in which data for designing an integrated circuit is stored and method of fabricating an integrated circuit
US6694491B1 (en) * 2000-02-25 2004-02-17 Lightspeed Semiconductor Corporation Programmable logic array embedded in mask-programmed ASIC

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000123061A (en) 1998-10-16 2000-04-28 Matsushita Electric Ind Co Ltd Database and method for designing integrated circuit device
JP2001067384A (en) 1999-08-26 2001-03-16 Matsushita Electric Ind Co Ltd Database for designing integrated circuit device and method for designing the device
CN1530863B (en) * 2003-01-20 2010-04-28 松下电器产业株式会社 Design detecting system and design method
US6959428B2 (en) * 2003-06-19 2005-10-25 Lsi Logic Corporation Designing and testing the interconnection of addressable devices of integrated circuits

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5841663A (en) * 1995-09-14 1998-11-24 Vlsi Technology, Inc. Apparatus and method for synthesizing integrated circuits using parameterized HDL modules
US5768145A (en) * 1996-06-11 1998-06-16 Lsi Logic Corporation Parametrized waveform processor for gate-level power analysis tool
US6026228A (en) * 1996-12-13 2000-02-15 Semiconductor Technology Academic Research Center Integrated circuit design method, database apparatus for designing integrated circuit and integrated circuit design support apparatus
US6654945B1 (en) * 1999-02-17 2003-11-25 Hitachi, Ltd. Storage medium in which data for designing an integrated circuit is stored and method of fabricating an integrated circuit
US6694491B1 (en) * 2000-02-25 2004-02-17 Lightspeed Semiconductor Corporation Programmable logic array embedded in mask-programmed ASIC

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100454196C (en) * 2005-02-28 2009-01-21 株式会社东芝 Method for verifying safety apparatus and safety apparatus verified by the same
US10394946B2 (en) 2012-09-07 2019-08-27 Splunk Inc. Refining extraction rules based on selected text within events
US10783318B2 (en) 2012-09-07 2020-09-22 Splunk, Inc. Facilitating modification of an extracted field
US10783324B2 (en) 2012-09-07 2020-09-22 Splunk Inc. Wizard for configuring a field extraction rule
US20170139887A1 (en) 2012-09-07 2017-05-18 Splunk, Inc. Advanced field extractor with modification of an extracted field
US11042697B2 (en) 2012-09-07 2021-06-22 Splunk Inc. Determining an extraction rule from positive and negative examples
US11423216B2 (en) 2012-09-07 2022-08-23 Splunk Inc. Providing extraction results for a particular field
US11651149B1 (en) 2012-09-07 2023-05-16 Splunk Inc. Event selection via graphical user interface control
US11775548B1 (en) 2013-01-22 2023-10-03 Splunk Inc. Selection of representative data subsets from groups of events
US10318537B2 (en) 2013-01-22 2019-06-11 Splunk Inc. Advanced field extractor
US10585910B1 (en) 2013-01-22 2020-03-10 Splunk Inc. Managing selection of a representative data subset according to user-specified parameters with clustering
US11709850B1 (en) 2013-01-22 2023-07-25 Splunk Inc. Using a timestamp selector to select a time information and a type of time information
US11232124B2 (en) 2013-01-22 2022-01-25 Splunk Inc. Selection of a representative data subset of a set of unstructured data
US9582557B2 (en) 2013-01-22 2017-02-28 Splunk Inc. Sampling events for rule creation with process selection
US20140208217A1 (en) * 2013-01-22 2014-07-24 Splunk Inc. Interface for managing splittable timestamps across event records
US11106691B2 (en) 2013-01-22 2021-08-31 Splunk Inc. Automated extraction rule generation using a timestamp selector
US11514086B2 (en) 2013-01-23 2022-11-29 Splunk Inc. Generating statistics associated with unique field values
US10585919B2 (en) 2013-01-23 2020-03-10 Splunk Inc. Determining events having a value
US11100150B2 (en) 2013-01-23 2021-08-24 Splunk Inc. Determining rules based on text
US10802797B2 (en) 2013-01-23 2020-10-13 Splunk Inc. Providing an extraction rule associated with a selected portion of an event
US11119728B2 (en) 2013-01-23 2021-09-14 Splunk Inc. Displaying event records with emphasized fields
US11210325B2 (en) 2013-01-23 2021-12-28 Splunk Inc. Automatic rule modification
US10769178B2 (en) 2013-01-23 2020-09-08 Splunk Inc. Displaying a proportion of events that have a particular value for a field in a set of events
US11822372B1 (en) 2013-01-23 2023-11-21 Splunk Inc. Automated extraction rule modification based on rejected field values
US10579648B2 (en) 2013-01-23 2020-03-03 Splunk Inc. Determining events associated with a value
US11556577B2 (en) 2013-01-23 2023-01-17 Splunk Inc. Filtering event records based on selected extracted value
US10282463B2 (en) 2013-01-23 2019-05-07 Splunk Inc. Displaying a number of events that have a particular value for a field in a set of events
US10019226B2 (en) 2013-01-23 2018-07-10 Splunk Inc. Real time indication of previously extracted data fields for regular expressions
US20170255695A1 (en) 2013-01-23 2017-09-07 Splunk, Inc. Determining Rules Based on Text
US11782678B1 (en) 2013-01-23 2023-10-10 Splunk Inc. Graphical user interface for extraction rules
US20210042118A1 (en) * 2017-04-28 2021-02-11 Tenstorrent Inc. Processing Core with Meta Data Actuated Conditional Graph Execution
US11972203B1 (en) 2023-04-25 2024-04-30 Splunk Inc. Using anchors to generate extraction rules

Also Published As

Publication number Publication date
US20060130005A1 (en) 2006-06-15
US7444602B2 (en) 2008-10-28

Similar Documents

Publication Publication Date Title
US7444602B2 (en) Method of generating ASIC design database
US8468475B2 (en) Conversion of circuit description to an abstract model of the circuit
US8381152B2 (en) Method and system for model-based design and layout of an integrated circuit
JP3027009B2 (en) Design capture system
US6910200B1 (en) Method and apparatus for associating selected circuit instances and for performing a group operation thereon
US8234617B2 (en) Method and system for re-using digital assertions in a mixed signal design
US6026220A (en) Method and apparatus for incremntally optimizing a circuit design
US10963608B2 (en) System and method for passive verification
CN108629066A (en) The method and computer system that electronic architecture for developing and optimizing electronic device designs
US6230305B1 (en) Methods and apparatus for configuring schematic diagrams
WO2006035854A1 (en) Assertion generating system, program thereof, circuit verifying system, and assertion generating method
US7882483B2 (en) Method for checking constraints equivalence of an integrated circuit design
JP2009238209A (en) Circuit verification apparatus, circuit verification program and method of circuit verification
US7689400B2 (en) Reconstruction of data from simulation models
JPH07287051A (en) Input data creation device for logic simulation
US6877140B1 (en) Method and system for generating a schematic representing bus structures
US20200143100A1 (en) Method and apparatus for determining waiver applicability conditions and applying the conditions to multiple errors or warnings in physical verification tools
US7191412B1 (en) Method and apparatus for processing a circuit description for logic simulation
US11222154B2 (en) State table complexity reduction in a hierarchical verification flow
US20230259683A1 (en) Selective extraction of design layout
US20220382955A1 (en) Constraint file-based novel framework for net-based checking technique
JPH11175580A (en) Integrated circuit designing device
Yan et al. The RTL binding and mapping approach of VHDL high-level synthesis system HLS/BIT
JPH0415873A (en) Control method for test pattern for logical circuit simulation
JPH06251102A (en) Circuit designing method, circuit retrieving method, circuit correcting method, and circuit design device

Legal Events

Date Code Title Description
AS Assignment

Owner name: TOSHIBA TEC KABUSHIKI KAISHA, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAKAMURA, AKIHISA;REEL/FRAME:012413/0852

Effective date: 20011213

AS Assignment

Owner name: TOSHIBA TEC KABUSHIKI KAISHA, JAPAN

Free format text: ASSIGNMENT (ONE-HALF INTEREST);ASSIGNOR:TOSHIBA TEC KABUSHIKI KAISHA;REEL/FRAME:014118/0099

Effective date: 20030530

Owner name: KABUSHIKI KAISHA TOSHIBA, JAPAN

Free format text: ASSIGNMENT (ONE-HALF INTEREST);ASSIGNOR:TOSHIBA TEC KABUSHIKI KAISHA;REEL/FRAME:014118/0099

Effective date: 20030530

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION