CN102446230B - Method for merging GDSII layout data - Google Patents

Method for merging GDSII layout data Download PDF

Info

Publication number
CN102446230B
CN102446230B CN 201010502695 CN201010502695A CN102446230B CN 102446230 B CN102446230 B CN 102446230B CN 201010502695 CN201010502695 CN 201010502695 CN 201010502695 A CN201010502695 A CN 201010502695A CN 102446230 B CN102446230 B CN 102446230B
Authority
CN
China
Prior art keywords
data
gdsii
cell
cell cube
name
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.)
Active
Application number
CN 201010502695
Other languages
Chinese (zh)
Other versions
CN102446230A (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.)
Shanghai Huahong Grace Semiconductor Manufacturing Corp
Original Assignee
Shanghai Hua Hong NEC Electronics 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 Shanghai Hua Hong NEC Electronics Co Ltd filed Critical Shanghai Hua Hong NEC Electronics Co Ltd
Priority to CN 201010502695 priority Critical patent/CN102446230B/en
Publication of CN102446230A publication Critical patent/CN102446230A/en
Application granted granted Critical
Publication of CN102446230B publication Critical patent/CN102446230B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

The invention discloses a method for merging GDSII layout data, applied to merging two or more pieces of GDSII data and comprising the following steps of: 1) establishing two layout libraries in a layout design tool; 2) exporting the two libraries into corresponding GDSII data, respectively; 3) reading in GDSII data to be merged in a binary manner, and finding out each element body in the two GDSII data files, respectively, thereby forming two sets: set A and set B; 4) comparing each element body in the set A with the corresponding one in the set B one by one; 5) forming a new set from the final set A' and the set B. The method is capable of automatically merging the GDSII data, and reduces the data redundancy and optimizes the data structure, so that the quick merging of various kinds of client data, IP data, mask scribing slot data becomes possible; and the design efficiency is greatly improved and the reliability is enhanced.

Description

