CN105741337B - A kind of triangle fill method for litho machine Grid of vector data - Google Patents

A kind of triangle fill method for litho machine Grid of vector data Download PDF

Info

Publication number
CN105741337B
CN105741337B CN201610083101.9A CN201610083101A CN105741337B CN 105741337 B CN105741337 B CN 105741337B CN 201610083101 A CN201610083101 A CN 201610083101A CN 105741337 B CN105741337 B CN 105741337B
Authority
CN
China
Prior art keywords
value
line segment
triangle
look
filling
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
CN201610083101.9A
Other languages
Chinese (zh)
Other versions
CN105741337A (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.)
Hefei Xinqi microelectronics equipment Co., Ltd
Original Assignee
Hefei Asia Semiconductor Technology Partnership (limited Partnership)
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 Hefei Asia Semiconductor Technology Partnership (limited Partnership) filed Critical Hefei Asia Semiconductor Technology Partnership (limited Partnership)
Priority to CN201610083101.9A priority Critical patent/CN105741337B/en
Publication of CN105741337A publication Critical patent/CN105741337A/en
Application granted granted Critical
Publication of CN105741337B publication Critical patent/CN105741337B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/40Filling a planar surface by adding surface attributes, e.g. colour or texture
    • GPHYSICS
    • G03PHOTOGRAPHY; CINEMATOGRAPHY; ANALOGOUS TECHNIQUES USING WAVES OTHER THAN OPTICAL WAVES; ELECTROGRAPHY; HOLOGRAPHY
    • G03FPHOTOMECHANICAL PRODUCTION OF TEXTURED OR PATTERNED SURFACES, e.g. FOR PRINTING, FOR PROCESSING OF SEMICONDUCTOR DEVICES; MATERIALS THEREFOR; ORIGINALS THEREFOR; APPARATUS SPECIALLY ADAPTED THEREFOR
    • G03F7/00Photomechanical, e.g. photolithographic, production of textured or patterned surfaces, e.g. printing surfaces; Materials therefor, e.g. comprising photoresists; Apparatus specially adapted therefor
    • G03F7/70Microphotolithographic exposure; Apparatus therefor
    • G03F7/70383Direct write, i.e. pattern is written directly without the use of a mask by one or multiple beams

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Generation (AREA)

Abstract

The present invention relates to a kind of triangle fill methods for litho machine Grid of vector data, solve the slow defect of triangle filling speed compared with prior art.The present invention is the following steps are included: triangle pre-processes, to triangle progress line segment split-packet;The coordinate value for calculating the X point under identical Y value carries out parallel processing for the line segment grouping in line segment aggregate Z, calculates the coordinate value of X point under identical Y value;Data filling carries out parallel filling processing to the line segment grouping in line segment aggregate Z.The present invention realizes the filling of triangle by FPGA technology, filling speed is improved, to improve the production capacity of direct-write lithography machine.

Description

