CN117408193A - Virtuoso-based instance call information extraction method - Google Patents

Virtuoso-based instance call information extraction method Download PDF

Info

Publication number
CN117408193A
CN117408193A CN202311507266.0A CN202311507266A CN117408193A CN 117408193 A CN117408193 A CN 117408193A CN 202311507266 A CN202311507266 A CN 202311507266A CN 117408193 A CN117408193 A CN 117408193A
Authority
CN
China
Prior art keywords
view
unit
instance
traversed
association table
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.)
Pending
Application number
CN202311507266.0A
Other languages
Chinese (zh)
Inventor
陈嫄
林婷婷
王澧
朱瑜
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.)
Wuxi Zhongwei Yixin Co Ltd
Original Assignee
Wuxi Zhongwei Yixin Co Ltd
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 Wuxi Zhongwei Yixin Co Ltd filed Critical Wuxi Zhongwei Yixin Co Ltd
Priority to CN202311507266.0A priority Critical patent/CN117408193A/en
Publication of CN117408193A publication Critical patent/CN117408193A/en
Pending legal-status Critical Current

Links

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

Abstract

The method utilizes a Skill program interface to write a program script file and configure the program script file into a Virtuoso software environment and form a menu in views, when the Virtuoso software is started, the view information of a plurality of unit views called by a target top-level circuit in a view list file is sequentially traversed, the database address of the unit views is sequentially traversed from top to bottom until the unit views reach a bottom device, and the corresponding relation between the unit identifier of the unit view of each traversed example and the circuit library identifier of the unit view of the calling example is recorded in a correlation table, so that the correlation table of the example calling information of the target top-level circuit in all the unit views can be output, the automatic batch extraction of the example calling information is realized, and the extraction efficiency is improved.

Description