The method that a kind of GDSII layout data merges
Technical field
The present invention relates to the method that a kind of semiconductor physics layout data is processed, particularly relate to the method that a kind of GDSII (Gerber Data Stream II) layout data merges.
Background technology
The GDSII form is a kind of binary data structure, is the semiconductor physics domain storage format that present industry is generally acknowledged, it is with data stream form storage data.At present the GDSII form has the various information that 70 kinds of record (record) are used for storing domain, comprises the structural information, coordinate information, hierarchical information of domain etc.
In the present IC layout design process, often two or more GDSII data need to be combined, and the cell cube of these data (Cell) name repeats often, and actual domain is not necessarily identical.Existing way mainly is with these GDSII data stream in (importing) by the IC domain instrument, the function of replacing by Cell is again replaced the Cell of appointment, then derive top layer Cell, utilize to add a random number behind the Cell of function with all duplications of name of the automatic rename of domain instrument and derive.But mainly there are two kinds of problems in this way:
1) need to be by external tool, and the GDSII number of files is when a lot, and operation is trouble very;
When 2) duplication of name Cell is a lot, the size of data volume after increase that can be meaningless merges.
Summary of the invention
The technical problem to be solved in the present invention provides the method that a kind of GDSII layout data merges, and the method comes the distinguishing GDSII data of carrying out to merge by the interior figure coordinate of comparing unit body (Cell).
For solving the problems of the technologies described above, the method that GDSII layout data of the present invention merges may further comprise the steps:
The first step is set up two domain storehouses in layout tool, storing respectively two groups of Cell layout data set, and some Cell name is repetition in two storehouses;
Second step exports to respectively corresponding GDSII data with these two storehouses;
The 3rd step, read in GDSII data to be combined with binary mode, find out respectively each Cell in these two GDSII files, forms two A gather A1, A2, A3, A4 ..., An} and B set B1, and B2, B3, B4 ..., Bn};
The 4th step, the comparison of bearing the same name of all Cell during the Cell A1 in the A set and B gathered, if duplication of name is arranged then the contained figure of Cell A1 is compared,
If a) name is identical, figure is also identical, then removes the Cell A1 in the A set, form new A ' set A2, A3, A4 ..., An}
B) if name is identical, figure is not identical, then with Cell A1 RNTO A1_new, form new A ' set Al_new, A2, A3, A4 ..., An};
In the 5th step, next Cell A2 is carried out the operation of step 4, until each Cell in the A set compares;
The 6th step formed new set with final A ' set and B set, was exactly new GDSII data after merging.
Wherein, two cell cubes (Cell) figure concrete grammar relatively in the 4th step comprises step:
1) at first the contained number of plies in cell cube inside is made comparisons, if the number of plies is not identical, then the figure of obvious two cell cubes is inconsistent;
2) if the number of plies is consistent, then need respectively the individual layer figure to be compared by number of plies order, this individual layer figure is polygon (boundary) figure and path (path) figure, relatively is that the coordinate that will form the point of polygonal shape compares one by one for polygonal shape; For graphics path relatively, at first need the width in comparison path, relatively form one by one again the coordinate of the point of graphics path;
3) if the number of plies is all consistent with every layer individual layer figure, confirm that then two cell cube figures are consistent.
Beneficial effect:
The present invention is a kind of method of automatic merging GDSII data, and the hypothesis that the method is without loss of generality is applicable to two or more GDSII data are merged.
The present invention can automatic analysis data merging process in the figure consistance of duplication of name Cell, and the duplication of name Cell that figure is consistent is reduced to 1, greatly reduced the data redundancy amount, optimized data structure.
The invention enables the various customer datas of quick merging, IP data, mask plate scribe line data to become possibility, significantly improved design efficiency and strengthened reliability.Program according to principle of the invention design is tested at the integrated circuit of certain 0.13 μ m technique, in the identical situation of other conditions, the data merging task that originally needed just can finish in 1 day (is namely passed through the IC domain instrument with these GDSII data importings, the function of replacing by Cell is again replaced the Cell of appointment, then derive top layer Cell, utilize and add a random number behind the Cell of function with all duplications of name of the automatic rename of domain instrument and derive), only need now one hour less than finishing.
Description of drawings
The present invention is further detailed explanation below in conjunction with accompanying drawing and embodiment:
Fig. 1 is that the present invention realizes the process flow diagram that the GDSII data merge;
Fig. 2 is relatively two Cell figures consistent process flow diagram whether of the present invention.
Embodiment
The method that GDSII layout data of the present invention merges, its operational flowchart can be referring to Fig. 1.
Now in two GDSII files, respectively contain 4 Cell as example, illustrate the method that GDSII layout data of the present invention merges, specifically may further comprise the steps:
The first step is set up two domain storehouses in layout tool, storing respectively two groups of Cell layout data set, and some Cell name is repetition in two storehouses;
Second step exports to respectively corresponding GDSII data with these two storehouses;
The 3rd step, read in GDSII data to be combined with binary mode, find out respectively each Cell in these two GDSII files, form two A set { A1, A2, A3, A4} and B set { B1, B2, B3, B4};
The 4th step, with the Cell A1 in the A set and all Cell in B set comparison of bearing the same name, if duplication of name (for example Cell A1 and Cell B1 duplication of name) is arranged then the contained figure of Cell A1 is compared,
If a) name is identical, figure is also identical, then removes the Cell A1 in the A set, forms new A ' set { A2, A3, A4};
B) if name is identical, figure is not identical, then with Cell A1 RNTO A1_new, forms new A ' set { A1_new, A2, A3, A4};
In the 5th step, next Cell A2 is carried out the operation of step 4, until each Cell in the A set compares;
The 6th step formed new set with final A ' set and B set, was exactly new GDSII data after merging, and for example these data contain Cell A2, A3_new, A4, B1, B2, B3, B4.
Wherein, realize two Cell figures concrete grammar relatively, can be referring to Fig. 2, concrete steps are as follows:
1) at first the contained number of plies in Cell inside is made comparisons, if the number of plies is not identical, then clearly the figure of two Cell is inconsistent;
2) in the situation that the number of plies is consistent, need to compare the individual layer figure respectively by number of plies order, because the inner representative of graphics type of GDSII is boundary (polygon) and path (path), so will make comparisons to the two;
3) the Boundary figure is comprised of the coordinate of n point, so need only relatively just passable one by one to the coordinate of these points;
4) the Path figure is a kind of figure with width attribute, also is comprised of the coordinate of a series of point, so at first need the width of comparison path, the coordinate of comparison point gets final product one by one again;
5) if above (number of plies with every layer individual layer figure) is all consistent, can confirm that two Cell figures are consistent.
Above-mentionedly only respectively contain 4 Cell as example in two GDSII files, method of the present invention is applicable to two or more GDSII data are merged.According to step of the present invention, can greatly reduce the data redundancy amount, optimized data structure; And significantly improved design efficiency and strengthened reliability.Process because the present invention directly carries out data with the GDSII file, often Billy is higher with layout editing instrument efficient, because can save the time of data importing and derivation.
Therefore, merge if can utilize the GDSII file directly to carry out data, then not only can increase substantially efficient, and greatly strengthen reliability.

