CN112926281A - Intelligent module analysis method of digital integrated circuit - Google Patents

Intelligent module analysis method of digital integrated circuit Download PDF

Info

Publication number
CN112926281A
CN112926281A CN201911239949.6A CN201911239949A CN112926281A CN 112926281 A CN112926281 A CN 112926281A CN 201911239949 A CN201911239949 A CN 201911239949A CN 112926281 A CN112926281 A CN 112926281A
Authority
CN
China
Prior art keywords
module
devices
correlation coefficient
merging
net
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911239949.6A
Other languages
Chinese (zh)
Other versions
CN112926281B (en
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.)
Hangzhou Qiying Technology Co ltd
Original Assignee
Hangzhou Qiying Technology 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 Hangzhou Qiying Technology Co ltd filed Critical Hangzhou Qiying Technology Co ltd
Priority to CN201911239949.6A priority Critical patent/CN112926281B/en
Publication of CN112926281A publication Critical patent/CN112926281A/en
Application granted granted Critical
Publication of CN112926281B publication Critical patent/CN112926281B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

The invention discloses an intelligent module analysis method of a digital integrated circuit, which comprises the following steps: s10, performing preliminary arrangement on the original netlist; s20, for the modules, calculating a correlation coefficient between the modules: traversing all current modules, sequentially selecting one module M, and calculating the correlation coefficient of the module M and each other module; s30, selecting a module, and searching whether the maximum matching item meets the merging condition; s40, if yes, merging the modules; s50, if not, judging whether the module is the last module; s60, if the module is the last module, judging whether the preset sorting requirement is met, if so, ending; otherwise, returning to S20; not the last module, return to S30. The invention analyzes the digital circuit netlist, intelligently arranges the devices into different modules by analyzing the interrelation among the devices in the netlist, and can greatly improve the analysis and arrangement efficiency of the digital circuit netlist.

Description