A kind of triangle fill method for litho machine Grid of vector data
Technical field
The present invention relates to FPGA data processing technology fields, specifically a kind of to be used for litho machine Grid of vector data Triangle fill method.
Background technique
Direct-write type lithography machine equipment is the key facility in semiconductor devices production process, and direct-write type lithography machine equipment is benefit Replace the mask plate of conventional lithography machine, with pattern generator so as to which the graph data of computer is directly exposed to wafer On, save the expense of mask plate.The graph data of semiconductor device design is vector data, including GDS, Gerber, ODB++ etc. Formatted data, and the data that write-through lithographic equipment needs are bitmap data, therefore, it is necessary to will be at vector quantities rasterizing Reason, becomes bitmap data.In rasterizing data handling procedure, triangle is filled with necessary procedure, and carries out irregular The basic steps of polygon filling.(irregular polygon filling is usually to be cut into multiple triangles, then parallel or carry out respectively The filling of triangle) and the processing speed of rasterizing data directly affects the production capacity of litho machine, in order to improve the production capacity of litho machine, Then need to improve the speed of rasterizing.
The filling mode of traditional rasterizing intermediate cam shape are as follows: 1, using brebension draw side algorithm for the three of triangle A side is drawn, and is stored in memory;2, the reading data on three sides is calculated into maximum value, minimum value;3, according to calculating As a result it is filled.But this process is cumbersome, and the FPGA resource occupied is excessive, leads to not realize multidiameter delay filling, Influence the production capacity of litho machine.How to develop the new triangle fill method of one kind and has become technical problem urgently to be solved.
Summary of the invention
The purpose of the present invention is to solve the defects that triangle filling speed in the prior art is slow, provide a kind of for light Quarter, the triangle fill method of machine Grid of vector data solved the above problems.
To achieve the goals above, technical scheme is as follows:
A kind of triangle fill method for litho machine Grid of vector data, comprising the following steps:
Triangle pretreatment carries out line segment split-packet to triangle, and the line segment split-packet is located at first quartile It is interior;
The coordinate value for calculating the X point under identical Y value carries out parallel processing for the line segment grouping in line segment aggregate Z, counts Calculate the coordinate value of X point under identical Y value;
Data filling carries out parallel filling processing to the line segment grouping in line segment aggregate Z.
Below the triangle preprocess method:
Triangle is carried out in rectangular coordinate system to judge three sides of a triangle two-by-two laterally to cross on the basis of Y value Between whether there is the identical coordinate points of Y value;If it exists, the identical two edges of coordinate points Y value will be present to be grouped, form line Section grouping, all line segment grouping composition line segment aggregate Z.
Under the identical Y value of described calculating X point coordinate value the following steps are included:
For the line segment grouping in line segment aggregate Z, the identical X axis coordinate point x of Y value is calculatedaAnd xb
It calculates current line segment Y value and corresponds to X axis coordinate point xaValue, calculation formula is as follows:
xa=(x1(y2-y0)-x2(y1-y0))/x2(y1-y0)
Wherein, (x1,y1) and (x2,y2) it is respectively point xaThe extreme coordinates value of place line segment, y0For the Y of current coordinate point Value;
It calculates current line segment Y value and corresponds to X axis coordinate point xbValue, calculation formula is as follows:
xb=(x3(y4-y0)-x4(y3-y0))/x4(y3-y0)
Wherein, (x3,y3) and (x4,y4) it is respectively point xbThe extreme coordinates value of place line segment, y0For the Y of current coordinate point Value.
The described data filling the following steps are included:
Set look-up table H and look-up table G;
To the two lines section in line segment grouping, on the basis of Y value, by the identical two intersection point x of Y valueaAnd xbBetween filled out It fills;Its fill method is as follows:
Compare xaAnd xbSize, if xa> xb, then by xaValue is assigned to xLarge,By xbValue is assigned to xsmall
If xa< xb, then by xbValue is assigned to xLarge,By xaValue is assigned to xsmall
With xlargeValue establish look-up table H, with xsmallValue establish look-up table G;
In look-up table H, by xlargeX is arranged in the left sidelargeA 1, xlargeThe right settingA 0, whereinFor picture Overall width;
In look-up table G, by xsmallX is arranged in the left sidesmallA 0, xsmallThe right settingA 1, whereinFor picture Overall width;
Look-up table H and look-up table G are carried out and arithmetic operation, then xlargeWith xsmallBetween filling finish.
Beneficial effect
A kind of triangle fill method for litho machine Grid of vector data of the invention, leads to compared with prior art The filling that FPGA technology realizes triangle is crossed, filling speed is improved, to improve the production capacity of direct-write lithography machine.The present invention saves The length of FPGA assembly line, while saving FPGA resource, multichannel in the case where same resource may be implemented while filling.Together When the present invention draw and become without using BRESENHAM line algorithm, compared with being filled after BRESENHAM line algorithm, RAM resource benefit With less.The parallel processing of each step can be achieved, and have programmable features.
Detailed description of the invention
Fig. 1 is flow chart of the method for the present invention;
Fig. 2 a, Fig. 2 b and Fig. 2 c are intermediate cam shape line segment split process schematic diagram of the present invention;
Fig. 3 is that coordinate points x is calculated in the present inventionaSchematic illustration.
Specific embodiment
The effect of to make to structure feature of the invention and being reached, has a better understanding and awareness, to preferable Examples and drawings cooperation detailed description, is described as follows:
As shown in Figure 1, a kind of triangle fill method for litho machine Grid of vector data of the present invention, packet Include following steps:
The first step, triangle pretreatment.Line segment split-packet is carried out to triangle, the line segment split-packet is located at the In one quadrant, triangle is split into the combination of line segment.Below its method for splitting:
Triangle is carried out in rectangular coordinate system to judge three sides of a triangle two-by-two laterally to cross on the basis of Y value Between whether there is the identical coordinate points of Y value.If it exists, the identical two edges of coordinate points Y value will be present to be grouped, form line Section grouping, all line segment grouping composition line segment aggregate Z.
As shown in Figure 2 a, the lateral scribing line to being carried out in triangle ABC on the basis of Y value, then it can be found that composition triangle In three line segments AB, BC, AC of shape, a upper scribing line, generates intersection point x in line segment AB and line segment AC respectively in Fig. 2aAnd xb, Middle xaFor a bit on line segment AB, xbFor a bit on line segment AC.Equally, next scribing line in Fig. 2 a, in line segment BC and line Intersection point x is generated respectively in section ACcAnd xd, wherein xcFor a bit on line segment BC, xdFor a bit on line segment AC.Therefore, exist Triangle ABC in Fig. 2 a is AB and AC and AC and BC there are the side of the identical coordinate points of Y value.As shown in Figure 2 b, will While AB and while AC form line segment and be grouped ABAC, as shown in Figure 2 c, by while AC and while BC form a line segment and be grouped ACBC, and Line segment grouping ABAC and line segment grouping ACBC then form line segment aggregate Z.Shown in Fig. 2 a, while AB with while BC that Y value is then not present is identical The case where, therefore, this two sides do not form line segment grouping.
Second step calculates the coordinate value of the X point under identical Y value.Located parallel for the line segment grouping in line segment aggregate Z Reason, calculates the coordinate value of X point under identical Y value.Using the parallel processing technique of FPGA, to multiple lines in line segment aggregate Z Section grouping carries out parallel processing.By taking Fig. 2 a as an example, the line segment grouping ABAC and line segment split at this by upper step is grouped ACBC, ABAC is grouped to line segment simultaneously and line segment is grouped ACBC parallel processing.Calculate the coordinate of X point under identical Y value on line segment grouping ABAC Value, i.e. xaAnd xb;Calculate the coordinate value of X point under identical Y value on line segment grouping ABAC and line segment grouping ACBC, i.e. xcAnd xd, thus Improve processing speed.Wherein steps are as follows for the calculating of a certain line segment grouping:
(1) for the line segment grouping in line segment aggregate Z, the identical X axis coordinate point x of Y value is calculatedaAnd xb.Herein with line For section grouping ABAC, there are multiple Y values thereon, it is therefore desirable to calculate corresponding X axis coordinate point x for each Y valuea And xb, just it is able to achieve to X axis coordinate point xaWith xbBetween filling.It, can be using ascending order in order for the calculating of different Y values It carries out, i.e., sequentially calculates y0、y1、y2…yn;It can also be carried out in order using descending, i.e., sequentially calculate yn…y2、y1、y0;It can also It is calculated with being arbitrarily directed to Y value, is arrived as long as the Y value being involved in calculates.
(2) as shown in figure 3, calculating current line segment Y value corresponds to X axis coordinate point xaValue, calculation formula is as follows:
xa=(x1(y2-y0)-x2(y1-y0))/x2(y1-y0)
Wherein, (x1,y1) and (x2,y2) it is respectively point xaThe extreme coordinates value of place line segment, y0For current coordinate point (xaInstitute Be related to) Y value.
(3) it calculates current line segment Y value and corresponds to X axis coordinate point xbValue, calculation formula is as follows:
xb=(x3(y4-y0)-x4(y3-y0))/x4(y3-y0)
Wherein, (x3,y3) and (x4,y4) it is respectively point xbThe extreme coordinates value of place line segment, y0For current coordinate point (xaInstitute Be related to) Y value.
Similarly, it also uses above method to be grouped ABAC parallel computation with line segment in line segment grouping ACBC and goes out corresponding X value.? After upper the end of the step, by taking Fig. 2 b and Fig. 2 c as an example, it is grouped on ABAC and line segment grouping ACBC in line segment, has calculated that identical Y value Corresponding xaAnd xbOr xcAnd xd, in subsequent step, it is only necessary to be directed to xaAnd xbOr xcAnd xdIt is filled 1.
Third step, data filling carry out parallel filling processing to the line segment grouping in line segment aggregate Z.Equally, it carries out herein Filling processing also can be based on FPGA technology and carry out parallel processing, and the lookup in FPGA Programmable Technology is applied in this step Table technology, thus by multiple xaAnd xbOr xcAnd xdIt is included in look-up table, then directly carries out the logical operation between two tables, To quickly calculate the coordinate points that need to fill 1.The specific steps of which are as follows:
(1) according to FPGA technology, look-up table H and look-up table G is set, look-up table H is for storing xaWith xbTwo o'clock ratio is larger Point coordinate set, look-up table G is for storing xaWith xbLesser coordinate set of two o'clock ratio.
(2) ACBC or line segment grouping ABAC are grouped to the two lines section in line segment grouping, such as line segment.On the basis of Y value, This is by taking line segment is grouped ABAC as an example, by the identical two intersection point x of Y valueaAnd xbBetween be filled.Its fill method is as follows:
A, compare xaAnd xbSize, if xa> xb, then by xaValue is assigned to xlarge, by xbValue is assigned to xsmall
If xa< xb, then by xbValue is assigned to xlarge, by xaValue is assigned to xsmall.Since computer calculates xaAnd xbValue after, It is it is not apparent how be based on xaAnd xbCarry out the filling (filling 1) of image block.Therefore x is designed hereinlargeAnd xsmallTwo changes Magnitude, cooperation are filled, wherein xlargeIndicate xaAnd xbBetween the larger value, xsmallIndicate xaAnd xbBetween smaller value.
B, with xlargeValue establish look-up table H, with xsmalValue establish look-up table G, be equivalent to herein by searching for table H and Line segment is grouped the corresponding X-coordinate value of the identical Y value of AB and AC on ABAC and is gathered by look-up table G.
C, in look-up table H, by xlargeX is arranged in the left sidelargeA 1, i.e., it is more a little bigger for X value, by its left side 0 to xlarge Range is set as 1;xlargeThe right settingA 0, i.e., it is more a little bigger for X value, by its right xlargeExtremelyIt is all set to 0.For picture overall width, usually 256.
D, in look-up table G, by xsmallX is arranged in the left sidesmallA 0, i.e., for X value compared with dot, its left side 0 of needle to xsmall Range is set as 0;xsmallThe right settingA 1, i.e., for X value compared with dot, for its right xsmallExtremelyIt is all set to 1.EquallyFor picture overall width, usually 256.
E, by look-up table H and look-up table G progress and arithmetic operation, it is then just 1 that with operation, only the two, which is 1, Therefore by look-up table H and look-up table G carry out with after operation, it is concluded that xlargeWith xsmallBetween be 1 structure, then complete xlargeWith xsmallBetween filling.
After to all line segments grouping in line segment aggregate Z simultaneously parallel filling processing, the filling work of triangle ABC is complete At.The parallel processing for utilizing FPGA herein, not only may be implemented the parallel filling of ABAC, BCAC, can also realize multiple triangles The parallel filling of shape improves filling speed, filling while 16 triangles at most may be implemented.
The basic principles, main features and advantages of the present invention have been shown and described above.The technology of the industry Personnel are it should be appreciated that the present invention is not limited to the above embodiments, and what is described in the above embodiment and the description is only the present invention Principle, various changes and improvements may be made to the invention without departing from the spirit and scope of the present invention, these variation and Improvement is both fallen in the range of claimed invention.The present invention claims protection scope by appended claims and its Equivalent defines.