Claims (3)

1. the method that merges of a GDSII layout data is the method that a kind of automatic merging GDSII data and being applicable to merge two or more GDSII data, it is characterized in that the method may further comprise the steps:
The first step is set up two domain storehouses in layout tool, storing respectively two groups of cell cube layout data set; Some cell cube name is repetition in two domain storehouses in the described first step;
Second step exports to respectively corresponding GDSII data with these two storehouses;
The 3rd step, read in GDSII data to be combined with binary mode, find out respectively each cell cube in these two GDSII files, formation A set A1, and A2, A3, A4 ..., An} and B set B1, and B2, B3, B4 ..., Bn};
The 4th step, the comparison of bearing the same name of all cell cubes during the cell cube A1 in the A set and B gathered, if duplication of name is arranged then the contained figure of cell cube A1 is compared,
If a) name is identical, figure is also identical, then removes the cell cube A1 in the A set, form new A ' set A2, A3, A4 ..., An}
B) if name is identical, figure is not identical, then with cell cube A1 RNTO A1_new, form new A ' set A1_new, A2, A3, A4 ..., An};
In the 5th step, next cell cube A2 is carried out the operation of step 4, until each cell cube in the A set compares;
The 6th step formed new set with final A ' set and B set, was exactly new GDSII data after merging;
Two cell cube figures concrete grammar relatively in described the 4th step comprises step:
1) at first the contained number of plies in cell cube inside is made comparisons, if the number of plies is not identical, then the figure of obvious two cell cubes is inconsistent;
2) if the number of plies is consistent, then need respectively the individual layer figure to be compared by number of plies order;
3) if the number of plies is all consistent with every layer individual layer figure, confirm that then two cell cube figures are consistent.
2. the method that merges of GDSII layout data as claimed in claim 1, it is characterized in that: the individual layer figure described step 2) is polygonal shape and graphics path.
3. the method that merges of GDSII layout data as claimed in claim 2 is characterized in that: the individual layer figure comparing method described step 2): relatively be that the coordinate that will form the point of polygonal shape compares one by one for polygonal shape;
For graphics path relatively, at first need the width in comparison path, relatively form one by one again the coordinate of the point of graphics path.
CN 201010502695 2010-10-11 2010-10-11 Method for merging GDSII layout data Active CN102446230B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010502695 CN102446230B (en) 2010-10-11 2010-10-11 Method for merging GDSII layout data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010502695 CN102446230B (en) 2010-10-11 2010-10-11 Method for merging GDSII layout data

Publications (2)

Publication Number Publication Date
CN102446230A CN102446230A (en) 2012-05-09
CN102446230B true CN102446230B (en) 2013-03-13

Family

ID=46008726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010502695 Active CN102446230B (en) 2010-10-11 2010-10-11 Method for merging GDSII layout data

Country Status (1)