Intelligent module analysis method of digital integrated circuit
Technical Field
The invention belongs to the field of electronic circuits, and particularly relates to an intelligent module analysis method of a digital integrated circuit.
Background
In the inverse analysis technique of integrated circuits, the analysis and sorting of digital circuits is an important branch. With the improvement of the production process of the integrated circuit, the number of devices integrated in a chip is increased exponentially, and higher requirements are provided for circuit analysis and arrangement.
In the forward design of an integrated circuit, an engineer divides modules according to design requirements, referring to fig. 1, into modules 1-5, respectively describes functions of the relevant modules by using a high-level hardware description language, and then obtains a final device layout after processing by integrating, laying out and routing tool software.
The reverse analysis is a completely reverse process, and an engineer firstly faces a cobweb-like huge and disordered device network, see fig. 2, and is only a part of a device netlist, and then understands the relationship and the application of the devices little by little through combing, and finally divides the devices into different modules layer by layer according to functions. Usually, an engineer needs to sort and modularize devices according to his own experience, and the process of sorting modules is a process of understanding a netlist step by step while understanding sorting. This manual analysis process is not only time consuming, but also very demanding on the ability of the engineer. Sometimes, the connection relationship of the devices is particularly complex, even the engineers are led to be on the spot and spend a lot of time and are difficult to be inched.
Disclosure of Invention
In view of the technical problems, the invention is used for providing a method for analyzing a digital circuit netlist, intelligently arranging the devices into different modules by analyzing the interrelation among the devices in the netlist, and greatly improving the analysis and arrangement efficiency of the digital circuit netlist.
The following technical scheme is adopted:
s10, preliminary arrangement of the original netlist: devices in the digital circuit netlist are divided into combinational logic devices, triggers and latches, and according to the device types, the most initial module combination is carried out on the strongly related devices;
s20, for the modules, calculating a correlation coefficient between the modules: traversing all current modules, sequentially selecting one module M, and calculating the correlation coefficient of the module M and each other module;
s30, selecting a module, and searching whether the maximum matching item meets the merging condition;
s40, if yes, merging the modules;
s50, if not, judging whether the module is the last module;
s60, if the module is the last module, judging whether the preset sorting requirement is met, if so, ending; otherwise, returning to S20;
if not, return to S30;
the same procedure as above is also applied to the device in S20.
Preferably, the preliminary collation of the original netlist comprises the following steps:
s11, traversing all combinational logic devices in the netlist, and merging all combinational logic cones into an independent module;
and S12, traversing all the network wires in the netlist, analyzing a device list driven by the network wires, namely analyzing all the devices with one or more input pins connected to the network wires, and combining the driven devices into an independent module if the devices driven by the network wires are the same type of device and the number of the devices is less than a preset value.
Preferably, the correlation coefficient between the calculation modules is a correlation coefficient calculation formula of one module M and another module S:
CMS=KMS_Inputs×CMS_Inputs+KMS_Outputs×CMS_Outputs+KSM_Outputs×CSM_Outputs
wherein, KMS_Inputs、KMS_Outputs、KSM_OutputsThree preset constants are used for adjusting the weights of different correlation coefficients;
the method comprises the following steps:
s21, inputting a correlation coefficient CMS_InputsReflecting the correlation degree of the input pins of the two modules, traversing all the input pins, and calculating a correlation value V for the network cables simultaneously input into one module M and the other module Snet_inputAnd accumulated to the input correlation coefficient CMS_Inputs
Vnet_input(number of net load devices in M + number of net load devices in S)/number of net total load devices)/number of M input pins;
s22, outputting the correlation coefficient CMS_OutputsReaction-dieThe correlation degree between the output pins of the block M and the input pins of the other module S, and the correlation value V is calculated by traversing all the output pins of one module M, corresponding to the network cables connected to the input pins of the other module Snet_outputAnd accumulated to an output correlation coefficient CMS_Outputs
Vnet_output(number of net load devices in M + number of net load devices in S)/number of net total load devices)/number of M output pins;
s23, outputting the correlation coefficient CSM_OutputsReflecting the correlation degree between the output pin of another module S and the input pin of a module M, traversing all the output pins of another module S, correspondingly connecting to the network cable of the input pin of a module M, and calculating the correlation value Vnet_outputAnd accumulated to an output correlation coefficient CSM_Outputs
Vnet_output(number of net load devices in S + number of net load devices in M)/total number of net load devices)/number of S output pins.
Preferably, the selecting one module searches whether the maximum matching item meets the merging condition, and selects another module S with the highest correlation coefficient for traversing the correlation coefficient list of one module M; searching a correlation coefficient list of another module S, and judging whether the module M has the highest correlation coefficient or the highest sum of the correlation coefficients; the method is also consistent with the above determination method for the device.
Preferably, the merging module performs pre-merging first, and performs formal merging after the pre-merging is passed; the reasons for the failure of pre-merging include the excessive number of devices after merging or the excessive reduction of the module efficiency factor after merging, wherein the module efficiency factor is the sum of the number of module devices divided by the number of module input/output pins.
The invention has the following beneficial effects: the method completely fills the blank of analysis and arrangement of the combinational logic loop in the current digital circuit netlist, and the current industry is basically completely dependent on manual processing aiming at the lack of an automatic processing method of the combinational logic loop, or the manual logic analysis is simplified, or the manual constraint processing is not needed, so that great obstacles are caused to the analysis work of the digital circuit netlist. The method is realized by a programming method, so that the manual workload of an integrated circuit reverse analysis engineer can be greatly reduced, and the speed and the accuracy of processing the combinational logic loop are improved.
The invention provides an intelligent module analysis method of a digital integrated circuit in the digital integrated circuit, which is characterized in that the original digital netlist is initially sorted, and initial combination is carried out according to the device type and the basic connection relation; traversing the modules/devices in the initially sorted netlist, calculating the correlation coefficient between every two modules/devices, and judging whether a proper merging target exists or not according to the correlation coefficient; and combining the modules/devices which meet the judgment condition until the netlist arrangement meets the preset requirement. Compared with the analysis and arrangement method in the prior art, the method has at least the following advantages:
1. by a programming method, initially numerous and jumbled and disordered devices are continuously intelligently merged according to the algorithm and automatically grown into modules with reasonable functions;
2. the traditional manual work of understanding first and finishing later is changed into the manual work of finishing first and finishing later, so that the workload of engineers is greatly reduced.
Drawings
FIG. 1 is a block diagram of a prior art digital integrated circuit partitioning module;
FIG. 2 is a schematic diagram of a prior art device network;
FIG. 3 is a flowchart illustrating the steps of a method for intelligent module analysis of a digital integrated circuit according to an embodiment of the present invention;
FIG. 4 shows the correlation coefficient C of the S21 input of the intelligent module analysis method of the digital integrated circuit according to the embodiment of the present inventionMS_InputsTraversing the schematic diagram;
FIG. 5 shows the correlation coefficient C output from S22 in the method for analyzing the intelligent module of the digital integrated circuit according to the embodiment of the present inventionMS_OnputsAnd traversing the schematic diagram.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Referring to fig. 3, the present invention discloses an intelligent module analysis method of a digital integrated circuit,
the method comprises the following steps:
s10, preliminary arrangement of the original netlist: devices in the digital circuit netlist are divided into combinational logic devices, triggers and latches, and according to the device types, the most initial module combination is carried out on the strongly related devices;
s20, for the modules, calculating a correlation coefficient between the modules: traversing all current modules, sequentially selecting one module M, and calculating the correlation coefficient of the module M and each other module;
s30, selecting a module, and searching whether the maximum matching item meets the merging condition;
s40, if yes, merging the modules;
s50, if not, judging whether the module is the last module;
s60, if the module is the last module, judging whether the preset sorting requirement is met, if so, ending; otherwise, returning to S20;
if not, return to S30;
the same procedure as above is also applied to the device in S20.
Specific embodiment of S10
In the preliminary arrangement of the original netlist, appropriate parameters need to be selected according to specific project conditions in combination, the obtained result is not necessarily an optimal solution, and the processing time of a subsequent algorithm can be greatly saved. The subsequent processing time is proportional to the square of the number of modules or devices, and the number of modules or devices is usually less than one third of the original netlist after the preliminary arrangement, so that the time saving is very remarkable.
The method specifically comprises the following steps:
s11, traversing all combinational logic devices in the netlist, and merging all combinational logic cones into an independent module; the combinational logic cone refers to a group of combinational logic devices, after the combinational logic cone is combined into a module, the output of the module is the output of one of the combinational logic devices (which may be a single pin or a plurality of pins), and the outputs of other combinational logic devices are directly or indirectly connected to the input of the combinational logic device and are not connected with any other device outside the module.
And S12, traversing all the network wires in the netlist, analyzing a device list driven by the network wires, namely analyzing all the devices with one or more input pins connected to the network wires, and combining the driven devices into an independent module if the devices driven by the network wires are the same type of device and the number of the devices is less than a preset value.
Specific embodiment of S20
Calculating the correlation coefficient between the modules, which is a correlation coefficient calculation formula of one module M and the other module S:
CMS=KMS_Inputs×CMS_Inputs+KMS_Outputs×CMS_Outputs+KSM_Outputs×CSM_Outputs
wherein, KMS_Inputs、KMS_Outputs、KSM_OutputsThree preset constants are used for adjusting the weights of different correlation coefficients;
the method comprises the following steps:
s21, inputting a correlation coefficient CMS_InputsReflecting the correlation degree of the input pins of the two modules, traversing all the input pins, and calculating a correlation value V for the network cables simultaneously input into one module M and the other module Snet_inputAnd accumulated to the input correlation coefficient CMS_Inputs
Vnet_input(number of net load devices in M + number of net load devices in S)/number of net total load devices)/number of M input pins;
referring to fig. 4, in the n input network lines of the module M, input 1, input 2, etc. are simultaneously input into the module S. These nets may also be simultaneously input to other modules or devices X1-Xj, Y1-Yj.
S22, outputting the correlation coefficient CMS_OutputsReflecting the correlation degree of the output pin of one module M and the input pin of the other module S, traversing all the output pins of one module M, correspondingly connecting to the network cable of the input pin of the other module S, and calculating a correlation value Vnet_outputAnd accumulated to an output correlation coefficient CMS_Outputs
Vnet_output(number of net load devices in M + number of net load devices in S)/number of net total load devices)/number of M output pins;
referring to fig. 5, of the n output network lines of the module M, output 1, output 2, etc. are input to the module S. These nets may also be simultaneously input to other modules or devices X1-Xj, Y1-Yj.
S23, outputting the correlation coefficient CSM_OutputsReflecting the correlation degree between the output pin of another module S and the input pin of a module M, traversing all the output pins of another module S, correspondingly connecting to the network cable of the input pin of a module M, and calculating the correlation value Vnet_outputAnd accumulated to an output correlation coefficient CSM_Outputs
Vnet_output(number of net load devices in S + number of net load devices in M)/total number of net load devices)/number of S output pins.
Specific embodiment of S30
Selecting one module, searching whether the maximum matching item meets the merging condition, traversing a correlation coefficient list of one module M, and selecting another module S with the highest correlation coefficient; searching a correlation coefficient list of another module S, and judging whether the module M has the highest correlation coefficient or the highest sum of the correlation coefficients; the method is also consistent with the above determination method for the device.
Specific embodiment of S40
The merging module is used for performing pre-merging firstly and performing formal merging after the pre-merging is passed; the reasons for the failure of pre-merging include the excessive number of devices after merging or the excessive reduction of the module efficiency factor after merging, wherein the module efficiency factor is the sum of the number of module devices divided by the number of module input/output pins.
S50, if the last module or device is not judged, the steps S30-S40 are repeated until all modules or devices are traversed. At this time, after a period of searching and merging of the modules or devices, the number of the modules or devices is reduced, and if the preset sorting requirement is met, for example, the number of the top module/device is less than a certain value, the netlist sorting is finished; otherwise, continuously repeating the steps S20-S40 until the preset sorting requirement is met.
The method provided by the invention completely fills the blank of analyzing and sorting the current digital circuit netlist. Currently, in the industry, an automated processing method is lacked for digital circuit arrangement, and the processing is basically completely performed by manpower, and the arrangement is performed while understanding, or the arrangement is performed after understanding, so that a lot of time is consumed, and the processing is also required to be repeated continuously. The method is realized by a programming method, a large amount of data analysis is utilized to intelligently arrange the modules in advance, and an engineer understands the netlist by contrasting the modules. The working mode of sorting and understanding can greatly reduce the manual workload of reverse analysis engineers of the integrated circuit and improve the efficiency and quality of digital circuit analysis and sorting.
It is to be understood that the exemplary embodiments described herein are illustrative and not restrictive. Although one or more embodiments of the present invention have been described with reference to the accompanying drawings, it will be understood by those of ordinary skill in the art that various changes in form and details may be made therein without departing from the spirit and scope of the present invention as defined by the following claims.

