CN112364582A - Improved method, system and device for verifying tri-state gate circuit - Google Patents

Improved method, system and device for verifying tri-state gate circuit Download PDF

Info

Publication number
CN112364582A
CN112364582A CN202011375132.4A CN202011375132A CN112364582A CN 112364582 A CN112364582 A CN 112364582A CN 202011375132 A CN202011375132 A CN 202011375132A CN 112364582 A CN112364582 A CN 112364582A
Authority
CN
China
Prior art keywords
circuit
tri
verification
state gate
matching
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
CN202011375132.4A
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.)
Shenzhen Guomicrochip Technology Co ltd
Original Assignee
Guowei Group Shenzhen 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 Guowei Group Shenzhen Co ltd filed Critical Guowei Group Shenzhen Co ltd
Priority to CN202011375132.4A priority Critical patent/CN112364582A/en
Publication of CN112364582A publication Critical patent/CN112364582A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/327Logic synthesis; Behaviour synthesis, e.g. mapping logic, HDL to netlist, high-level language to RTL or netlist
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • G06F30/398Design verification or optimisation, e.g. using design rule check [DRC], layout versus schematics [LVS] or finite element methods [FEM]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

The invention discloses an improved method for verifying a tri-state gate circuit, which comprises the following steps: dividing logic cones of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit; matching the comparison points according to the matching rule; establishing a reference circuit and an MITER for realizing a comparison point of a logic cone of the circuit; converting the circuit file after the mitter into a conjunctive normal form which can be processed by an SAT algorithm for verification; if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, otherwise, the inequivalent circuits are directly output. The invention is an improved version based on the traditional scheme, can avoid the problem that the enable end of the tri-state gate in the original scheme is not equivalent, and can improve the verification accuracy of the tri-state gate by combining the scheme and the traditional scheme. Through a series of steps of logic cone division, comparison point matching, SAT verification and the like of the enabling end circuit, the hypothesis before the verification of the tri-state gate can be completely supplemented, and the verification scheme of the original tri-state gate circuit is perfected.

Description