Country Link
CN (1) CN102446230B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425829B (en) * 2013-08-06 2016-08-10 中国科学院微电子研究所 A kind of method of quick reading domain
CN106855894B (en) * 2015-12-09 2020-04-14 展讯通信(上海)有限公司 Method and device for acquiring position information of storage unit in memory
CN105574246B (en) * 2015-12-14 2018-08-21 上海华虹宏力半导体制造有限公司 The IP module synthetic methods of domain
CN106874543B (en) * 2017-01-04 2020-06-09 上海华虹宏力半导体制造有限公司 LEF graph processing method of layout
CN110321640A (en) * 2019-07-05 2019-10-11 四川长虹电器股份有限公司 A kind of domain DRC processing method of integrated circuit conversion process

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1295298A (en) * 1999-11-05 2001-05-16 数字网站公司 Method for merging data base of internet service company
WO2005058029A2 (en) * 2003-12-17 2005-06-30 Mentor Graphics Corporation Mask creation with hierarchy management using cover cells
CN1717686A (en) * 2003-04-28 2006-01-04 国际商业机器公司 Automatic data consolidation
CN101630335A (en) * 2008-07-18 2010-01-20 纬衡浩建科技(深圳)有限公司 Method for comparing similarity and difference between drawings

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2315456C (en) * 2000-08-09 2009-10-13 Semiconductor Insights Inc. Schematic organization tool

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1295298A (en) * 1999-11-05 2001-05-16 数字网站公司 Method for merging data base of internet service company
CN1717686A (en) * 2003-04-28 2006-01-04 国际商业机器公司 Automatic data consolidation
WO2005058029A2 (en) * 2003-12-17 2005-06-30 Mentor Graphics Corporation Mask creation with hierarchy management using cover cells
CN101630335A (en) * 2008-07-18 2010-01-20 纬衡浩建科技(深圳)有限公司 Method for comparing similarity and difference between drawings

Also Published As

Publication number Publication date
CN102446230A (en) 2012-05-09

Similar Documents

Publication Publication Date Title
CN102446230B (en) Method for merging GDSII layout data
Cheng et al. Fast graph query processing with a low-cost index
CN102508880B (en) Method for joining files and method for splitting files
CN104504116B (en) A kind of storage method of real-time data base
CN100465968C (en) Processing system for automated testing log
CN103136200B (en) Data fresh information acquisition methods, device and method of data synchronization, device
CN104133867A (en) DOT in-fragment secondary index method and DOT in-fragment secondary index system
CN103150359B (en) Micro-blog information display packing and device
CN104461390A (en) Method and device for writing data into imbricate magnetic recording SMR hard disk
CN104331446A (en) Memory map-based mass data preprocessing method
CN102147711A (en) Storage method and device based on data content identification
CN105138282A (en) Storage space recycling method and storage system
CN103164490A (en) Method and device for achieving high-efficient storage of data with non-fixed lengths
CN106469152A (en) A kind of document handling method based on ETL and system
CN103020251A (en) Automatic mining system and method of news events in large-scale data
CN109213898A (en) The video retrieval method and device of video monitoring system
CN106407233A (en) A data processing method and apparatus
CN102968478A (en) Indexing and searching method
CN102479211B (en) Mass data processing system and method on basis of database
CN107301203B (en) Mass data comparison method and system
CN101894161A (en) Recurring event access method and device for real-time monitoring
CN109886318B (en) Information processing method and device and computer readable storage medium
CN110471764A (en) A kind of processing method and processing device of memory cleaning
CN107766452B (en) Indexing system suitable for high-speed access of power dispatching data and indexing method thereof
CN102981965A (en) NAND FLASH file system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: SHANGHAI HUAHONG GRACE SEMICONDUCTOR MANUFACTURING

Free format text: FORMER OWNER: HUAHONG NEC ELECTRONICS CO LTD, SHANGHAI

Effective date: 20131225

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 201206 PUDONG NEW AREA, SHANGHAI TO: 201203 PUDONG NEW AREA, SHANGHAI

TR01 Transfer of patent right

Effective date of registration: 20131225

Address after: 201203 Shanghai city Zuchongzhi road Pudong New Area Zhangjiang hi tech Park No. 1399

Patentee after: Shanghai Huahong Grace Semiconductor Manufacturing Corporation

Address before: 201206, Shanghai, Pudong New Area, Sichuan Road, No. 1188 Bridge

Patentee before: Shanghai Huahong NEC Electronics Co., Ltd.