Claims (5)

1. An intelligent module analysis method of a digital integrated circuit is characterized by comprising the following steps:
s10, preliminary arrangement of the original netlist: devices in the digital circuit netlist are divided into combinational logic devices, triggers and latches, and according to the device types, the most initial module combination is carried out on the strongly related devices;
s20, for the modules, calculating a correlation coefficient between the modules: traversing all current modules, sequentially selecting one module M, and calculating the correlation coefficient of the module M and each other module;
s30, selecting a module, and searching whether the maximum matching item meets the merging condition;
s40, if yes, merging the modules;
s50, if not, judging whether the module is the last module;
s60, if the module is the last module, judging whether the preset sorting requirement is met, if so, ending; otherwise, returning to S20;
if not, return to S30;
the same procedure as above is also applied to the device in S20.
2. A method for intelligent block analysis of a digital integrated circuit as recited in claim 1, wherein the preliminary refinement of the original netlist comprises the steps of:
s11, traversing all combinational logic devices in the netlist, and merging all combinational logic cones into an independent module;
and S12, traversing all the network wires in the netlist, analyzing a device list driven by the network wires, namely analyzing all the devices with one or more input pins connected to the network wires, and combining the driven devices into an independent module if the devices driven by the network wires are the same type of device and the number of the devices is less than a preset value.
3. The intelligent module analysis method of a digital integrated circuit according to claim 1, wherein the correlation coefficient between the calculation modules is a correlation coefficient calculation formula of one module M and another module S:
CMS=KMS_Inputs×CMS_Inputs+KMS_Outputs×CMS_Outputs+KSM_Outputs×CSM_Outputs
wherein, KMS_Inputs、KMS_Outputs、KSM_OutputsThree preset constants are used for adjusting the weights of different correlation coefficients;
the method comprises the following steps:
s21, input phaseCoefficient of correlation CMS_InputsReflecting the correlation degree of the input pins of the two modules, traversing all the input pins, and calculating a correlation value V for the network cables simultaneously input into one module M and the other module Snet_inputAnd accumulated to the input correlation coefficient CMS_Inputs
Vnet_input(number of net load devices in M + number of net load devices in S)/number of net total load devices)/number of M input pins;
s22, outputting the correlation coefficient CMS_OutputsReflecting the correlation degree of the output pin of one module M and the input pin of the other module S, traversing all the output pins of one module M, correspondingly connecting to the network cable of the input pin of the other module S, and calculating a correlation value Vnet_outputAnd accumulated to an output correlation coefficient CMS_Outputs
Vnet_output(number of net load devices in M + number of net load devices in S)/number of net total load devices)/number of M output pins;
s23, outputting the correlation coefficient CSM_OutputsReflecting the correlation degree between the output pin of another module S and the input pin of a module M, traversing all the output pins of another module S, correspondingly connecting to the network cable of the input pin of a module M, and calculating the correlation value Vnet_outputAnd accumulated to an output correlation coefficient CSM_Outputs
Vnet_output(number of net load devices in S + number of net load devices in M)/total number of net load devices)/number of S output pins.
4. The method of claim 1, wherein said selecting one module, looking up whether its largest matching term satisfies the merging condition, for traversing the correlation coefficient list of one module M, selecting another module S with the highest correlation coefficient; searching a correlation coefficient list of another module S, and judging whether the module M has the highest correlation coefficient or the highest sum of the correlation coefficients; the method is also consistent with the above determination method for the device.
5. The method as claimed in claim 1, wherein the merging module performs pre-merging first, and performs formal merging after the pre-merging is passed; the reasons for the failure of pre-merging include the excessive number of devices after merging or the excessive reduction of the module efficiency factor after merging, wherein the module efficiency factor is the sum of the number of module devices divided by the number of module input/output pins.
CN201911239949.6A 2019-12-06 2019-12-06 Intelligent module analysis method of digital integrated circuit Active CN112926281B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911239949.6A CN112926281B (en) 2019-12-06 2019-12-06 Intelligent module analysis method of digital integrated circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911239949.6A CN112926281B (en) 2019-12-06 2019-12-06 Intelligent module analysis method of digital integrated circuit