Virtuoso-based instance call information extraction method
Technical Field
The application relates to the field of integrated circuit design, in particular to an instance call information extraction method based on Virtuoso.
Background
The Virtuoso software is an integrated circuit design software introduced by Cadence, an EDA software supplier, and can complete all aspects of the whole IC design flow, including circuit diagram input, circuit simulation, layout design, layout verification, parasitic parameter extraction and post simulation, so that the Virtuoso software is widely used for developing integrated circuits.
The Virtuoso software is provided with a Print tree function, and after a unit view of a top-level circuit is opened, the Print tree function can be utilized to Print and view hierarchical information of a unit view calling example which is opened currently. However, in the integrated circuit development process, each unit circuit involves multiple unit views, including multiple schematic unit views and layout unit views, and each unit view needs to be opened and then the Print tree function is used to Print and view instance call information, which is low in efficiency and time-consuming.
Disclosure of Invention
Aiming at the problems and the technical requirements, the application provides an example calling information extraction method based on Virtuoso, and the technical scheme of the application is as follows:
an instance call information extraction method based on Virtuoso, the instance call information extraction method comprising:
writing a program script file according to a preset execution step by utilizing a Skill program interface of the Virtuoso software, configuring the program script file into a Virtuoso software environment and forming a menu in a view, automatically loading the program script file when the Virtuoso software is started, and extracting instance calling information of a target top-level circuit in a plurality of unit views according to the program script file;
the method comprises the following steps of writing a program script file to realize the preset execution steps:
(1) Obtaining a view list file of a target top-level circuit, wherein the view list file comprises view information of a plurality of unit views called by the target top-level circuit, and the view information of each unit view comprises a circuit library identifier, a unit identifier and a view type used by the unit view, and the view type is a schematic view or a layout view;
(2) Traversing view information of each unit view in the view list file, and calling a dbOpenCellViewByType function to determine a database address of each traversed unit view;
(3) For each traversed unit view of the target top-level circuit call, sequentially traversing all the examples in the unit view of the target top-level circuit call from the top level to the bottom level according to the database address of the unit view until the traversal reaches the bottom level device, and recording the corresponding relation between the unit identifier of the unit view of each traversed example and the circuit library identifier of the unit view of the calling example in the association table;
(4) And calling a foreach function to sequentially traverse the view information of each unit view in the view list file and update the association table until the view information of all unit views in the view list file is traversed, and obtaining the association table containing the instance calling information of the target top-level circuit in all unit views.
According to the further technical scheme, all examples in the unit view of the target top-level circuit call are traversed sequentially from the top level to the bottom level according to the database address of the unit view, and the examples comprise:
sequentially traversing the instances in the unit view according to the database address of the unit view from the unit view called by the target top-level circuit, and recording the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view of the calling instance into the association library;
and when the traversed example is not the bottom-layer device, calling a dbOpenCellViewByType function to determine the database address of the unit view of the traversed example, and executing the steps that the database address of the unit view traverses the examples in the unit view in sequence again until the traversed example is the bottom-layer device.
The further technical scheme is that the method for determining whether to traverse to the underlying device comprises the following steps:
when the circuit library identifications of the unit views of the traversed examples are contained in the process library list, determining that the traversed to the bottom-layer device is achieved, otherwise, determining that the traversed to the bottom-layer device is not achieved, wherein the process library list comprises the circuit library identifications of all the bottom-layer devices.
The further technical scheme is that recording the corresponding relation between the traversed unit identifier of the unit view of each instance and the circuit library identifier of the unit view of the calling instance into the association library comprises the following steps:
detecting whether the unit identifier of the unit view of the traversed instance is contained in the association library;
when the unit identifications of the unit views of the traversed examples are already contained in the association library, continuing to traverse other examples;
when the unit identifications of the unit views of the traversed examples are not contained in the association library, the corresponding relation between the unit identifications of the unit views of each traversed example and the circuit library identifications of the unit views of the calling examples is recorded in the association library.
The further technical scheme is that when the view information of each unit view in the view list file is traversed in sequence and the association table is updated:
when traversing view information of which view type is a unit view of a schematic diagram view in the view list file, updating the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view of the calling instance into a schematic diagram association table;
when traversing view information of a unit view with the view type of the layout view in the view list file, updating the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view of the calling instance into a layout association table;
after the view information of all unit views in the view list file is traversed, a schematic diagram association table containing the instance calling information of the target top-level circuit in all schematic diagram views is obtained, and a layout association table containing the instance calling information of the target top-level circuit in all layout views is obtained.
The further technical scheme is that the scheduled execution steps for writing the program script file further comprise:
when the current working mode is determined to be a common mode, respectively outputting a schematic diagram association table and a layout association table;
when the current working mode is determined to be a comparison mode, comparing the instance calling information in the schematic diagram association table and the layout association table, and outputting a comparison result.
The further technical scheme is that the comparison of the instance call information in the schematic diagram association table and the layout association table comprises the following steps:
traversing each group of corresponding relations in the schematic diagram association table, detecting whether the traversed corresponding relations are contained in the layout association table, and outputting a comparison result indicating the corresponding relations contained in the schematic diagram association table but not contained in the layout association table;
and/or traversing each group of corresponding relations in the layout association table, detecting whether the traversed corresponding relations are contained in the schematic association table, and outputting a comparison result indicating the corresponding relations contained in the layout association table but not contained in the schematic association table.
The further technical scheme is that the obtaining of the view list file of the target top-level circuit comprises the following steps:
acquiring an initial top-layer list file of a target top-layer circuit, wherein the initial top-layer list file comprises initial information of a plurality of unit views of the target top-layer circuit;
for the initial information of each unit view, removing line-wrapping symbols in the initial information and/or replacing horizontal tab symbols in the initial information with blank spaces through a rexReplace function, completing format preprocessing to obtain effective character strings, and dividing the effective character strings through a parseplaying function to respectively extract circuit library identifications, unit identifications and view types corresponding to the unit views.
The further technical scheme is that the obtaining of the initial top-layer list file of the target top-layer circuit comprises the following steps:
acquiring an input target file path through a GUI interface, and acquiring an initial top-layer list file of a target top-layer circuit according to the target file path;
or acquiring an initial top-layer list file of the target top-layer circuit according to a preset target file path.
The further technical scheme is that the forming of the menu in the view comprises:
and reading the scheme.menu configuration file and modifying the menu definition according to the program script file.
The beneficial technical effects of this application are:
according to the method, a Skill program interface of Virtuoso software is utilized to write a program script file for executing according to a preset executing step, then the program script file is configured into a Virtuoso software environment and forms a menu in views, when the Virtuoso software is started, the executing program script file is automatically loaded, view information of a plurality of unit views called by a target top-level circuit in a view list file is sequentially traversed, the unit views are sequentially traversed from top to bottom according to database addresses of the unit views until the unit views reach a bottom device, and the corresponding relation between a unit identifier of each traversed unit view and a circuit library identifier of the unit view calling the instance is recorded in a correlation table, so that the correlation table of the instance calling information of the target top-level circuit in all the unit views can be output, automatic instance calling information batch extraction is realized, and the extraction efficiency is improved.
The method can also extract the instance calling information of all schematic diagram views and the instance calling information of all layout views according to view types respectively, and can output the instance calling information according to the current working mode or output the instance calling information after automatic comparison, and the automation degree is high without comparing the instance calling information with the instance calling information of all schematic diagram views by manpower like the existing method.
Drawings
FIG. 1 is a method flow diagram of an example call information extraction method of the present application.
FIG. 2 is a flow chart of a method of writing predetermined execution steps of a program script file implementation in one embodiment of the present application.
FIG. 3 is a flow chart of a method of writing predetermined execution steps of a program script file implementation in another embodiment of the present application.
Detailed Description
The following describes the embodiments of the present application further with reference to the accompanying drawings.
Cadence develops its own programming language, skill, and a corresponding compiler, and the entire Cadence is understood as a set of executable files built on the Skill language platform, so that Cadence can be extended in the Skill language. The application discloses an example call information extraction method based on Virtuoso based on the method, which comprises the following three parts, please refer to a flow chart shown in FIG. 1:
1. the program script file is written according to the predetermined execution steps by using the Skill program interface of the Virtuoso software, and the predetermined execution steps implemented by writing the program script file include, please refer to the flowchart of fig. 2:
step 1, obtaining a view list file of a target top-level circuit.
The view list file comprises view information of a plurality of unit views called by a target top-level circuit, and the view information of each unit view comprises a circuit library identifier, a unit identifier and a view type used by the unit view, wherein the view type is a schematic view or a layout view. The cell identities of the different cell views are different, and the circuit library identities of the different cell views can be the same or different.
For example, in one example, the schematic representation view type is used as a schematic view, and the layout representation view type is used as a layout view. The acquired view list file of the target top-level circuit comprises view information of three unit views, wherein the view information of the first unit view comprises a circuit library identifier Libname1, a unit identifier cellname1 and a view type layout, the view information of the second unit view comprises a circuit library identifier Libname1, a unit identifier cellname2 and a view type layout, and the view information of the third unit view comprises a circuit library identifier Libname1, a unit identifier cellname3 and a view type layout.
In one embodiment, the initial top-level list file for the target top-level circuit is obtained according to a target file path, and the sources of the target file path are two:
(1) The target file path is input by user definition, so that when the program script file is executed, the GUI interface is displayed first, the user inputs the target file path in the GUI interface, the input target file path is correspondingly acquired through the GUI interface, and then the initial top-layer list file is read according to the acquired target file path.
(2) And directly presetting and writing the target file path in the program script file, and directly reading the initial top-layer list file according to the preset target file path when the program script file is executed. The method has the advantages that the flexibility is not as good as that of a method for inputting the target file path by user definition, the initial top-layer list file at the preset target file path can be processed, but when the initial top-layer list file under a certain target file path needs to be fixed, the method omits the step of inputting the path, and the realization is simpler.
Regardless of which method is used to obtain the target file path, the initial top-level list file of the target top-level circuit is usually not directly read according to the target file path, but is firstly obtained, the initial top-level list file is compiled according to a preset format, wherein the initial information of a plurality of unit views of the target top-level circuit is included, generally, the initial information of each unit view occupies a row respectively, a line feed character can exist at the tail end of each row, each row comprises a circuit library identifier, a unit identifier and a view type, and different types of information can be separated by a space or a horizontal tab. Therefore, after the initial top-level list file is obtained, the initial top-level list file needs to be processed to obtain the initial top-level list file, please refer to the flowchart of fig. 3, which includes: for the initial information of each cell view, the line-wrapping symbols in the initial information are removed and/or the horizontal tab in the initial information is replaced by a space by a rexrepplace function. And (3) completing format preprocessing to obtain an effective character string, dividing the effective character string by a Parsetry function, and respectively extracting to obtain a circuit library identifier, a unit identifier and a view type corresponding to the unit view, thereby extracting to obtain a view list file of the target top-level circuit.
And step 2, traversing the view information of each unit view in the view list file, and calling a dbOpenCellViewByType function to determine the database address of each traversed unit view.
In this step, considering that there are some abnormal cases in the actual operation, when traversing the view information of each unit view in the view list file, the ddGetObj function is first used to determine whether the unit view exists, and if the unit view does not exist, the view information of the next unit view in the view list file is continuously traversed. If it is determined that the cell view exists, a dbOpenCellViewByType function is called to open the database address (database ID) of the cell view.
And 3, for each traversed unit view of the target top-level circuit call, traversing all the examples in the unit view of the target top-level circuit call from the top level to the bottom level according to the database address of the unit view until the traversal reaches the bottom level device, and recording the corresponding relation between the unit identifier of the unit view of each traversed example and the circuit library identifier of the unit view of the calling example in the association table.
In the traversal process, when the circuit library identification of the cell view of the traversed instance is contained in the process library list, it is determined that the traversal arrives at the underlying device, otherwise it is determined that the traversal arrives at the underlying device. The process library list comprises circuit library identifiers of all bottom devices, and the circuit library identifiers are preset library functions. For example, the preset process library list includes library1, library2, library3, library4, library5, library6, library7 and library8. When the circuit library of the unit view of the traversed example is identified as Libname1, judging that the circuit library is not contained in the process library list, and determining that the device reaching the bottom layer is not traversed at the moment.
The traversing method comprises the following steps: and traversing the instances in the unit view in sequence according to the database address of the unit view from the unit view called by the target top-level circuit, and recording the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view called by the instance into the association library. And when the traversed example is not the bottom-layer device, calling a dbOpenCellViewByType function to determine the database address of the unit view of the traversed example, and executing the step that the database address of the unit view traverses the examples in the unit view in sequence again, and continuing traversing the next-layer example. When the traversed instance is a bottom device, the instance that returns to the upper layer continues to traverse other instances until the cell view that called the target top level circuit is traversed.
Considering that the corresponding relation which appears repeatedly may be traversed in the traversing process in the actual application, it is first detected whether the unit identifier of the unit view of the traversed instance is contained in the association library. When the unit identifier of the unit view of the traversed instance is already contained in the association library, the corresponding relationship is not repeatedly recorded in the association library, but the traversing of other instances is continued. When the unit identifications of the unit views of the traversed examples are not contained in the association library, the corresponding relation between the unit identifications of the unit views of each traversed example and the circuit library identifications of the unit views of the calling examples is recorded in the association library.
And 4, calling a foreach function to sequentially traverse the view information of each unit view in the view list file, sequentially adding the corresponding relation into the association table according to the method of the step 3 to update the association table until the view information of all unit views in the view list file is traversed, obtaining the association table containing the instance calling information of the target top-level circuit in all unit views, and realizing batch extraction and output of the instance calling information of the target top-level circuit in all unit views.
On the basis, the example calling information of the schematic view and the layout view can be respectively output, and in the process of traversing the view information of each unit view in the view list file in sequence and updating the association table:
when traversing view information of which view type is a unit view of a schematic diagram view in the view list file, updating the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view of the calling instance into a schematic diagram association table.
When traversing the view information of the unit views of which the view types are the layout views in the view list file, updating the corresponding relation between the unit identifications of the unit views of each traversed instance and the circuit library identifications of the unit views of the calling instance into the layout association table.
After traversing the view information of all the unit views in the view list file, a schematic diagram association table containing the instance calling information of the target top-level circuit in all the schematic diagram views and a layout association table containing the instance calling information of the target top-level circuit in all the layout views can be obtained respectively. Therefore, the example calling information in all schematic diagram views called by the target top-level circuit can be extracted and output in batches, and the example calling information in all layout views called by the target top-level circuit is extracted and output in batches, so that the extraction and output of different types of unit views are realized respectively.
In another embodiment, on the basis of respectively obtaining the schematic diagram association table and the layout association table, besides respectively outputting the two association tables, the method can also automatically compare the schematic diagram association table and the layout association table and output a comparison result in consideration of the fact that the comparison result of the schematic diagram association table and the layout association table is often needed in the schematic diagram layout consistency checking process. The predetermined execution steps implemented by the program script file also include a function of operating mode switching, which may typically be selected at the beginning of the execution of the program script file. And when the current working mode is determined to be the normal mode, respectively outputting a schematic diagram association table and a layout association table. When the current working mode is determined to be a comparison mode, comparing the instance calling information in the schematic diagram association table and the layout association table, and outputting a comparison result.
Comparing the instance call information in the schematic diagram association table and the layout association table comprises: traversing each group of corresponding relations in the schematic diagram association table, detecting whether the traversed corresponding relations are contained in the layout association table, and outputting a comparison result indicating the corresponding relations contained in the schematic diagram association table but not contained in the layout association table. And/or traversing each group of corresponding relations in the layout association table, detecting whether the traversed corresponding relations are contained in the schematic association table, and outputting a comparison result indicating the corresponding relations contained in the layout association table but not contained in the schematic association table.
2. The program script file is configured into the Virtuoso software environment and forms a menu in the view. The present application reads the scheme.menu configuration file and modifies the menu definition according to the program script file without having to reconstruct the executable file or the skip script to view the changes. These menu files provide a very convenient way to define each menu item (particularly menu item symbols, menu text and callback functions) and organize these definitions into respective drop-down menus, which can be easily modified in the same format as the CIW menu file, except that the information contained in the menu item definitions is expanded.
3. When the Virtuoso software is started, the program script file is automatically loaded and executed according to the program script file, and the instance calling information of the target top-level circuit in a plurality of unit views can be automatically extracted without sequentially opening each unit view to reuse the Print tree function to extract respectively, so that the efficiency is greatly improved.
What has been described above is only a preferred embodiment of the present application, which is not limited to the above examples. It is to be understood that other modifications and variations which may be directly derived or contemplated by those skilled in the art without departing from the spirit and concepts of the present application are to be considered as being included within the scope of the present application.

