CN117574840A - Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof - Google Patents

Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof Download PDF

Info

Publication number
CN117574840A
CN117574840A CN202410062645.1A CN202410062645A CN117574840A CN 117574840 A CN117574840 A CN 117574840A CN 202410062645 A CN202410062645 A CN 202410062645A CN 117574840 A CN117574840 A CN 117574840A
Authority
CN
China
Prior art keywords
pdk
module
code
model
development
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
CN202410062645.1A
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.)
CETC Information Science Research Institute
Original Assignee
CETC Information Science Research Institute
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 CETC Information Science Research Institute filed Critical CETC Information Science Research Institute
Priority to CN202410062645.1A priority Critical patent/CN117574840A/en
Publication of CN117574840A publication Critical patent/CN117574840A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a heterogeneous integrated PDK code automatic generation tool architecture and a use method thereof, and relates to the technical field of heterogeneous integrated process design tool kit development. The basic library module is used for storing basic information related to the process line; the PDK development module is used for generating a 2D/3D geometric structure model aiming at a specific process line; the model simulation verification module is used for calling a simulation engine to simulate the 2D/3D geometric structure model; the PDK generation module is used for carrying out code development on the 2D/3D geometric structure model with the simulation result and completing code generation of the PDK key component; the PDK library management module is used for realizing management of a developed and completed special PDK process library and establishing a PDK database; the visual user interface module is used for providing visual operation; the API call module is used for realizing data interaction with other tools. The invention can reduce the development time of PDK and improve the quality of PDK.