Improved method, system and device for verifying tri-state gate circuit
Technical Field
The invention belongs to the technical field of integrated circuits, and particularly relates to an improved method, system and device for verifying a tri-state gate circuit.
Background
With the development of information technology and the increase of data transmission amount, bidirectional bus transmission in very large scale integrated circuits plays an increasingly important role, and is generally used for data transmission, such as: data transfer between the CPU and memory and input and output interfaces and is therefore widely used in processor integrated circuits. Since the basic gate circuit constituting the multi-path bidirectional bus transmission includes a tri-state gate in addition to a basic circuit such as an nand gate, the tri-state gate circuit is considered when verifying the equivalence of the bidirectional bus transmission circuit.
The basic principle of the tri-state gate is: when the enable end of the tri-state gate is in an effective state, the output end and the input end are kept consistent; when the enable end of the tri-state gate is invalid, the output end always keeps a high-impedance state no matter a high level or a low level is input. The main scheme for verifying tri-state gates at present is: assuming the enable is valid, the tri-state gate is verified as a buffer. However, this assumption is made on the premise that the enable terminal circuit is equivalent, otherwise, this assumption is not true, as shown in fig. 1, when the CPU (a terminal) transfers data to the memory (B terminal), it needs to enable the enable terminal of the tri-state gate T1, and disable the enable terminal of the tri-state gate T2; when data transmission is not needed, the T1 and T2 enabled terminals are required to be invalid. In this case, if T1 and T2 are simultaneously assumed to be valid, a data transmission collision occurs, which does not match the circuit actual situation.
In addition, when the bus is transmitting, the truth table relationship between its inputs and the T1 and T2 enables is shown in Table one:
truth table relationship between input and enable terminals when the first enable terminal is equivalent
Figure DEST_PATH_IMAGE001
In this case, assuming that the enable of T1 is valid, it can be inferred that the Input must be 0 at Input1 and 1 at Input2, and the same reasoning holds for T2, i.e. the enable of a tri-state gate is valid and the Input to the circuit is a set of defined correspondences. However, the circuit shown in fig. 2 can be seen from the truth table (table two):
when the enable terminal of the second table is not equivalent, the truth table relationship between the input terminal and the enable terminal
Figure 671551DEST_PATH_IMAGE002
When the enable of T1 is asserted, the inputs may be Input1 is 0 and Input2 is 1 or Input1 is 1 and Input2 is 0, i.e. the enable of a tri-state gate is asserted and the inputs of the circuit are not a certain set of correspondences. In this case, assuming that the enable terminal is enabled and then verified, it is equivalent to consider the Input1 and Input2 Input circuits of fig. 1 and 2 to be equivalent, but obviously these are two completely different circuits, so it is not feasible to verify under this premise.
Therefore, a need exists for an improved method, system, and apparatus for tri-state gate verification that addresses the above-mentioned problems.
Disclosure of Invention
In view of the above, the present invention provides an improved method, system and apparatus for tri-state gate verification to solve the above-mentioned problems in the background art.
In order to achieve the purpose, the invention provides the following technical scheme: an improved method for tri-state gate circuit verification, the method comprising:
dividing logic cones of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit;
matching the comparison points according to the matching rule;
establishing a reference circuit and an MITER for realizing a comparison point of a logic cone of the circuit;
converting the circuit file after the mitter into a conjunctive normal form which can be processed by an SAT algorithm for verification; if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, otherwise, the inequivalent circuits are directly output.
Further, the performing logic cone segmentation includes the following steps:
backtracking scanning is started from an output port as a cone top until a last comparison point is met to form a logic cone;
and taking the cone bottom of the logic cone as the cone top of the next logic cone, and scanning the next logic cone until the whole circuit is divided into logic cone sub-circuits.
Further, the comparing point matching according to the matching rule specifically includes:
and matching the comparison points of the logic cones in the reference circuit and the implementation circuit according to a certain rule, and carrying out the next verification only on the logic cones which are matched consistently.
Furthermore, the matching rules comprise precise name matching, name filtering and comprehensive use of a plurality of rules for matching together, and finally the logic cone matching is consistent.
Further, the designator for establishing the comparison point of the reference circuit and the logic cone of the implementation circuit is specifically:
and connecting the matched reference circuit with the logic cone vertex of the implementation circuit by using an exclusive-OR gate.
Further, the step of converting the circuit file after the MITTER into a conjunctive norm that can be processed by the SAT algorithm includes the following steps:
the input is connected with the input in an OR operation;
a plurality of inputs form a clause through OR operation;
clauses are connected with each other through operations;
the plurality of clauses form the whole conjunctive expression through the AND operation.
An improved system for tri-state gate circuit verification, the system comprising:
the dividing unit is used for dividing the logic cone of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit;
the matching unit is used for matching the comparison points according to the matching rule;
the MITER unit is used for establishing a reference circuit and realizing the MITER of a comparison point of the logic cone of the circuit;
the verification unit is used for converting the circuit file after the MITTER into a conjunctive normal form which can be processed by an SAT algorithm for verification;
and the judging unit is used for judging the verification result, if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, and otherwise, the inequivalent circuits are directly output.
An improved apparatus for tri-state gate verification, the apparatus comprising at least one processor and at least one memory;
the memory stores a computer program that performs the above-described method, and the processor calls the computer program in the memory to perform the above-described method.
The invention has the technical effects and advantages that:
the invention is an improved version based on the traditional scheme, can avoid the problem that the enable end of the tri-state gate in the original scheme is not equivalent, and can improve the verification accuracy of the tri-state gate by combining the scheme and the traditional scheme. Compared with the direct hypothesis verification in the traditional scheme, the scheme can completely supplement the hypothesis before verifying the tri-state gate by a series of steps of logic cone division, comparison point matching, SAT verification and the like of the enabling end circuit, perfects the verification scheme of the original tri-state gate circuit, is easy to realize, and can be conveniently applied to an electronic design automation tool.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 shows an equivalent schematic diagram of a prior art tri-state gate enable end circuit;
FIG. 2 illustrates an equivalent schematic diagram of a prior art tri-state gate enable side circuit;
FIG. 3 shows a flow diagram of an improved method for verification of a tri-state gate circuit of an embodiment of the present invention;
FIG. 4 shows a logic cone circuit schematic of an embodiment of the present invention;
FIG. 5 illustrates a schematic diagram of the miter circuit of an embodiment of the present invention;
FIG. 6 is a schematic diagram illustrating logical partitioning of a reference circuit and an implementation circuit according to an embodiment of the present invention;
FIG. 7 illustrates a designator diagram of a logic cone of a reference circuit and an implementation circuit in accordance with an embodiment of the present invention;
fig. 8 is a schematic diagram of a conjunctive normal form obtained through variant derivation according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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, but 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.
The invention provides an improved method for verifying a tri-state gate circuit, which comprises the following five steps as an example as shown in FIG. 3:
the first step is as follows: dividing logic cones of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit;
the second step is that: matching the comparison points according to the matching rule;
the third step: establishing a reference circuit and an MITER for realizing a comparison point of a logic cone of the circuit;
the fourth step: converting the circuit file after the mitter into a conjunctive normal form which can be processed by an SAT algorithm for verification;
the fifth step: if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, the tri-state gate is used as a buffer to verify the logic cone built by the tri-state gate again, and otherwise, the inequivalent circuits are directly output.
In the verification method, the problem that an input circuit is not equivalent under the condition that an enabling end is assumed to be effective in the traditional scheme can be solved by using the logic cone segmentation, and the memory overhead of the system can be reduced by using the SAT algorithm to solve the conjunctive and conjunctive norm, so that the verification process is ensured to be carried out smoothly.
In the embodiment of the present invention, a logic cone refers to a circuit included between a certain comparison point in a circuit and a previous comparison point when the comparison point is reached. The comparison point for starting backtracking is called the cone top, and the comparison point for stopping backtracking is called the cone bottom. In the verification problem of the tri-state gate, the vertex is the enable terminal of the tri-state gate, and the bottom is all input ports to the enable terminal of the tri-state gate, as shown in fig. 4. The logic cone segmentation process comprises the following steps: and backtracking scanning is started from an output port serving as a cone top, backtracking is stopped until a last comparison point is met, the part of the circuit of the cone is the logic cone, then the cone bottom of the logic cone is used as the cone top of the next logic cone, and scanning of the next logic cone is carried out until the whole circuit is divided into logic cone sub-circuits, so that the verification of the whole circuit can be decomposed into superposition of the verification of each logic cone.
In the embodiment of the invention, the comparison point matching refers to that after the reference circuit and the implementation circuit respectively carry out logic cone segmentation, the comparison points of each logic cone in the two circuits are matched according to a certain rule, and the logic cones which are matched in a consistent way can be subjected to the next verification. The common matching rules comprise accurate name matching, name filtering and the like, and a plurality of rules can be comprehensively used for matching together during matching, so that the logic cone matching is consistent finally.
In the embodiment of the present invention, the mitter refers to connecting the matched reference circuit and the logic cone vertex of the implementation circuit by using an exclusive or gate, as shown in fig. 5, in the case of the same input, if the combination of a group of inputs makes the output "1", it means that the two circuits are not equivalent, and conversely, if the final output of the circuit after trying the combination of all the inputs is "0", it proves that the two circuits are equivalent.
In the embodiment of the present invention, the SAT technique refers to solving the boolean satisfiability problem, and solving the boolean satisfiability problem refers to: attempting to find a combination of a set of boolean variables such that the entire expression results in a "1" indicates that the problem is satisfied, and if an exhaustive list of all combinations does not find a solution that the problem is not satisfied, which corresponds to the meaning in the circuit: if the circuit file after miter can find a group of input combinations so that the output is 1, the two circuits are not equivalent, otherwise, the two circuits are equivalent. The SAT technology is an algorithm for trying to find an unsatisfiable boolean variable combination, and a problem to be processed by the algorithm is presented in a conjunctive normal form, and the conjunctive normal form is specifically expressed as follows: variables are connected with each other through OR operation, a plurality of variables form a clause through OR operation, clauses are connected with each other through OR operation, and a plurality of clauses form the whole conjunctive normal form through AND operation. Such as: for such a conjunctive normal form: (a V is advanced just C) inverted V (| V, after), there is the combination of a set of variable: a is 1, b is 0, c is 1, making the equation "1", then this conjunctive normal form is satisfied, its set of solutions is: a =1, b =0, c = 1.
Illustratively, the scheme of the embodiment of the present invention will be described in detail by taking the tri-state gate circuit for verifying bidirectional bus transmission as an example.
Dividing the logic structures of the reference circuit and the implementation circuit according to the structure of the logic cone, as shown in fig. 6, obtaining the comparison points of the enable end circuits of the tri-state gates respectively, and then matching the obtained comparison points of the logic cone, where the purpose of this step is to specify the logic cone to be compared between the two circuits, and the following process is the circuit designatorer, as shown in fig. 7: connecting the tops of the two logic cones through an exclusive-or gate, adding the same Input port to the bottom of the logic cones, and then converting a Conjunctive Normal Form (CNF) file to a miter circuit, where in this embodiment, the circuit expression after the miter is Out = (| _ Input1 ^ Input2) | (Input1 | _ Input2), and the conjunctive normal form can be obtained through conversion deformation: out = Input1 ^ Input2, it is clear that when Input1=1 and Input2=0, Out is 1, which is then satisfactory for the problem, but not equivalent for the two circuits, thus directly outputting the circuits in the logic cone that are not equivalent; for the circuit of fig. 8, a conjunctive normal form is obtained through deformation derivation, and then the problem can be solved through analysis, that is, the two circuits are equivalent, and then the assumption of the enabling end of the tri-state gate is verified effectively by adopting the original scheme.
The present invention also provides an improved system for tri-state gate circuit verification, the system comprising:
the dividing unit is used for dividing the logic cone of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit;
the matching unit is used for matching the comparison points according to the matching rule;
the MITER unit is used for establishing a reference circuit and realizing the MITER of a comparison point of the logic cone of the circuit;
the verification unit is used for converting the circuit file after the MITTER into a conjunctive normal form which can be processed by an SAT algorithm for verification;
and the judging unit is used for judging the verification result, if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, and otherwise, the inequivalent circuits are directly output.
The present invention also provides an improved apparatus for tri-state gate verification, the apparatus comprising at least one processor and at least one memory;
the memory stores a computer program that performs the above-described method, and the processor calls the computer program in the memory to perform the above-described method.
The embodiment of the invention is an improved version based on the traditional scheme, can avoid the problem that the enabling end of the tri-state gate in the original scheme is not equivalent, and can improve the verification accuracy of the tri-state gate by combining the scheme and the traditional scheme. Compared with the direct hypothesis verification in the traditional scheme, the scheme can completely supplement the hypothesis before verifying the tri-state gate by a series of steps of logic cone division, comparison point matching, SAT verification and the like of the enabling end circuit, perfects the verification scheme of the original tri-state gate circuit, is easy to realize, and can be conveniently applied to an electronic design automation tool.
Although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. An improved method for tri-state gate verification, the method comprising:
dividing logic cones of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit;
matching the comparison points according to the matching rule;
establishing a reference circuit and an MITER for realizing a comparison point of a logic cone of the circuit;
converting the circuit file after the mitter into a conjunctive normal form which can be processed by an SAT algorithm for verification; if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, otherwise, the inequivalent circuits are directly output.
2. The improved method for verification of tri-state gate circuits as claimed in claim 1 wherein said performing logic cone splitting comprises the steps of:
backtracking scanning is started from an output port as a cone top until a last comparison point is met to form a logic cone;
and taking the cone bottom of the logic cone as the cone top of the next logic cone, and scanning the next logic cone until the whole circuit is divided into logic cone sub-circuits.
3. The improved method for verification of tri-state gate circuits as claimed in claim 2 wherein said matching comparison points according to matching rules is specifically:
and matching the comparison points of the logic cones in the reference circuit and the implementation circuit according to a certain rule, and carrying out the next verification only on the logic cones which are matched consistently.
4. The improved method for verification of tri-state gate circuits as claimed in claim 3 wherein said matching rules include exact name matching, name filtering, and using multiple rules together for matching, eventually achieving consistent logic cone matching.
5. The improved method for verification of a tri-state gate circuit as claimed in claim 1, wherein the designatorer for establishing the comparison point of the reference circuit and the logic cone of the implementation circuit is specifically:
and connecting the matched reference circuit with the logic cone vertex of the implementation circuit by using an exclusive-OR gate.
6. The improved method for tri-state gate verification as claimed in claim 1 wherein the step of converting the circuit file after mitter to a conjunctive norm processable by the SAT algorithm comprises the steps of:
the input is connected with the input in an OR operation;
a plurality of inputs form a clause through OR operation;
clauses are connected with each other through operations;
the plurality of clauses form the whole conjunctive expression through the AND operation.
7. An improved system for tri-state gate verification, the system comprising:
the dividing unit is used for dividing the logic cone of the reference circuit and the tri-state gate enable end input circuit of the implementation circuit;
the matching unit is used for matching the comparison points according to the matching rule;
the MITER unit is used for establishing a reference circuit and realizing the MITER of a comparison point of the logic cone of the circuit;
the verification unit is used for converting the circuit file after the MITTER into a conjunctive normal form which can be processed by an SAT algorithm for verification;
and the judging unit is used for judging the verification result, if the verification result shows that the two circuits are equivalent, the enabling end is assumed to be effective, and otherwise, the inequivalent circuits are directly output.
8. An improved apparatus for tri-state gate verification, the apparatus comprising at least one processor and at least one memory;
the memory stores a computer program for performing the method of any of claims 1-6, and the processor calls the computer program in the memory to perform the method of any of claims 1-6.
CN202011375132.4A 2020-11-30 2020-11-30 Improved method, system and device for verifying tri-state gate circuit Pending CN112364582A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011375132.4A CN112364582A (en) 2020-11-30 2020-11-30 Improved method, system and device for verifying tri-state gate circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011375132.4A CN112364582A (en) 2020-11-30 2020-11-30 Improved method, system and device for verifying tri-state gate circuit