Claims (10)

1. An instance call information extraction method based on Virtuoso, which is characterized by comprising the following steps:
writing a program script file according to a preset execution step by utilizing a Skill program interface of the Virtuoso software, configuring the program script file into a Virtuoso software environment and forming a menu in a view, automatically loading the program script file when the Virtuoso software is started, and extracting instance calling information of a target top-layer circuit in a plurality of unit views according to the program script file;
the method comprises the following steps of writing the program script file to realize the preset execution steps:
(1) Obtaining a view list file of the target top-level circuit, wherein the view list file comprises view information of a plurality of unit views called by the target top-level circuit, and the view information of each unit view comprises a circuit library identifier, a unit identifier and a view type used by the unit view, and the view type is a schematic view or a layout view;
(2) Traversing the view information of each unit view in the view list file, and calling a dbOpenCellViewByType function to determine the database address of each traversed unit view;
(3) For each traversed unit view of the target top-level circuit call, traversing all the examples in the unit view of the target top-level circuit call in sequence from top to bottom according to the database address of the unit view until the traversal reaches a bottom device, and recording the corresponding relation between the unit identifier of the unit view of each traversed example and the circuit library identifier of the unit view of the calling example in an association table;
(4) And calling a foreach function to sequentially traverse the view information of each unit view in the view list file and update the association table until the view information of all unit views in the view list file is traversed, and obtaining an association table containing the instance call information of the target top-level circuit in all unit views.
2. The instance call information extraction method of claim 1, wherein traversing all instances within the unit view of the target top-level circuit call sequentially from top-level to bottom-level according to the database address of the unit view comprises:
sequentially traversing the instances in the unit view according to the database address of the unit view from the unit view called by the target top-level circuit, and recording the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view called by the instance into the association library;
and when the traversed example is not the bottom-layer device, calling a dbOpenCellViewByType function to determine the database address of the traversed example unit view, and executing the steps that the database address of the unit view traverses the examples in the unit view in turn again until the traversed example is the bottom-layer device.
3. The instance call information extraction method of claim 1, wherein the method of determining whether to traverse to an underlying device comprises:
determining that the traversal reaches the underlying device when the circuit library identification of the unit view of the traversed instance is contained in a process library list, otherwise determining that the traversal reaches the underlying device, wherein the process library list comprises the circuit library identifications of all the underlying devices.
4. The instance call information extraction method according to claim 2, wherein the recording, into the association library, the correspondence between the unit identifier of the unit view of each instance traversed and the circuit library identifier of the unit view of the instance called includes:
detecting whether a unit identifier of a unit view of the traversed instance is contained in the association library;
continuing to traverse other instances when the cell identity of the cell view of the traversed instance is already contained in the association library;
when the unit identifications of the unit views of the traversed examples are not contained in the association library, the corresponding relation between the unit identifications of the unit views of each traversed example and the circuit library identifications of the unit views of the calling examples is recorded in the association library.
5. The instance call information extraction method according to claim 1, wherein when sequentially traversing view information of each unit view in the view list file and updating the association table:
when traversing the view information of the unit view of which the view type is the schematic view in the view list file, updating the corresponding relation between the traversed unit identifier of the unit view of each instance and the circuit library identifier of the unit view of the instance into a schematic diagram association table;
when traversing the view information of the unit view with the view type of the layout view in the view list file, updating the corresponding relation between the unit identifier of the unit view of each traversed instance and the circuit library identifier of the unit view of the calling instance into a layout association table;
after the view information of all unit views in the view list file is traversed, a schematic diagram association table containing the instance calling information of the target top-level circuit in all schematic diagram views is obtained, and a layout association table containing the instance calling information of the target top-level circuit in all layout views is obtained.
6. The instance call information extraction method according to claim 5, wherein the predetermined execution step of writing the program script file implementation further comprises:
when the current working mode is determined to be a common mode, respectively outputting the schematic diagram association table and the layout association table;
when the current working mode is determined to be a comparison mode, comparing the instance calling information in the schematic diagram association table and the layout association table, and outputting a comparison result.
7. The instance call information extraction method according to claim 6, wherein said comparing instance call information in the schematic association table and the layout association table comprises:
traversing each group of corresponding relations in the schematic diagram association table, detecting whether the traversed corresponding relations are contained in the layout association table, and outputting a comparison result indicating the corresponding relations contained in the schematic diagram association table but not contained in the layout association table;
and/or traversing each group of corresponding relations in the layout association table, detecting whether the traversed corresponding relations are contained in the schematic association table, and outputting a comparison result indicating the corresponding relations contained in the layout association table but not contained in the schematic association table.
8. The instance call information extraction method of claim 1, wherein the obtaining the view list file of the target top-level circuit comprises:
acquiring an initial top-layer list file of the target top-layer circuit, wherein the initial top-layer list file comprises initial information of a plurality of unit views of the target top-layer circuit;
for the initial information of each unit view, removing a line feed character in the initial information through a rexReplace function and/or replacing a horizontal tab character in the initial information with a space, completing format preprocessing to obtain an effective character string, and dividing the effective character string through a parseplaying function to respectively extract a circuit library identifier, a unit identifier and a view type corresponding to the unit view.
9. The instance call information extraction method of claim 8, wherein the obtaining the initial top-level list file of the target top-level circuit comprises:
acquiring an input target file path through a GUI interface, and acquiring an initial top-layer list file of the target top-layer circuit according to the target file path;
or acquiring an initial top-layer list file of the target top-layer circuit according to a preset target file path.
10. The instance call information extraction method according to claim 1, wherein the forming a menu in a view comprises:
and reading the scheme.menu configuration file and modifying the menu definition according to the program script file.
CN202311507266.0A 2023-11-09 2023-11-09 Virtuoso-based instance call information extraction method Pending CN117408193A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311507266.0A CN117408193A (en) 2023-11-09 2023-11-09 Virtuoso-based instance call information extraction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311507266.0A CN117408193A (en) 2023-11-09 2023-11-09 Virtuoso-based instance call information extraction method

