CN115034174A - Method for checking chip bonding pad position and network in package - Google Patents

Method for checking chip bonding pad position and network in package Download PDF

Info

Publication number
CN115034174A
CN115034174A CN202210746379.5A CN202210746379A CN115034174A CN 115034174 A CN115034174 A CN 115034174A CN 202210746379 A CN202210746379 A CN 202210746379A CN 115034174 A CN115034174 A CN 115034174A
Authority
CN
China
Prior art keywords
actual
information file
bonding pad
design
network
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
CN202210746379.5A
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.)
Hangzhou Microsilicon Tech Co ltd
Original Assignee
Hangzhou Microsilicon Tech 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 Microsilicon Tech Co ltd filed Critical Hangzhou Microsilicon Tech Co ltd
Priority to CN202210746379.5A priority Critical patent/CN115034174A/en
Publication of CN115034174A publication Critical patent/CN115034174A/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/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]
    • 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

  • 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)
  • Testing Or Measuring Of Semiconductors Or The Like (AREA)

Abstract

The invention discloses a method for checking a chip bonding pad position and a network in packaging, which comprises the following steps: A) establishing an actual information file and an initial information file in a text format (txt format); (B) opening the auxiliary software; (C) the auxiliary software loads the actual information file and the initial information file, runs and compares the actual information file and the initial information file; (D) and obtaining the information of all the pads with position errors or network errors. The invention aims to provide an inspection method capable of efficiently and accurately confirming the position of a chip bonding pad in a package and a network.

Description

Method for checking chip bonding pad position and network in package
Technical Field
The invention relates to a chip packaging process, in particular to a method for inspecting a chip bonding pad position and a network in packaging.
Background
Packaging (Package) is a process of assembling a plurality of integrated circuit components (such as chips and discrete devices) into a final product, and in detail, packaging is a process of placing a produced integrated circuit chip (Die) on a substrate which plays a bearing role and arranging pins in a circuit layout manner so as to Package the chip into a whole, and the quality of a packaging process determines the final quality of the integrated circuit product.
The fan-out wafer level package (FOWLP) can recombine and package chips and elements with different sizes together to form a standard-shaped package structure, and can conveniently complete high-density package wiring, so that the fan-out wafer level package (FOWLP) becomes a preferred technology for realizing system-level packaging. The wafer level fan-out package is processed and manufactured in a mode that the fan-out package structure is used as a unit to reconstruct a wafer, and batch production and manufacturing are facilitated due to the unique wafer reconstruction structure.
However, the wafer level fan-out package integrates a large-scale chip, so the scale of the formed bonding pad is also large, but the position and the connection network of the bonding pad are generally determined by the previous process, and because the workload is huge, the difference between the actual position and the connection network of the bonding pad and the design may exist after the previous process is completed, if the actual position and the connection network of the bonding pad are not determined, the wafer level fan-out package is performed only according to the designed position and the connection network of the bonding pad, the package failure may be caused, the construction period is delayed, and the cost of an enterprise is increased; however, if the actual location of the pads and the work of connecting the network is confirmed only manually, it is time consuming and labor consuming and may have omissions and errors.
Disclosure of Invention
The purpose of the invention is as follows: the invention aims to provide an inspection method capable of efficiently and accurately confirming the position of a chip bonding pad in a package and a network.
The technical scheme is as follows: the invention relates to a method for checking a chip bonding pad position and a network in a package, which comprises the following steps:
(A) establishing an actual information file and an initial information file in a text format (txt format), wherein the actual positions of the chip locating points, the actual positions of all the bonding pads, the actual bonding pad network names and the actual bonding pad types are recorded in the actual information file, and the design positions of the chip locating points, the design positions of all the bonding pads, the design bonding pad network names and the design bonding pad types are recorded in the initial information file;
(B) opening the auxiliary software;
(C) the auxiliary software loads the actual information file and the initial information file, runs and compares the actual information file and the initial information file;
(D) and obtaining the information of all the pads with position errors or network errors so that a package designer can check the design of the wrong pads.
Further, the auxiliary software is based on the SKILL language.
Further, the auxiliary software operates as follows:
(1) opening Cadence software, and loading an auxiliary software running script;
(2) loading an actual information file and an initial information file;
(3) and operating to obtain the information of all the pads with position errors or network errors.
Further, for better wafer level fan-out packaging. In the wafer level fan-out type packaging design process, a chip may be rotated or displaced, so that positioning points are arranged on the chip, auxiliary software firstly compares actual positions of the positioning points with design positions recorded in an initial information file, so as to obtain a relative rotation angle and a relative displacement between the actual positions and the design positions (if the actual positions and the design positions are not changed, the relative rotation angle and the relative displacement are both 0), then the relative rotation angle and the relative displacement are given to the pad design positions, correction is carried out, a correction result is obtained, and finally the actual positions of the pads are compared with the correction result.
Further, the actual position and the design position include an x-coordinate and a y-coordinate, respectively.
Has the advantages that: compared with the prior art, the invention has the following remarkable advantages: the SKILL language is a program language which is built in the Cadence software and is based on the C language and the LISP language, the Cadence software provides rich interactive functions for a SKILL tool, and the auxiliary software written in the SKILL language can greatly improve the calculation efficiency, so that whether the position of a chip bonding pad and a network in a package are accurate or not is confirmed, and errors in package design are prevented.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a schematic diagram illustrating auxiliary software running scripts loaded in Cadence software;
FIG. 3 is a flow chart of the operation of the auxiliary software;
fig. 4 is a schematic diagram of information of a pad at a wrong position obtained in auxiliary software.
Detailed Description
The technical scheme of the invention is further explained by combining the attached drawings.
Referring to fig. 1 to 4, the method for inspecting the chip pad position and the network in the package according to the present invention includes the following steps:
(A) establishing an actual information file and an initial information file in a text format (txt format), wherein the actual position of a chip locating point, the actual x coordinate, the actual y coordinate, the actual pad network name and the actual pad type are recorded in the actual information file, and the design position of the chip locating point, the design x coordinate, the design y coordinate, the design pad network name and the design pad type are recorded in the initial information file;
(B) opening Cadence software, and loading an auxiliary software running script based on SKILL language;
(C) the auxiliary software loads an actual information file and an initial information file, the auxiliary software firstly compares the actual position of the positioning point with the design position recorded in the initial information file, so that a relative rotation angle and a relative displacement between the actual position and the design position are obtained (if the relative rotation angle and the relative displacement are not changed, the relative rotation angle and the relative displacement are both 0), then the relative rotation angle and the relative displacement are given to the design position of the bonding pad, correction is carried out, a correction result is obtained, and finally the actual position of the bonding pad is compared with the correction result;
(D) information is obtained for all pads at the wrong location for the package designer to check on the design of these wrong pads.

Claims (5)

1. A method for checking the position of a chip bonding pad and a network in a package comprises the following steps:
(A) establishing an actual information file and an initial information file in a text format (txt format), wherein the actual positions of the chip locating points, the actual positions of all the bonding pads, the actual bonding pad network names and the actual bonding pad types are recorded in the actual information file, and the design positions of the chip locating points, the design positions of all the bonding pads, the design bonding pad network names and the design bonding pad types are recorded in the initial information file;
(B) opening the auxiliary software;
(C) the auxiliary software loads an actual information file and an initial information file, runs and compares the actual information file and the initial information file;
(D) and obtaining the information of all the pads with position errors or network errors.
2. The method of claim 1, wherein the method further comprises the steps of: the auxiliary software is based on the SKILL language.
3. The method of claim 1 or 2, wherein the method comprises the steps of: the auxiliary software comprises the following operation steps:
(1) opening Cadence software, and loading an auxiliary software running script;
(2) loading an actual information file and an initial information file;
(3) and operating to obtain the information of all the pads with position errors or network errors.
4. The method of claim 1, wherein the method further comprises the steps of: the auxiliary software firstly compares the actual position of the positioning point with the design position recorded in the initial information file so as to obtain a relative rotation angle and a relative displacement between the actual position and the design position, then gives the relative rotation angle and the relative displacement to the design position of the bonding pad, corrects the design position of the bonding pad so as to obtain a correction result, and finally compares the actual position of the bonding pad with the correction result.
5. The method of claim 1, wherein the method further comprises the steps of: the actual position and the design position respectively comprise an x coordinate and a y coordinate.
CN202210746379.5A 2022-06-29 2022-06-29 Method for checking chip bonding pad position and network in package Pending CN115034174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210746379.5A CN115034174A (en) 2022-06-29 2022-06-29 Method for checking chip bonding pad position and network in package

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210746379.5A CN115034174A (en) 2022-06-29 2022-06-29 Method for checking chip bonding pad position and network in package

Publications (1)

Publication Number Publication Date
CN115034174A true CN115034174A (en) 2022-09-09

Family

ID=83126846

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210746379.5A Pending CN115034174A (en) 2022-06-29 2022-06-29 Method for checking chip bonding pad position and network in package

Country Status (1)

Country Link
CN (1) CN115034174A (en)

Similar Documents

Publication Publication Date Title
US6851100B1 (en) Management system for automated wire bonding process
US7725847B2 (en) Wiring design support apparatus for bond wire of semiconductor devices
WO2021042900A1 (en) Creation method and creation apparatus for component library, and electronic device and storage medium
WO2000057458A1 (en) Method of manufacturing semiconductor device and semiconductor device manufactured by it
CN103373476B (en) The flexible frock of aircraft wing wallboard shape face detection processing and detection working method
WO2000030119A1 (en) Ic test software system for mapping logical functional test data of logic integrated circuits to physical representation
CN101408416A (en) Method and system for checking SMT paster formula correctness
US8181125B2 (en) System and method for providing compliant mapping between chip bond locations and package bond locations for an integrated circuit
CN113779919A (en) Tool and method for checking integrated circuit layout design rule file
CN115034174A (en) Method for checking chip bonding pad position and network in package
CN116090404A (en) Method for checking layout design rule of semiconductor device
CN114330207A (en) Chip bonding pad information extraction method and system and electronic equipment
JP2002016099A (en) System for decreasing bonding program error of integrated circuit bonder, and its method
US7370303B2 (en) Method for determining the arrangement of contact areas on the active top side of a semiconductor chip
CN114281847A (en) SMT component data management method, database, medium and apparatus
CN103617170A (en) Automatic exposure machine document checking system
US6741901B2 (en) System and method for coordinated inter-organizational information sharing
JPH05190758A (en) Semiconductor device and manufacture thereof
CN112445694A (en) Tool for formulating test configuration file and application thereof
CN111435068B (en) Method and system for checking integral step-by-step positioning precision of IC carrier plate testing machine
US20070244955A1 (en) Method for locating a servo motor controller
US20240160111A1 (en) Digital direct recording device comprising real time analysis and correction of recorded artwork by dividing the artwork into submodules
CN114487773A (en) Configurable test equipment and test method based on semiconductor automatic test machine
CN111315135B (en) PCB design platform, method and system for detecting correctness of triode packaging angle
CN114758683A (en) Memory chip bit supplementing method applied to memory module

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