Publications (1)

Publication Number Publication Date
CN112364582A true CN112364582A (en) 2021-02-12

Family

ID=74536797

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011375132.4A Pending CN112364582A (en) 2020-11-30 2020-11-30 Improved method, system and device for verifying tri-state gate circuit

Country Status (1)

Country Link
CN (1) CN112364582A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115062566A (en) * 2022-06-21 2022-09-16 深圳国微芯科技有限公司 Method for simplifying circuit containing X value, verification method and storage medium
WO2023272424A1 (en) * 2021-06-28 2023-01-05 华为技术有限公司 Circuit verification method and apparatus based on automatic test pattern generation

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1063707A (en) * 1996-08-15 1998-03-06 Nec Corp Device and method for logic circuit verification
US20040177332A1 (en) * 2003-03-07 2004-09-09 Manish Pandey Method and system for logic equivalence checking
CN1560918A (en) * 2004-03-12 2005-01-05 中国科学院计算技术研究所 Circuit design checking and error diagnosis method containing black box
CN1560769A (en) * 2004-03-05 2005-01-05 中国科学院计算技术研究所 Cmbined circuit equipment checking method based on satisfiability
CN101295328A (en) * 2008-06-19 2008-10-29 复旦大学 Orthogonalization algorithm for solving satisfiability problem
CN106997408A (en) * 2016-01-22 2017-08-01 奇捷科技股份有限公司 Circuit verification
CN111078614A (en) * 2019-12-19 2020-04-28 成都理工大学工程技术学院 Function module based on FPGA
CN111539182A (en) * 2020-07-08 2020-08-14 成都奥卡思微电科技有限公司 Grading method for equivalent verification of combinational logic circuit

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1063707A (en) * 1996-08-15 1998-03-06 Nec Corp Device and method for logic circuit verification
US20040177332A1 (en) * 2003-03-07 2004-09-09 Manish Pandey Method and system for logic equivalence checking
CN1560769A (en) * 2004-03-05 2005-01-05 中国科学院计算技术研究所 Cmbined circuit equipment checking method based on satisfiability
CN1560918A (en) * 2004-03-12 2005-01-05 中国科学院计算技术研究所 Circuit design checking and error diagnosis method containing black box
CN101295328A (en) * 2008-06-19 2008-10-29 复旦大学 Orthogonalization algorithm for solving satisfiability problem
CN106997408A (en) * 2016-01-22 2017-08-01 奇捷科技股份有限公司 Circuit verification
CN111078614A (en) * 2019-12-19 2020-04-28 成都理工大学工程技术学院 Function module based on FPGA
CN111539182A (en) * 2020-07-08 2020-08-14 成都奥卡思微电科技有限公司 Grading method for equivalent verification of combinational logic circuit

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
岳园 等: "使用逻辑锥分割的组合电路等价性验证", 计算机工程与应用, vol. 49, no. 2, pages 61 - 66 *
岳园 等: "部分实现组合电路的等价验证优化算法", 山东大学学报(理学版), vol. 51, no. 3, pages 116 - 121 *
岳园: "基于逻辑锥和SAT的带黑盒电路等价性验证方法", 中国优秀硕士学位论文全文数据库 信息科技辑, no. 4, pages 135 - 108 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023272424A1 (en) * 2021-06-28 2023-01-05 华为技术有限公司 Circuit verification method and apparatus based on automatic test pattern generation
CN115062566A (en) * 2022-06-21 2022-09-16 深圳国微芯科技有限公司 Method for simplifying circuit containing X value, verification method and storage medium
CN115062566B (en) * 2022-06-21 2023-06-27 深圳国微芯科技有限公司 Method for simplifying circuit containing X value, verification method and storage medium

Similar Documents

Publication Publication Date Title
US12045552B2 (en) Layout method of a chip and electronic equipment
CN112364582A (en) Improved method, system and device for verifying tri-state gate circuit
CN112732636B (en) Configuration method, device and equipment of chip prototype verification system based on multiple FPGAs
CN116187237B (en) Inspection method, apparatus and medium for chip design
CN102567254B (en) The method that adopts dma controller to carry out data normalization processing
CN110502799B (en) Automatic configuration method and device for chip pins
CN102567587A (en) FPGA (field programmable gate array) interconnection method and device utilizing same
US20060184595A1 (en) Representative majority voter for bus invert coding
WO2021036094A1 (en) Chip and electronic apparatus
CN111274193A (en) Data processing apparatus and method
US11120189B2 (en) Single-ended-mode to mixed-mode transformer spice circuit model for high-speed system signal integrity simulations
CN114548028B (en) Method for performing low-power design, electronic device and storage medium
CN115333968A (en) Network card batch test system and method with NCSI function
US9389835B2 (en) Finite field inverter
US20220309024A1 (en) Topologies and algorithms for multi-processing unit interconnected accelerator systems
US20230119051A1 (en) Method and apparatus for constructing fpga chip top-level schematic and storage medium
CN105550146A (en) Bridge apparatus between OPB bus and IPS bus
CN104731994A (en) Method of generating schematic netlist through nonstandard cell library
CN103559159A (en) Information processing method and electronic device
CN109271202B (en) Asynchronous Softmax hardware acceleration method and accelerator
CN107368643B (en) RTL-based module partitioning method and device and terminal equipment
CN202662010U (en) FPGA (Field Programmable Gate Array) interaction device, verification board and SOC (System On Chip) system
US7861197B2 (en) Method of verifying design of logic circuit
KR100854662B1 (en) Process connecting method of robot control module
CN111428436A (en) Method for programming analysis of integrated circuit structure

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220707

Address after: 518000 Room 201, A building, 1 front Bay Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretarial Co., Ltd.)

Applicant after: Shenzhen guomicrochip Technology Co.,Ltd.

Address before: 22A, Guoshi building, 1801 Shahe West Road, high tech Zone community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: GUOWEI GROUP (SHENZHEN) Co.,Ltd.