Publications (1)

Publication Number Publication Date
CN117408193A true CN117408193A (en) 2024-01-16

Family

ID=89496076

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311507266.0A Pending CN117408193A (en) 2023-11-09 2023-11-09 Virtuoso-based instance call information extraction method

Country Status (1)

Country Link
CN (1) CN117408193A (en)

Similar Documents

Publication Publication Date Title
CN111382070B (en) Compatibility testing method and device, storage medium and computer equipment
CN107480369B (en) Design and operation method for classified display of DRC in PCB design
US8935290B2 (en) User interface features to manage a large number of files and their application to management of a large number of test scripts
JP3822044B2 (en) Design verification system, design verification method, and computer-readable recording medium storing design verification program
JP6409577B2 (en) Test selection program, test selection method, and test selection device
CN110737573B (en) Method and device for automatically testing user interface UI
JP5747698B2 (en) Requirements management support device
CN117408193A (en) Virtuoso-based instance call information extraction method
US11768482B2 (en) Information processing apparatus, ladder-program generation apparatus, information processing method, ladder-program generation method, method of manufacturing product, and recording medium
CN114564228A (en) Application program updating method and device, computer equipment and storage medium
CN111078548B (en) Test case analysis method and device, storage medium and verification platform
US8032847B2 (en) Layout design method of semiconductor integrated circuit
CN110704742B (en) Feature extraction method and device
JP6993573B2 (en) Program analysis method, program analysis device and program analysis program
JP2011204069A (en) Testing method, and automatic test specification and test data generation apparatus
CN112783775A (en) Special character input testing method and device
CN109657359B (en) Method and equipment for identifying package update in PCB design
CN105700899A (en) Update method and device of man-machine command script
JP6902513B2 (en) Source code generation support device and source code generation support method
CN112148608B (en) Mobile terminal automated software testing method based on control function labeling
CN115269402B (en) Test data matching method, device, computer equipment and storage medium
JP7469999B2 (en) Search device, search method, and search program
JP5521349B2 (en) IP model generation program, IP model generation apparatus, and IP model generation method
JP2022078548A (en) Computer system, program, and program correcting method
CN116090373A (en) Excitation automatic generation method, system and computer readable medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination