CN106250645A - A kind of method detecting power supply live width - Google Patents

A kind of method detecting power supply live width Download PDF

Info

Publication number
CN106250645A
CN106250645A CN201610644894.7A CN201610644894A CN106250645A CN 106250645 A CN106250645 A CN 106250645A CN 201610644894 A CN201610644894 A CN 201610644894A CN 106250645 A CN106250645 A CN 106250645A
Authority
CN
China
Prior art keywords
power supply
live width
supply live
coordinate
detection
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
CN201610644894.7A
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.)
Inspur Group Co Ltd
Original Assignee
Inspur Group 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 Inspur Group Co Ltd filed Critical Inspur Group Co Ltd
Priority to CN201610644894.7A priority Critical patent/CN106250645A/en
Publication of CN106250645A publication Critical patent/CN106250645A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/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]

Abstract

The invention discloses a kind of method detecting power supply live width, belong to EDA Technique field.The method call Skill program scanning of the detection power supply live width of the present invention catches the code of power supply live width coordinate, by calling power supply live width coordinate, checks one by one, detection power supply live width whether conformance with standard.The method of the detection power supply live width of this invention can detect power supply live width automatically, so that it is guaranteed that the quality of PCB design, has good application value.

Description

A kind of method detecting power supply live width
Technical field
The present invention relates to EDA Technique field, a kind of method detecting power supply live width of concrete offer.
Background technology
Along with the fast development of electronic information technology, electronic product is the most quickly dissolved in the life of people, science and technology Develop rapidly, promote the update of electronic product.Along with the development of integrated circuit densification, promote with Electronic Design certainly Dynamicization EDA(Electronic Design Automation) design software carries out the demand of PCB layout, this automatic wiring method Have that speed is fast, accuracy high, be suitable for market to product design requirement.But, enter at pcb board During row wiring, there is the phenomenon of requirement against regulation in power supply live width, thus affects the quality of PCB design.Existing skill In art, carry out power supply live width detection and adjustment by manual type, but, manual type not only time length, efficiency are low, and adjust Owing to there is artificial origin during whole, it be susceptible to adjust the phenomenon of mistake, bring very adverse influence for PCB quality.
Summary of the invention
The technical assignment of the present invention is the problem for above-mentioned existence, it is provided that one can detect power supply live width automatically, from And the method guaranteeing the detection power supply live width of the quality of PCB design.
For achieving the above object, the technical scheme is that
A kind of method detecting power supply live width, the method is called Skill program scanning and is caught the code of power supply live width coordinate, passes through Call power supply live width coordinate, check one by one, detection power supply live width whether conformance with standard, specifically include following steps:
S1: open Skill program, input need to detect the name of power supply live width;
S2: input power live width minimum standards;
S3: run Skill program, detection power supply live width whether conformance with standard;
S4: non-compliant power supply live width is classified and provides concrete coordinate;
S5: revise non-compliant power supply live width;
S6: again run Skill program, clicks on non-compliant coordinate, again carries out detecting whether power supply live width meets mark Accurate.
By running whether Skill Programmable detection PCB power supply cabling reaches to design requirement.Open Skill program to incite somebody to action, input Need name and the minimum standards of power supply live width of the power supply live width of detection.The distribution of detection PCB imposite power source line record Corresponding coordinate.Power supply live width is detected whether to meet minimum linewidth requirements by coordinate according to record one by one, if meeting Low linewidth requirements then exports DONE order, if being unsatisfactory for minimum linewidth requirements, arranges the coordinate being unsatisfactory for linewidth requirements Record, after operation, output is unsatisfactory for the coordinate of linewidth requirements.The live width being unsatisfactory for requiring is modified, again runs Skill program, clicks on non-compliant coordinate, again carries out detecting power supply live width whether conformance with standard.
As preferably, in described step S1, the power supply live width of diverse location is named respectively.
As preferably, in described step S5, manual amendment's non-compliant power supply live width, again run after manual amendment Skill program, carries out the detection of power supply live width.
Compared with prior art, the present invention has beneficial effect highlighted below: detection power supply live width of the present invention Method can be by running the detection PCB imposite power supply live width whether conformance with standard requirement of Skill Automatic Program, to not meeting mark After the power supply live width of alignment request is manually modified, again run Skill program and detect, until power supply live width conformance with standard Requirement, improves the quality of design of PCB.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the method for detection power supply live width of the present invention.
Detailed description of the invention
Below in conjunction with drawings and Examples, the method that the present invention detects power supply live width is described in further detail.
Embodiment
As it is shown in figure 1, the method call Skill program scanning of the detection power supply live width of the present invention catches power supply live width coordinate Code, by calling power supply live width coordinate, check one by one, detection power supply live width whether conformance with standard, Skill program sets Put at Cadence software.
Specifically include following steps:
S1: open Skill program, input need to detect the name of power supply live width.
The live width of diverse location on PCB is named respectively, different power supply live widths is detected one by one, improve inspection The accuracy surveyed.
S2: input power live width minimum standards.
S3: run Skill program, detection power supply live width whether conformance with standard.DONE is exported when meeting this minimum standards Order.
S4: non-compliant power supply live width is classified and provides concrete coordinate.To carry out the inspection of subsequent step Survey.
S5: revise non-compliant power supply live width.Manual amendment's non-compliant power supply live width.
S6: again run Skill program, clicks on non-compliant coordinate, again carries out detecting whether power supply live width accords with Standardization.After manual amendment's power supply live width, again run Skill program, detect amended power supply live width whether conformance with standard.
During detection, the operation code of Skill program is as follows:
;; if the boundary line crosses too close to the end
;; of the cline segment the intermediate x/y location (P3x,P3y)
;; may be greater than the end of the segment (p4x,p4y). If
;; this is the case then just delete the entire section from the
;; boundary line.
if( p4x > p3x then
axlDBCreateLine(cline1 segwidth etchlayer segnetname)
axlDBCreateLine(cline2 segwidth etchlayer segnetname)
else
axlDBCreateLine(cline1 segwidth etchlayer segnetname)
); endif
); End positive slope crossing bottom horizontal boundary line.
(;; Slope Crosses Negative Bottom Horizontal Boundary line.
(cXbeg > vlx && cXbeg < vrx && cYbeg < hty && cYbeg > hby && cYend < hby)
if(debug then
axlUIWPrint(nil " - Found Negative line crossing BOTTOM Horizontal line. -")
); endif
p1x = cXbeg
p1y = cYbeg
p4x = cXend
p4y = cYend
p3x = p4x - ( (hby - p4y) / abs(cslope))
p3y = hby
p2x = p3x - (cutwidth / abs(cslope))
p2y = p3y + cutwidth
cline1 = list(list(p1x p1y) list(p2x p2y))
cline2 = list(list(p3x p3y) list(p4x p4y))
etchlayer = cseg->layer
segnetname = cseg->net->name
segwidth = cseg->width
axlDeleteObject(cseg)
if(p1x < p2x then
axlDBCreateLine(cline1 segwidth etchlayer segnetname)
axlDBCreateLine(cline2 segwidth etchlayer segnetname)
else
axlDBCreateLine(cline2 segwidth etchlayer segnetname)
); endif
The process of the method for detection power supply live width of the present invention is: is named different electrical power line on PCB, opens Skill The minimum standards needing the name of the power supply live width of detection and the power supply live width of correspondence is input in program by program.Detection PCB Imposite powers on the distribution of source line signal record corresponding coordinate.Power supply live width is detected by coordinate according to record one by one No meeting minimum line width standard, if meeting minimum line width standard, exporting DONE order, if not meeting minimum line width standard, right The coordinate not meeting line width standard collates the minutes, and after operation, output does not meets the coordinate of line width standard.To not meeting The power supply live width of standard carries out manual amendment, again runs Skill program, clicks on non-compliant coordinate, again examine Survey power supply live width whether conformance with standard, until all power supply live width conformance with standard requirements.
Embodiment described above, the simply present invention more preferably detailed description of the invention, those skilled in the art is at this The usual variations and alternatives carried out in inventive technique aspects all should comprise within the scope of the present invention.

Claims (3)

1. the method detecting power supply live width, it is characterised in that: the method is called Skill program scanning and is caught power supply live width seat Target code, by calling power supply live width coordinate, checks one by one, detection power supply live width whether conformance with standard, specifically includes Following steps:
S1: open Skill program, input need to detect the name of power supply live width;
S2: input power live width minimum standards;
S3: run Skill program, detection power supply live width whether conformance with standard;
S4: non-compliant power supply live width is classified and provides concrete coordinate;
S5: revise non-compliant power supply live width;
S6: again run Skill program, clicks on non-compliant coordinate, again carries out detecting whether power supply live width meets mark Accurate.
The method of detection power supply live width the most according to claim 1, it is characterised in that: in described step S1, to not coordination The power supply live width put is named respectively.
The method of detection power supply live width the most according to claim 1 and 2, it is characterised in that: in described step S5, manually repair Change non-compliant power supply live width.
CN201610644894.7A 2016-08-09 2016-08-09 A kind of method detecting power supply live width Pending CN106250645A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610644894.7A CN106250645A (en) 2016-08-09 2016-08-09 A kind of method detecting power supply live width

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610644894.7A CN106250645A (en) 2016-08-09 2016-08-09 A kind of method detecting power supply live width

Publications (1)

Publication Number Publication Date
CN106250645A true CN106250645A (en) 2016-12-21

Family

ID=58077676

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610644894.7A Pending CN106250645A (en) 2016-08-09 2016-08-09 A kind of method detecting power supply live width

Country Status (1)

Country Link
CN (1) CN106250645A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908912A (en) * 2017-12-21 2018-04-13 郑州云海信息技术有限公司 A kind of automatic method for checking line power and being connected to ground
CN108801332A (en) * 2018-03-24 2018-11-13 浙江海宁普赛自动化科技有限公司 A kind of characterization processes in power cord production system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102183206A (en) * 2011-03-16 2011-09-14 昆山市正业电子有限公司 Line width measuring method for line on printed circuit board (PCB)
CN103049590A (en) * 2011-10-14 2013-04-17 鸿富锦精密工业(深圳)有限公司 Single line checking system and method
US20140139828A1 (en) * 2012-11-22 2014-05-22 Yung-Yu Lin Pattern Matching Method, Apparatus and Line Width Measuring Machine
CN104573242A (en) * 2015-01-14 2015-04-29 上海泰齐电子科技咨询有限公司 PCB design layout audit system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102183206A (en) * 2011-03-16 2011-09-14 昆山市正业电子有限公司 Line width measuring method for line on printed circuit board (PCB)
CN103049590A (en) * 2011-10-14 2013-04-17 鸿富锦精密工业(深圳)有限公司 Single line checking system and method
US20140139828A1 (en) * 2012-11-22 2014-05-22 Yung-Yu Lin Pattern Matching Method, Apparatus and Line Width Measuring Machine
CN104573242A (en) * 2015-01-14 2015-04-29 上海泰齐电子科技咨询有限公司 PCB design layout audit system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
亓磊 等: "基于SKILL语言的多边形间距线宽自动修复设计", 《 第十三届计算机工程与工艺会议(NCCET09’)论文集》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908912A (en) * 2017-12-21 2018-04-13 郑州云海信息技术有限公司 A kind of automatic method for checking line power and being connected to ground
CN108801332A (en) * 2018-03-24 2018-11-13 浙江海宁普赛自动化科技有限公司 A kind of characterization processes in power cord production system

Similar Documents

Publication Publication Date Title
CN111060515A (en) PCBA quality detection method, system and computer equipment
CN106250645A (en) A kind of method detecting power supply live width
CN111126212B (en) Matting identification method and system based on distribution box primary system diagram and storage medium
CN106773544A (en) A kind of OPC modeling methods of control secondary graphics signal rate of false alarm
CN107590303B (en) Method for quickly searching and correcting abnormal graph in layout data
CN101539956A (en) System and method for arranging signal wire
CN105931976A (en) Detection method capable of automatically defining scanning area for bright field scanning device
CN111274758A (en) Method and device for inspecting hole spacing based on drilling classification
CN115797271A (en) Dispensing detection method, device, equipment and medium
CN114117997B (en) Method for adjusting screen printing placement of components of multi-site ATE project
JP2020009815A (en) Inspection method, inspection system, and program
Korshunov et al. Models for formation and choice of variants for organizing digital electronics manufacturing
CN103646894A (en) A defect scanning method based on deadly defect correction
CN109885921B (en) Method, system, medium and equipment for transferring mounting data based on three-dimensional component library
CN101655881A (en) PCB design method and system automatically leading in design rule
CN100361129C (en) PCB design method and system for automatically leading-in designing rules
CN107221507B (en) Method for self-adaptively defining defect scanning equation scanning area
CN105278252A (en) Method for detecting uniformity of photoresist coating and photoetching process
CN110597206B (en) Method and system for intelligently identifying and correcting product production details
TWM606206U (en) Intelligent device for optimizing parameters automatically
CN102789509B (en) A kind of mark does not weld the method and system of device
Zhang Computer-aided visual inspection for integrated quality control
CN106250280B (en) Clock signal testing method and device
CN104392043A (en) Programmable drawing system preventing interference of part and shell and method of programmable drawing system
JPH0682228A (en) Method and apparatus for generating program data for inspection

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20161221

RJ01 Rejection of invention patent application after publication