Claims (2)

1. a kind of triangle fill method for litho machine Grid of vector data, which comprises the following steps:
11) triangle pre-processes, and carries out line segment split-packet to triangle, the line segment split-packet is located at first quartile It is interior;
12) the X axis coordinate value for calculating the point under identical Y value carries out parallel processing for the line segment grouping in line segment aggregate Z, Calculate the X axis coordinate value of the point under identical Y value;
The X axis coordinate value of point under the identical Y of described calculating the following steps are included:
121) for the line segment grouping in line segment aggregate Z, the X axis coordinate value x of the identical point of Y value is calculatedaAnd xb
122) it calculates current line segment Y value and corresponds to X axis coordinate xaValue;
123) it calculates current line segment Y value and corresponds to X axis coordinate xbValue;
13) data are filled, and carry out parallel filling processing to the line segment grouping in line segment aggregate Z;
The described data filling the following steps are included:
131) look-up table H and look-up table G is set;
132) to the two lines section in line segment grouping, on the basis of Y value, by the identical two intersection point x of Y valueaAnd xbBetween filled out It fills;Its fill method is as follows:
1321) compare xaAnd xbSize, if xa> xb, then by xaValue is assigned to xlarge, by xbValue is assigned to xsmall
If xa< xb, then by xbValue is assigned to xlarge, by xaValue is assigned to xsmall
1322) with xlargeValue establish look-up table H, with xsmallValue establish look-up table G;
1323) in look-up table H, by xlargeX is arranged in the left sidelargeA 1, xlargeThe right settingA 0, whereinTo draw Face overall width;
1324) in look-up table G, by xsmallX is arranged in the left sidesmallA 0, xsmallThe right settingA 1, whereinTo draw Face overall width;
1325) look-up table H and look-up table G are carried out and arithmetic operation, then xlargeWith xsmallBetween filling finish.
2. a kind of triangle fill method for litho machine Grid of vector data according to claim 1, feature It is, below the triangle preprocess method:
Triangle is carried out in rectangular coordinate system to judge three sides of a triangle between any two laterally to cross on the basis of Y value With the presence or absence of the identical coordinate points of Y value;If it exists, identical two sides of coordinate points Y value will be present to be grouped, form line segment point Group, all line segment grouping composition line segment aggregate Z.
CN201610083101.9A 2016-02-03 2016-02-03 A kind of triangle fill method for litho machine Grid of vector data Active CN105741337B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610083101.9A CN105741337B (en) 2016-02-03 2016-02-03 A kind of triangle fill method for litho machine Grid of vector data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610083101.9A CN105741337B (en) 2016-02-03 2016-02-03 A kind of triangle fill method for litho machine Grid of vector data