Description

Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof
Technical Field
The invention relates to the technical field of development of heterogeneous integrated process design toolkits, in particular to a heterogeneous integrated PDK code automatic generation tool architecture and a use method thereof.
Background
With the development of very large scale integrated circuits, the complexity of circuit product design and the market risk due to expensive design iterations have increased, and how to implement an organic combination between design and process is a critical issue for the development of integrated circuit designs. The heterogeneous integrated PDK (Process Design Kit ) is bound with a heterogeneous integrated process, is a solution for customizing a heterogeneous integrated design flow, is a file catalog set in form, is suitable for development of a typical multi-process advanced integrated microsystem with multiple chips, connects the heterogeneous integrated design and the heterogeneous integrated process, establishes a bridge for seamless integration of design parameters from a foundry (foundry) to a customer, and greatly improves productivity and efficiency. The information such as process description, basic unit model, process verification and the like contained in the heterogeneous integrated PDK can support and complete integrated design and simulation based on a typical heterogeneous integrated process, verification before flow and the like.
Under the technical background of the advanced process of rapid development nowadays, parameters and various functional options contained in the PDK are increased, and higher requirements are also put forward for the development work of the PDK, including device parameter calculation, design rules becoming more complex, and the like. At present, most of domestic foundry plants develop the development work in a mode of manually developing PDK, and high requirements are put forward on PDK development engineers in technology. In the development process of the PDK, a great amount of repeated work exists in the information of the type of the device, the parameters of each device, the parameters of the structural material of the process substrate, the process layer and the like which are required to be established, and the redundancy of the development process is caused.
Disclosure of Invention
The invention provides a heterogeneous integrated PDK code automatic generation tool architecture and a use method thereof, and aims to systematically establish a heterogeneous integrated PDK code automatic generation tool to form reusable parameterized PDK components, thereby being beneficial to efficient creation of PDK, reducing development time of PDK and improving PDK quality. The technical proposal is as follows:
in a first aspect, an embodiment of the present invention provides a heterogeneous integrated PDK code auto-generation tool architecture, including: the system comprises a basic library module, a PDK development module, a model simulation verification module, a PDK generation module, a PDK library management module, a visual user interface module and an API calling module; wherein:
the base library module is used for storing base information related to a process line, wherein the base information at least comprises process processing capacity, process parameters, substrate structure parameters, EM simulation environment parameters and a device/structure list;
the PDK development module is used for generating a 2D/3D geometric structure model aiming at a specific process line;
the model simulation verification module is used for calling an ADS/HFSS simulation engine to simulate the 2D/3D geometric structure model to obtain a 2D/3D geometric structure model with a simulation result;
the PDK generation module is used for carrying out code development on the 2D/3D geometric structure model with the simulation result and completing code generation of a PDK key component;
the PDK library management module is used for realizing management of a developed special PDK process library and establishing a PDK database;
the visual user interface module is used for providing visual operation for the business flow in the development process;
the API call module is used for realizing data interaction with other tools.
Optionally, the PDK development module includes:
the external input process information conversion sub-module is used for receiving the externally imported process information and converting the process information into substrate information which can be identified by a tool;
the 3D structure library process information conversion sub-module is used for converting the substrate information into a 3D substrate structure, and the 3D substrate structure corresponds to the ADS and the HFSS one by one;
the 2D/3D structure geometric modeling module is used for embedding process information into the device to form a device/structure which is in accordance with reality;
the functional structure assembly submodule is used for establishing a basic code of three parts of parameter statement, structure generation and layout layer addition;
the ADS/HFSS model conversion sub-module is used for defining parameters used in the basic structure on the basis of basic codes established by the functional structure assembly sub-module, establishing a corresponding geometric structure through parameterization definition, and endowing the generated geometric structure with corresponding layout layer attributes.
Optionally, the PDK generation module includes:
the 2D/3D model generation sub-module is used for carrying out code development on the 2D/3D geometric structure model with the simulation result obtained through simulation verification to generate a 2D/3D model;
and the PDK key component code generation sub-module is used for generating the PDK key component code.
Optionally, the other tools include ADS, HFSS, modeling tool ICCMB, intelligent design tool AIICB.
Optionally, the visualization operation provided by the visualization user interface module comprises model library exhibition/visualization modeling, simulation result visualization and 2D/3D model visualization.
Optionally, the PDK database includes: external interface table, device coding attribute table, completeness file rule table, device coding rule table, device coding association table, device attribute table, device hierarchical classification and attribute association table, file association table, device external attribute table, log table, task operation table, configuration management table, task schedule table and task schedule log table.
In a second aspect, an embodiment of the present invention provides a method for using a heterogeneous integrated PDK code automatic generation tool, which is applied to the heterogeneous integrated PDK code automatic generation tool architecture in the first aspect, where the method includes:
loading a substrate file;
developing a basic library device/structure according to the substrate file, and finishing attribute editing and basic structure assembling according to a user instruction;
checking design rules for property editing and basic structure assembly completed according to user instructions;
calling ADS, generating a two-dimensional structure model in the ADS, and/or calling HFSS, and generating a three-dimensional structure model in the HFSS;
the derived codes form PDK key component codes for the established two-dimensional structure model and/or three-dimensional structure model.
Optionally, after generating the three-dimensional structure model in the HFSS upon invoking the HFSS, before deriving the code for the established three-dimensional structure model, forming the PDK key component code, the method further comprises:
judging whether the three-dimensional structure model needs to be simulated or not;
if necessary, simulating the three-dimensional structure model.
In a third aspect, an embodiment of the present invention provides an electronic device, including: a transceiver, a memory, a processor and a computer program stored on the memory and executable on the processor, which processor, when executing the computer program, implements the steps of the method of using a heterogeneous integrated PDK code auto-generation tool according to the third aspect.
In a fourth aspect, embodiments of the present invention provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of using a heterogeneous integrated PDK code auto-generation tool according to the third aspect.
The technical scheme of the invention has the beneficial effects that:
in the heterogeneous integrated PDK code automatic generation tool architecture and the application method thereof provided by the embodiment of the invention, a basic library module is used for storing basic information related to a process line, wherein the basic information at least comprises process processing capacity, process parameters, substrate structure parameters, EM simulation environment parameters and a device/structure list; the PDK development module is used for generating a 2D/3D geometric structure model aiming at a specific process line; the model simulation verification module is used for calling an ADS/HFSS simulation engine to simulate the 2D/3D geometric structure model to obtain a 2D/3D geometric structure model with a simulation result; the PDK generation module is used for carrying out code development on the 2D/3D geometric structure model with the simulation result and completing code generation of a PDK key component; the PDK library management module is used for realizing management of a developed and completed special PDK process library and establishing a PDK database; the visual user interface module is used for providing visual operation for the business process in the development process; the API call module is used for realizing data interaction with other tools.
According to the heterogeneous integrated PDK code automatic generation tool architecture and the application method thereof, provided by the embodiment of the invention, the heterogeneous integrated PDK code automatic generation tool is systematically established, and by calling key component codes and structures based on common three-dimensional heterogeneous integrated simulation software, each independent process and a large number of technical files in the traditional development process can be reused and well integrated in one tool, so that the defects of repeated design iteration and the like caused by redundant complicated files and irregular operation in the existing development process are avoided, and the PDK development efficiency is improved. Meanwhile, automation is realized in a code mode, so that the possible errors in the manual labor and development process can be reduced, and the efficient development and development of the chip-level integrated microsystem and the functional unit-level heterogeneous integrated microsystem are further promoted.
Drawings
Fig. 1 is a schematic structural diagram of a heterogeneous integrated PDK code automatic generation tool architecture according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a PDK development module according to an embodiment of the invention;
fig. 3 is a schematic structural diagram of a PDK generating module according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of an API module according to an embodiment of the present invention;
FIG. 5 is a flowchart of a method for using a heterogeneous integrated PDK code automatic generation tool according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantages to be solved more apparent, the following detailed description will be given with reference to the accompanying drawings and specific embodiments. In the following description, specific details such as specific configurations and components are provided merely to facilitate a thorough understanding of embodiments of the invention. It will therefore be apparent to those skilled in the art that various changes and modifications can be made to the embodiments described herein without departing from the scope and spirit of the invention. In addition, descriptions of well-known functions and constructions are omitted for clarity and conciseness.
It should be appreciated that reference throughout this specification to "one embodiment" or "an embodiment" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrases "in one embodiment" or "in an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
In various embodiments of the present invention, it should be understood that the sequence numbers of the following processes do not mean the order of execution, and the order of execution of the processes should be determined by the functions and internal logic, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
The design development content of the PDK comprises graphic Symbols (Symbols) for circuit schematic design, an attribute description file (CDF) of a Device, a Pcell parameter call relation function set (Callback), a Simulation model file (Device Models), a Simulation view (Simulation Views), a parameterization unit (Pcells), a technology file (technology file), a physical verification file (DRC/LVS/LPE tech files), a PDK matched auxiliary tool and the like. PDK development based on heterogeneous integrated technology involves a great deal of modeling work of three-dimensional structure, and on the basis of the development content of the traditional integrated circuit PDK, the PDK development faces more complex design rules and the conversion problem from two-dimensional structure to three-dimensional structure. At present, most of the development work of the PDK in China adopts a manual development mode, and the problems of high development difficulty, large repeated workload and the like exist.
Aiming at the problem, the invention provides the heterogeneous integrated PDK code automatic generation tool architecture and the application method thereof, and each independent process and a large number of technical files in the traditional development process can be reused by calling key component codes and structures based on common three-dimensional heterogeneous integrated simulation software, so that the tool architecture is well integrated in one tool, the defects of repeated design iteration and the like caused by redundant complicated files and irregular operation in the existing development process are avoided, and the PDK development efficiency is improved. Meanwhile, automation is realized in a code mode, so that the possible errors in the manual labor and development process can be reduced, and the efficient development and development of the chip-level integrated microsystem and the functional unit-level heterogeneous integrated microsystem are further promoted.
The heterogeneous integrated PDK code automatic generation tool provided by the embodiment of the invention is based on ADS (Advanced Design System) and HFSS (High Frequency Structure Simulator) software environments and is oriented to three-dimensional heterogeneous multi-process integrated PDK development, and as shown in fig. 1, the heterogeneous integrated PDK code automatic generation tool architecture comprises: a base library module 100, a PDK development module 200, a model simulation verification module 300, a PDK generation module 400, a PDK library management module 500, a visual user interface module 600, and an API call module 700. Wherein:
the base library module 100 is used to store base information related to the process line including at least process capability, process parameters, substrate structure parameters, EM (Electro Magnetic) simulation environment parameters, device/structure list.
The process line refers to the manufacturer of the process. In an embodiment of the present invention, the substrate structure parameters, device/structure lists in the base library module 100 are provided by the process line.
The PDK development module 200 is used to generate a 2D/3D geometry model for a particular process line.
In the embodiment of the present invention, the main function of the PDK development module 200 is to develop a PDK model and key components of a new process for a specific process line. Referring to fig. 2, the PDK development module 200 may include an external input process information conversion sub-module 210, a 3D structure library process information conversion sub-module 220, a 2D/3D structure geometry creation sub-module 230, a functional structure assembly sub-module 240, and an ADS/HFSS model conversion sub-module 250. Specific:
the external input process information conversion sub-module 210 is used for receiving externally imported process information and converting the process information into substrate information recognizable by a tool.
The process information is a foundation for building a three-dimensional structure, and plays a vital role in three-dimensional electromagnetic field simulation. The external input process information conversion sub-module 210 in the embodiment of the present invention supports the process information input from the outside by a user, and can realize the conversion of the process information input from the outside. The process information is translated into substrate information recognizable by the tool to enable calls under different EDA platforms.
The 3D structure library process information conversion sub-module 220 is configured to convert the substrate information into a 3D substrate structure, where the 3D substrate structure corresponds to ADS and HFSS one by one.
The 2D/3D structure geometry modeling sub-module 230 is used to embed process information into the device to form a device/structure that is in line with reality.
The functional structure assembly sub-module 240 is used to build a three-part base code for parameter declaration, structure generation, and layout layer addition.
The ADS/HFSS model conversion sub-module 250 is configured to define parameters used in the infrastructure, build a corresponding geometry through parameterization definition, and assign corresponding layout layer attributes to the generated geometry based on the base code built by the functional structure assembly sub-module 240.
In the embodiment of the invention, the heterogeneous integrated circuit is designed by adopting ADS software and HFSS software, wherein the ADS mainly adopts a two-dimensional structure, the HFSS mainly adopts a three-dimensional structure, and different radio frequency microsystem design flows are respectively supported. Their infrastructure code can be divided into three parts, parameter declarations, structure generation, and layout layer addition. The parameter declaration is used for defining parameters used in the basic structure, and can be a variable or a name of the structure, so that the parameters are convenient to call in the development process; the structure generation is aimed at the generation of a geometric structure, and a corresponding geometric structure can be established through parameterized definition, wherein the geometric structure only has coordinate information and is not a real layout; the layout layer adding is to assign corresponding layout layer attributes to the generated geometric structure, so that the geometric structure is truly a basic structure layout, and any layout with the same type and different sizes can be generated through parameterization of the geometric structure, so as to form a basic structure version gallery. The finally generated basic structure layout library can realize more complex structures through splicing.
The model simulation verification module 300 is used for calling the ADS/HFSS simulation engine to simulate the 2D/3D geometric model to obtain the 2D/3D geometric model with the simulation result.
In the embodiment of the invention, the model simulation verification module 300 calls a simulation engine of ADS or HFSS on the basis of building the basic structure layout and the substrate structure, and automatically simulates the parameterized basic structure layout, thereby obtaining electric-magnetic-thermal simulation data and forming a model library. And solver parameterization settings may be made. The S parameter model library of the passive basic structure can be obtained from an EM simulation result, the lumped model can be obtained from an equivalent circuit topological structure of the basic structure, and the model library can be obtained from simulation data of different sizes.
The PDK generating module 400 is configured to perform code development on the 2D/3D geometric model with the simulation result, and complete code generation of the PDK key component.
The PDK key component is a component part for forming a PDK model, and comprises a Pcell (parameterized unit), a CDF (device attribute description file, content related to the Pcell attribute such as type, name, parameter and the like of the Pcell) and a Callback (Pcell parameter call relation function set, which comprises content such as whether the call relation between parameters and parameters can be displayed and edited, and calculation of related process parameters and device simulation parameters).
As shown in fig. 3, the PDK generation module 400 in the embodiment of the present invention includes a 2D/3D model generation sub-module 410 and a PDK key component code generation sub-module 420.
The 2D/3D model generating sub-module 410 is configured to code and develop the 2D/3D geometric structure model with the simulation result obtained by the simulation verification, so as to generate a 2D/3D model;
at this time, the 2D/3D model generated by the 2D/3D model generating sub-module 410 is a PDK model supporting the simulation function and having a simulation result.
The PDK key component code generation sub-module 420 is configured to generate PDK key component codes.
Wherein the PDK key component codes comprise Pcell, CDF & CallBack and the like.
The PDK library management module 500 is configured to manage a developed and completed dedicated PDK process library and establish a PDK database.
The special PDK process library comprises a 3D substrate structure developed and formed by the PDK development module 200, a 2D/3D model generated by the PDK generation module 400 and PDK key component codes. The main function of the PDK library management module 500 in the embodiment of the present invention is to manage the developed and completed dedicated PDK process library and build a PDK database. The software of the PDK library management module 500 supports switching between different databases (e.g., databases based on ADS/HFSS, etc.) and operation of the databases, such as adding, deleting, modifying, searching, editing, etc., of the content in the library, including management of the content of devices/structures, models, substrates, etc.
The main flow of the PDK library management module 500 in the embodiment of the present invention includes that a user opens software and loads a PDK package developed by an automatic heterogeneous integrated PDK code generating tool; the software tool analyzes the loaded PDK package, extracts information such as a substrate, a model, a device/structure list and the like from the PDK package, completes information completeness check, and confirms that the information content is complete; the information obtained by analysis is displayed in a main interface; after loading is completed, the user can use the PDK for secondary development.
The main contents of the PDK database in the PDK database management module 500 include: external interface table, device coding attribute table, completeness file rule table, device coding rule table, device coding association table, device attribute table, device hierarchical classification and attribute association table, file association table, device external attribute table, log table, task operation table, configuration management table, task schedule log table and the like.
The visual user interface module 600 is used to provide visual operations for business processes in the development process.
In the embodiment of the present invention, the main functions of the visual user interface module 600 are the visual operations of the model library, the simulation setting, the device structure, the EM simulation process and other business processes in the development process, including, for example, model library display/visual modeling, simulation result visualization, 2D/3D model visualization and the like. The basic engine still adopts the visualization engine of ADS or HFSS, and the coding development process is presented on the basis of not changing the use habit of the user.
The API call module 700 is used to enable data interactions with other tools.
In the embodiment of the present invention, the main function of the API call module 700 is to call the processes of other tools, and implement data interaction with other tools. As shown in FIG. 4, other tools may include ADS, HFSS, modeling tool ICMB, intelligent design tool AIICB, and API call module 700 may interact with ADS, HFSS, modeling tool ICMB, intelligent design tool AIICB, respectively.
In practical application, the workflow of the API call module 700 is that the main process is responsible for sending a task message to the sub-process, where the task message includes a specific description of a task and required parameters; the sub-process receives and processes the task message sent by the main process by monitoring the Queue. Depending on the task, the sub-process may select the corresponding module code or software to establish connections, which may be connections with modules such as ADS, HFSS, or other optimization algorithms, to meet the execution requirements of the different tasks. In the task execution process, the sub-process returns the execution state to the main process periodically, including the information of resource occupancy rate, execution progress and the like, and the main process can know the execution condition of the task in real time through the return of the periodic state, so that the task is monitored and dynamically scheduled. After the task is executed, the sub-process returns an execution result to the main process, and the main process receives result information returned by the sub-process through the Queue and performs subsequent processing according to the need. Such a result return mechanism ensures that the host process can obtain the final result of task execution and perform corresponding subsequent operations.
Alternatively, the software infrastructure front end is written by PyQt and the back end is written by Python.
Optionally, the heterogeneous integrated PDK code auto-generation tool of the embodiment of the present invention uses python programming language, the database uses MySQL, and reference PEP 8 is made as the programming specification.
Optionally, supporting providing an API interface call based on an HTTPS protocol for data sharing, wherein the data interaction format comprises json and xml.
Based on the heterogeneous integrated PDK code automatic generation tool architecture provided by the embodiment of the invention, the embodiment of the invention also provides a use method of the heterogeneous integrated PDK code automatic generation tool, and the use method of the heterogeneous integrated PDK code automatic generation tool is applied to the heterogeneous integrated PDK code automatic generation tool architecture. As shown in fig. 5, the method includes:
step 101, loading a substrate file.
The embodiment of the invention supports the loading of the substrate file of the established process by a user, wherein the substrate file is generated by the user and comprises information such as layer name, layer type, layer material, layer thickness, layer position and the like.
And 102, developing a base library device/structure according to the substrate file, and finishing attribute editing and base structure assembling according to a user instruction.
The heterogeneous integrated PDK code automatic generation tool provided by the embodiment of the invention comprises a visual user interface module, wherein the visual user interface module provides a visual interface, so that a user can intuitively use each function of software conveniently, and the user can edit the attribute and assemble the basic structure through the visual interface.
In the embodiment of the invention, in the visual user interface module, the operation of the user on the symbol is divided into two modes: firstly, editing the attribute of symbol by a user, and adding layout layer information, thickness information or attribute information aiming at a specific structure on the basis of basic attributes such as line length and line width; secondly, the user performs combination and splicing on the symbol to form a more complex unit structure, and the attribute of the unit structure is set.
Step 103, checking design rules for property editing and infrastructure assembly completed according to user instructions.
After the visual editing is completed in step 102, the design rule is required to be checked, the design rule is written by a user according to a format required by software, and the design rule checking is required to complete the checking of the 2D and 3D design rules simultaneously.
Step 104, call ADS, generate two-dimensional structure model in ADS, and/or call HFSS, generate three-dimensional structure model in HFSS.
After the 2D and 3D design rule checking is completed, an API call module in the heterogeneous integrated PDK code automatic generation tool is utilized to call ADS, a graph of a two-dimensional structure is generated in the ADS, and/or HFSS is called, and a graph of a developed three-dimensional structure is generated in the HFSS. In the generation process, software can automatically identify the x/y/z axis coordinates of the graph, and the conversion from a planar structure to a three-dimensional structure is realized.
Step 105, deriving codes to form PDK key component codes for the established two-dimensional structure model and/or three-dimensional structure model.
The software derives codes for the established two-dimensional structure model and/or three-dimensional structure model to form codes of the PDK key components. The code may be derived by deriving the geometric model structure code of HFSS, aedt, or the AEL code used by ADS PDK.
As a preferred embodiment of the present invention, when using HFSS software, the present invention may further consider whether a three-dimensional structural model needs to be simulated. Simulation considerations are not involved when ADS is used.
Specifically, after the HFSS is called in step 104 and the three-dimensional structure model is generated in the HFSS, before the derived code forms the PDK key component code for the established three-dimensional structure model, the method for using the heterogeneous integrated PDK code automatic generation tool provided by the embodiment of the present invention may further include:
and step 106, judging whether the three-dimensional structure model needs to be simulated. If necessary, step 107 is performed. If not, step 105 is performed.
And step 107, simulating the three-dimensional structure model.
In the embodiment of the invention, when using HFSS software, the embodiment of the invention further considers whether the three-dimensional structure model needs to be simulated. For the three-dimensional structure model generated in step 104, the user can select whether to perform simulation, if so, the port and the simulation conditions can be set in the visual interface, and then the software performs three-dimensional simulation on the three-dimensional structure model according to the user settings. If no emulation is required, the software will skip this step, directly executing step 105.
The heterogeneous integrated PDK code automatic generation tool architecture and the application method thereof provided by the embodiment of the invention have at least the following advantages compared with the prior art:
(1) The heterogeneous integrated PDK code automatic generation tool provided by the embodiment of the invention can multiplex each independent process and a large number of technical files in the traditional development process by calling key component codes and structures based on common three-dimensional heterogeneous integrated simulation software, so that the independent processes and a large number of technical files are well integrated in one tool, the defects of repeated iteration of design and the like caused by redundant complicated files and irregular operation in the existing development process are avoided, and the development efficiency of PDK is improved;
(2) The heterogeneous integrated PDK code automatic generation tool provided by the embodiment of the invention changes a heterogeneous integrated PDK development method starting from zero, takes a basic device/structure library as a prototype, edits the properties of symbol, and adds layout layer information, thickness information and attribute information aiming at a specific structure on the basis of basic properties; or combining and splicing symbols to form a more complex unit structure, and setting the attribute of the unit structure to realize the secondary development of the isomerism integrated PDK.
As shown in fig. 6, an embodiment of the present invention further provides an electronic device, including:
a processor 1000; and a memory 1020 connected to the processor 1000 through a bus interface, the memory 1020 storing programs and data used by the processor 1000 in performing operations, the processor 1000 calling and executing the programs and data stored in the memory 1020.
Wherein the transceiver 1010 is coupled to the bus interface for receiving and transmitting data under the control of the processor 1000; the processor 1000 is configured to read the program in the memory 1020 to implement the following steps:
loading a substrate file;
developing a basic library device/structure according to the substrate file, and finishing attribute editing and basic structure assembling according to a user instruction;
checking design rules for property editing and basic structure assembly completed according to user instructions;
calling ADS, generating a two-dimensional structure model in the ADS, and/or calling HFSS, and generating a three-dimensional structure model in the HFSS;
the derived codes form PDK key component codes for the established two-dimensional structure model and/or three-dimensional structure model.
Optionally, after generating the three-dimensional structure model in the HFSS upon invoking the HFSS, before deriving the code for the established three-dimensional structure model, forming the PDK key component code, the method further comprises:
judging whether the three-dimensional structure model needs to be simulated or not;
if necessary, simulating the three-dimensional structure model.
Wherein in fig. 6, a bus architecture may comprise any number of interconnected buses and bridges, and in particular one or more processors represented by the processor 1000 and various circuits of the memory, represented by the memory 1020, are chained together. The bus architecture may also link together various other circuits such as peripheral devices, voltage regulators, power management circuits, etc., which are well known in the art and, therefore, will not be described further herein. The bus interface provides an interface. The transceiver 1010 may be a number of elements, including a transmitter and a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The user interface 1030 may also be an interface capable of interfacing with an internal connection requiring device including, but not limited to, a keypad, display, speaker, microphone, joystick, etc., for different terminals. The processor 1000 is responsible for managing the bus architecture and general processing, and the memory 1020 may store data used by the processor 1000 in performing operations.
Those skilled in the art will appreciate that all or part of the steps of implementing the above-described embodiments may be implemented by hardware, or may be implemented by instructing the relevant hardware by a computer program comprising instructions for performing some or all of the steps of the above-described methods; and the computer program may be stored in a readable storage medium, which may be any form of storage medium.
In addition, the embodiment of the present invention further provides a computer readable storage medium, on which a computer program is stored, where the program when executed by a processor implements the steps of the method in the foregoing embodiment, and the same technical effects can be achieved, so that repetition is avoided, and no further description is given here.
While the foregoing is directed to the preferred embodiments of the present invention, it will be appreciated by those skilled in the art that various modifications and adaptations can be made without departing from the principles of the present invention, and such modifications and adaptations are intended to be comprehended within the scope of the present invention.