Publications (2)

Publication Number Publication Date
CN112926281A true CN112926281A (en) 2021-06-08
CN112926281B CN112926281B (en) 2022-06-03

Family

ID=76161475

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911239949.6A Active CN112926281B (en) 2019-12-06 2019-12-06 Intelligent module analysis method of digital integrated circuit

Country Status (1)

Country Link
CN (1) CN112926281B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5694481A (en) * 1995-04-12 1997-12-02 Semiconductor Insights Inc. Automated design analysis system for generating circuit schematics from high magnification images of an integrated circuit
US5838947A (en) * 1996-04-02 1998-11-17 Synopsys, Inc. Modeling, characterization and simulation of integrated circuit power behavior
CN1523660A (en) * 2003-02-17 2004-08-25 上海芯华微电子有限公司 Bidirectional technique system of integrated circuit design
CN1858754A (en) * 2006-01-26 2006-11-08 华为技术有限公司 Searching method and device for circuit module
CN101656535A (en) * 2008-08-20 2010-02-24 中国科学院半导体研究所 Process mapping method for programmable gate array of multi-mode logical unit
CN102323964A (en) * 2011-08-16 2012-01-18 北京芯愿景软件技术有限公司 Digital circuit net list data processing method
US8571837B1 (en) * 2010-07-16 2013-10-29 Cadence Design Systems, Inc. System and method for simulating a bi-directional connect module within an analog and mixed-signal circuit
CN107025362A (en) * 2017-04-28 2017-08-08 无锡市同步电子科技有限公司 A kind of method for verifying schematic diagram and PCB creation data uniformity
CN109800534A (en) * 2019-02-14 2019-05-24 广东高云半导体科技股份有限公司 FPGA design circuit drawing generating method, device, computer equipment and storage medium
CN110119539A (en) * 2019-04-17 2019-08-13 西北核技术研究所 A kind of analysis method of combinational logic circuit Single event upset effecf propagation law
CN110442884A (en) * 2018-05-02 2019-11-12 中国科学院微电子研究所 A kind of optimization method and device of subthreshold value digital timing circuit

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5694481A (en) * 1995-04-12 1997-12-02 Semiconductor Insights Inc. Automated design analysis system for generating circuit schematics from high magnification images of an integrated circuit
US5838947A (en) * 1996-04-02 1998-11-17 Synopsys, Inc. Modeling, characterization and simulation of integrated circuit power behavior
CN1523660A (en) * 2003-02-17 2004-08-25 上海芯华微电子有限公司 Bidirectional technique system of integrated circuit design
CN1858754A (en) * 2006-01-26 2006-11-08 华为技术有限公司 Searching method and device for circuit module
CN101656535A (en) * 2008-08-20 2010-02-24 中国科学院半导体研究所 Process mapping method for programmable gate array of multi-mode logical unit
US8571837B1 (en) * 2010-07-16 2013-10-29 Cadence Design Systems, Inc. System and method for simulating a bi-directional connect module within an analog and mixed-signal circuit
CN102323964A (en) * 2011-08-16 2012-01-18 北京芯愿景软件技术有限公司 Digital circuit net list data processing method
CN107025362A (en) * 2017-04-28 2017-08-08 无锡市同步电子科技有限公司 A kind of method for verifying schematic diagram and PCB creation data uniformity
CN110442884A (en) * 2018-05-02 2019-11-12 中国科学院微电子研究所 A kind of optimization method and device of subthreshold value digital timing circuit
CN109800534A (en) * 2019-02-14 2019-05-24 广东高云半导体科技股份有限公司 FPGA design circuit drawing generating method, device, computer equipment and storage medium
CN110119539A (en) * 2019-04-17 2019-08-13 西北核技术研究所 A kind of analysis method of combinational logic circuit Single event upset effecf propagation law

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
孟少鹏等: "基于后端物理流程的触发器加固设计及验证", 《中国集成电路》, no. 05, 5 May 2019 (2019-05-05) *
高磊等: "一种数字电路测试向量自动生成系统的研究", 《舰船电子工程》, no. 04, 20 April 2008 (2008-04-20) *