Publications (2)

Publication Number Publication Date
CN105741337A CN105741337A (en) 2016-07-06
CN105741337B true CN105741337B (en) 2019-02-05

Family

ID=56245065

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610083101.9A Active CN105741337B (en) 2016-02-03 2016-02-03 A kind of triangle fill method for litho machine Grid of vector data

Country Status (1)

Country Link
CN (1) CN105741337B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109375476A (en) * 2018-11-26 2019-02-22 合肥芯碁微电子装备有限公司 A kind of calibration compensation method and system of lithographic equipment exposure consistency
CN110765476B (en) * 2019-10-25 2023-05-26 苏州悦谱半导体有限公司 Method for transmitting data from upper computer to lower computer of photoetching machine
CN112287637B (en) * 2020-11-03 2023-12-15 深圳高通半导体有限公司 Vector character stroke filling optimization method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2159754A1 (en) * 2008-09-01 2010-03-03 Telefonaktiebolaget LM Ericsson (publ) Method of and arrangement for filling a shape
CN102184515A (en) * 2011-04-13 2011-09-14 合肥芯硕半导体有限公司 Method for filling ladder diagram in FPGA (Field Programmable Gate Array)
WO2014023887A1 (en) * 2012-08-10 2014-02-13 Real Fusio France Real-time image-rendering method
CN105204298A (en) * 2015-09-30 2015-12-30 合肥芯碁微电子装备有限公司 Filling method for concave quadrilateral FPGA hardware for pattern generator of direct writing photo-etching machine

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2159754A1 (en) * 2008-09-01 2010-03-03 Telefonaktiebolaget LM Ericsson (publ) Method of and arrangement for filling a shape
CN102184515A (en) * 2011-04-13 2011-09-14 合肥芯硕半导体有限公司 Method for filling ladder diagram in FPGA (Field Programmable Gate Array)
WO2014023887A1 (en) * 2012-08-10 2014-02-13 Real Fusio France Real-time image-rendering method
CN105204298A (en) * 2015-09-30 2015-12-30 合肥芯碁微电子装备有限公司 Filling method for concave quadrilateral FPGA hardware for pattern generator of direct writing photo-etching machine

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
利用 CUDA 实现矢量地图栅格化的并行处理;程博艳等;《测绘通报》;20141130(第11期);全文
基于扫描线填充的三角形图元双向光栅化技术;田泽等;《小型微型计算机系统》;20150630;第36卷(第6期);第1400页,附图3

Also Published As

Publication number Publication date
CN105741337A (en) 2016-07-06

Similar Documents

Publication Publication Date Title
CN105741337B (en) A kind of triangle fill method for litho machine Grid of vector data
CN108121862B (en) Automatic engineering drawing labeling method based on three-dimensional geometric features
CN110533164A (en) A kind of Winograd convolution method for splitting towards convolutional neural networks accelerator
US20160142710A1 (en) Image encoding and decoding method and apparatus
CN106055563A (en) Method for parallel space query based on grid division and system of same
CN105575254B (en) Electronic map road rendering method and device
CN105574931A (en) Electronic map road drawing method and device
CN104899359A (en) Section layering method based on STL model
CN106875328B (en) Image processing method and device
CN105653881A (en) Flow field visualization method based on multi-density levels
CN101488227B (en) Circular arc fast cutting method for rectangular window
CN108537151A (en) A kind of non-maxima suppression arithmetic unit and system
CN106651993A (en) Method for filling non self-intersecting polygon in FPGA
CN103745072A (en) Method for automatically expanding defect pattern library
CN101750876A (en) Optical proximity correction method
CN104156268B (en) The load distribution of MapReduce and thread structure optimization method on a kind of GPU
JP2003098651A (en) Method for selecting dimension measuring position of lsi pattern, method for preparing dimension measuring information, and method for deciding dimension measuring order
CN104461577A (en) Flow chart display method based on HTML5 graph drawing program
CN109492067A (en) Method and device for converting vector data into grid slices
CN112659316B (en) Rapid layering method for 3D cement printing
CN103646412B (en) Wide line describing method and device
CN109886879B (en) Image processing method, electronic device and storage medium
CN111028352A (en) Vector map line symbol open sharp arrow drawing method considering line width consistency
CN111145303A (en) Vector map line symbol sharp arrow drawing method considering line width consistency
CN111026028B (en) Method for realizing two-dimensional planar grid division processing for processing workpiece

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20190709

Address after: 230088 11/F, F3 Building, Phase II, Yunfei Road Innovation Industrial Park, Hefei High-tech Zone, Anhui Province

Patentee after: HEFEI XINQI MICROELECTRONIC EQUIPMENT CO., LTD.

Address before: 230088 No. 20 Tianzhi Road, Hefei High-tech Zone, Anhui Province

Patentee before: Hefei Asia semiconductor technology partnership (limited partnership)

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 230088 the 11 level of F3 two, two innovation industrial park, No. 2800, innovation Avenue, Hi-tech Zone, Hefei, Anhui.

Patentee after: Hefei Xinqi microelectronics equipment Co., Ltd

Address before: 230088 11/F, F3 Building, Phase II, Yunfei Road Innovation Industrial Park, Hefei High-tech Zone, Anhui Province

Patentee before: HEFEI XINQI MICROELECTRONIC EQUIPMENT CO., LTD.