Claims (10)

1. A heterogeneous integrated PDK code auto-generation tool architecture, comprising: the system comprises a basic library module, a PDK development module, a model simulation verification module, a PDK generation module, a PDK library management module, a visual user interface module and an API calling module; wherein:
the base library module is used for storing base information related to a process line, wherein the base information at least comprises process processing capacity, process parameters, substrate structure parameters, EM simulation environment parameters and a device/structure list;
the PDK development module is used for generating a 2D/3D geometric structure model aiming at a specific process line;
the model simulation verification module is used for calling an ADS/HFSS simulation engine to simulate the 2D/3D geometric structure model to obtain a 2D/3D geometric structure model with a simulation result;
the PDK generation module is used for carrying out code development on the 2D/3D geometric structure model with the simulation result and completing code generation of a PDK key component;
the PDK library management module is used for realizing management of a developed special PDK process library and establishing a PDK database;
the visual user interface module is used for providing visual operation for the business flow in the development process;
the API call module is used for realizing data interaction with other tools.
2. The heterogeneous integrated PDK code auto-generation tool architecture of claim 1, wherein the PDK development module comprises:
the external input process information conversion sub-module is used for receiving the externally imported process information and converting the process information into substrate information which can be identified by a tool;
the 3D structure library process information conversion sub-module is used for converting the substrate information into a 3D substrate structure, and the 3D substrate structure corresponds to the ADS and the HFSS one by one;
the 2D/3D structure geometric modeling module is used for embedding process information into the device to form a device/structure which is in accordance with reality;
the functional structure assembly submodule is used for establishing a basic code of three parts of parameter statement, structure generation and layout layer addition;
the ADS/HFSS model conversion sub-module is used for defining parameters used in the basic structure on the basis of basic codes established by the functional structure assembly sub-module, establishing a corresponding geometric structure through parameterization definition, and endowing the generated geometric structure with corresponding layout layer attributes.
3. The heterogeneous integrated PDK code auto-generation tool architecture of claim 1, wherein the PDK generation module comprises:
the 2D/3D model generation sub-module is used for carrying out code development on the 2D/3D geometric structure model with the simulation result obtained through simulation verification to generate a 2D/3D model;
and the PDK key component code generation sub-module is used for generating the PDK key component code.
4. The heterogeneous integrated PDK code auto-generation tool architecture of claim 1, wherein the other tools include ADS, HFSS, modeling tool ICCMB, intelligent design tool AIICB.
5. The heterogeneous integrated PDK code auto-generation tool architecture of claim 1, wherein the visualization operations provided by the visualization user interface module include model library presentation/visualization modeling, simulation result visualization, 2D/3D model visualization.
6. The heterogeneous integrated PDK code auto-generation tool architecture of claim 1, wherein the PDK database comprises: external interface table, device coding attribute table, completeness file rule table, device coding rule table, device coding association table, device attribute table, device hierarchical classification and attribute association table, file association table, device external attribute table, log table, task operation table, configuration management table, task schedule table and task schedule log table.
7. A method for using a heterogeneous integrated PDK code automatic generation tool, which is applied to the heterogeneous integrated PDK code automatic generation tool architecture of any one of claims 1-6, and the method comprises:
loading a substrate file;
developing a basic library device/structure according to the substrate file, and finishing attribute editing and basic structure assembling according to a user instruction;
checking design rules for property editing and basic structure assembly completed according to user instructions;
calling ADS, generating a two-dimensional structure model in the ADS, and/or calling HFSS, and generating a three-dimensional structure model in the HFSS;
the derived codes form PDK key component codes for the established two-dimensional structure model and/or three-dimensional structure model.
8. The method of using a heterogeneous integrated PDK code auto-generation tool according to claim 7, wherein after generating a three-dimensional structure model in the HFSS upon invoking the HFSS, before deriving the code for the established three-dimensional structure model, the method further comprises:
judging whether the three-dimensional structure model needs to be simulated or not;
if necessary, simulating the three-dimensional structure model.
9. An electronic device, comprising: transceiver, memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method for using a heterogeneous integrated PDK code automatic generation tool according to any of claims 7 to 8 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method for using a heterogeneous integrated PDK code automatic generation tool according to any one of claims 7 to 8.
CN202410062645.1A 2024-01-16 2024-01-16 Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof Pending CN117574840A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410062645.1A CN117574840A (en) 2024-01-16 2024-01-16 Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410062645.1A CN117574840A (en) 2024-01-16 2024-01-16 Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof

Publications (1)

Publication Number Publication Date
CN117574840A true CN117574840A (en) 2024-02-20

Family

ID=89864839

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410062645.1A Pending CN117574840A (en) 2024-01-16 2024-01-16 Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof

Country Status (1)

Country Link
CN (1) CN117574840A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111199062A (en) * 2019-12-27 2020-05-26 苏州数设科技有限公司 Simulation method and system based on industrial development software and electronic equipment
CN115131007A (en) * 2022-09-01 2022-09-30 中国电子科技集团公司信息科学研究院 Process management method and device for heterogeneous integrated microsystem process library development platform
CN115328769A (en) * 2022-08-02 2022-11-11 杭州电子科技大学 PDK development method based on Aether tool
CN115993961A (en) * 2023-01-20 2023-04-21 杭州电子科技大学 Development method for heterogeneous and heterogeneous integrated PDK based on GaAs and FO-WLP technology

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111199062A (en) * 2019-12-27 2020-05-26 苏州数设科技有限公司 Simulation method and system based on industrial development software and electronic equipment
CN115328769A (en) * 2022-08-02 2022-11-11 杭州电子科技大学 PDK development method based on Aether tool
CN115131007A (en) * 2022-09-01 2022-09-30 中国电子科技集团公司信息科学研究院 Process management method and device for heterogeneous integrated microsystem process library development platform
CN115993961A (en) * 2023-01-20 2023-04-21 杭州电子科技大学 Development method for heterogeneous and heterogeneous integrated PDK based on GaAs and FO-WLP technology