Also Published As

Publication number Publication date
CN112926281B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
US7143367B2 (en) Creating optimized physical implementations from high-level descriptions of electronic design using placement-based information
CN110321999A (en) Neural computing figure optimization method
WO2017096990A1 (en) Method and device for automatically generating test script
CN112540849B (en) Parameter configuration optimization method and system for distributed computing operation
CN101656535A (en) Process mapping method for programmable gate array of multi-mode logical unit
CN112347722A (en) Method and device for efficiently evaluating chip Feed-through flow stage number
CN110688723B (en) Rapid design method for clock distribution network
CN112926281B (en) Intelligent module analysis method of digital integrated circuit
CN108875914A (en) The method and apparatus that Neural Network Data is pre-processed and is post-processed
CN104408263A (en) Graphic element grouping and ranking method for automatically processing closed loop
CN115297048B (en) Routing path generation method and device based on optical fiber network
US20010049814A1 (en) Automatic logic design supporting method and apparatus
US20040216069A1 (en) Method of designing low-power semiconductor integrated circuit
CN109583005B (en) Method for calculating GRMFPGA interconnection network delay
CN107066376A (en) A kind of automatic test verification method tested for GUI
Xue et al. Post routing performance optimization via multi-link insertion and non-uniform wiresizing
US7496870B2 (en) Method of selecting cells in logic restructuring
US10997349B1 (en) Incremental chaining in the presence of anchored figures
CN109710314B (en) A method of based on graph structure distributed parallel mode construction figure
CN111428436B (en) Method for programmatically analyzing integrated circuit structure
Chen et al. Simultaneous gate sizing and fanout optimization
CN1656486A (en) Integrated circuit design method
CN104598205A (en) Sorting system and method for dataflow of function block diagram
US20060031808A1 (en) System and method for creating timing constraint information
CN115859886B (en) Design splitting method for high-efficiency low coupling based on multiple fanout logic

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
GR01 Patent grant
GR01 Patent grant