Similar Documents

Publication Publication Date Title
Valavanis On the hierarchical modeling analysis and simulation of flexible manufacturing systems with extended Petri nets
JP3027009B2 (en) Design capture system
US8046735B1 (en) Transforming graphical objects in a graphical modeling environment
Park et al. Plant model generation for PLC simulation
JP2004171576A (en) Rapid chip management system
KR20070000732A (en) Asadal : system for providing feature-oriented software product line engineering environment
CN104484163A (en) Heterogeneous model transformation method based on unified modeling environment
CN104504171A (en) Modeling method based on unified modeling environment
CN102375743B (en) SOA(Service-Oriented Architecture) system development method based on model and template
CN110765028B (en) Visual construction method and device of verification environment and storage medium
CN104503737A (en) Unified modeling platform
CN111273900A (en) On-line drag code generation method based on gitlab real-time code sharing
CN102929636B (en) A kind of human-computer interaction interface creation method and device
CN111212103A (en) SCA software radio station interface simulation system and method
CN113255282A (en) Radio frequency micro-system design method and device, electronic equipment and storage medium
CN117215556A (en) Modularized page rapid construction method, system, equipment and medium
D'Ambrogio et al. A Model Transformation Approach for the Development of HLA-based Distributed Simulation Systems.
Becker et al. Integration tools supporting cooperative development processes in chemical engineering
CN117574840A (en) Heterogeneous integrated PDK code automatic generation tool architecture and application method thereof
CN114757124B (en) CFD workflow modeling method and device based on XML, computer and storage medium
US7987083B2 (en) Method for simulating a complex system with construction of at least one model including at least one modelled router, corresponding computer software package and storage means
Law et al. Object-oriented knowledge-based computer-aided process planning system for bare circuit boards manufacturing
CN115115787A (en) Method for converting two-dimensional drawing into 3D model based on DirectVR
US11698998B2 (en) Computer aided design (CAD) model connection propagation
CN114676152A (en) Work order management method and device and electronic equipment

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