CN106775717B - Method for automatically inserting Feed-through path based on matrix coding - Google Patents

Method for automatically inserting Feed-through path based on matrix coding Download PDF

Info

Publication number
CN106775717B
CN106775717B CN201611162182.8A CN201611162182A CN106775717B CN 106775717 B CN106775717 B CN 106775717B CN 201611162182 A CN201611162182 A CN 201611162182A CN 106775717 B CN106775717 B CN 106775717B
Authority
CN
China
Prior art keywords
path
feed
matrix
coding
code
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
CN201611162182.8A
Other languages
Chinese (zh)
Other versions
CN106775717A (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.)
Suzhou Centec Communications Co Ltd
Original Assignee
Centec Networks Suzhou 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 Centec Networks Suzhou Co Ltd filed Critical Centec Networks Suzhou Co Ltd
Priority to CN201611162182.8A priority Critical patent/CN106775717B/en
Publication of CN106775717A publication Critical patent/CN106775717A/en
Application granted granted Critical
Publication of CN106775717B publication Critical patent/CN106775717B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • 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/392Floor-planning or layout, e.g. partitioning or placement

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Architecture (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention discloses a method for automatically inserting a Feed-through path based on matrix coding, which comprises the following steps: using matrix coding to represent the connection relation of signal lines among the logic blocks; defining basic information of the Feed-through path in a Feed-through path description file; and analyzing the matrix code and the basic information by using a script language program, generating a path code and inserting the path code into the original path code. The invention can improve the flexibility, high efficiency and accuracy of the generation and insertion process of the Feed-through path.

Description

Method for automatically inserting Feed-through path based on matrix coding
Technical Field
The invention relates to a chip layout design method, in particular to a method for automatically inserting a Feed-through path based on matrix coding.
Background
In the current chip back end design, the size and the position relation of each Block (logic Block) are determined through layout, and corresponding wiring channels are reserved among the blocks and used for connecting signal lines among adjacent blocks. But for the signal lines between non-adjacent blocks, in order to meet the timing requirement, the wiring operation needs to be completed by a Feed-through mode. The Feed-through approach refers to completing the routing operation by crossing the middle Block.
The insertion of the Feed-through path in the prior art needs a front-end designer to manually complete the code design of each Feed-through path according to the feedback of a rear-end worker, and relates to the modification of all blocks on a layout, the change amount is large, the design range is wide, the design period is long, and errors are easy to occur. Meanwhile, once the layout is changed, such as addition and deletion, size adjustment and position change of blocks, or adjustment of paths among the blocks, redesign or modification of Feed-through is caused, and the manual operation strength and complexity are increased.
Disclosure of Invention
Aiming at the defects of the prior art, the invention mainly aims to: the method for automatically inserting the Feed-through path based on the matrix coding is provided, the connection relation between blocks is represented in a matrix coding mode, and a user inputs a Feed-through path expression file to realize the generation and insertion of the full-automatic Feed-through path, so that the flexibility, the efficiency and the accuracy of the generation and insertion processes of the Feed-through path are improved.
In order to achieve the purpose, the invention discloses a method for automatically inserting a Feed-through path based on matrix coding, which specifically comprises the following steps:
using matrix coding to represent the connection relation of signal lines among the logic blocks;
defining basic information of the Feed-through path in a Feed-through path description file;
and analyzing the matrix code and the basic information by using a script language program, generating a path code and inserting the path code into the original path code.
Preferably, the basic information of the Feed-through path includes: starting point, ending point, path direction, name of logic block contained in path and Feed-through delay in each logic block.
Preferably, the matrix is a two-dimensional matrix, the row logic block represents a starting point, the column logic block represents an ending point, and the coding value of the matrix element represents the connection relationship of the corresponding logic block.
Preferably, when the matrix coding table and the Feed-through path expression file are modified, the script program is triggered to regenerate the path code.
Preferably, the number of logic blocks traversed on the Feed-through path is at least one.
Preferably, the Feed-through delay is a transparent transmission mode or a pipeline with more than one stage.
Preferably, when the coding value of the matrix element is non-empty, it indicates that there is a connection relationship between the corresponding logic blocks, where the row logic block is a starting point and the column logic block is an ending point.
Compared with the prior art, the invention has the advantages that: the invention discloses a method for automatically inserting a Feed-through path based on matrix coding, which simply and clearly shows the complicated and changeable Feed-through design details through the matrix coding and a Feed-through path description file, and simultaneously utilizes a script language program to automatically generate corresponding codes, thereby improving the flexibility, the efficiency and the accuracy of the Feed-through path generation and insertion process.
Drawings
Fig. 1 is a flowchart of a method for automatically inserting a Feed-through path based on matrix coding according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a back-end layout according to an embodiment of the present invention;
FIG. 3 is a matrix encoding corresponding to FIG. 2 in accordance with an embodiment of the present invention;
fig. 4 is a diagram of a Feed-through path expression file corresponding to fig. 2 according to an embodiment of the present invention.
Detailed Description
In view of the deficiencies in the prior art, the inventors of the present invention have made extensive studies and extensive practices to provide technical solutions of the present invention. The technical solution, its implementation and principles, etc. will be further explained as follows.
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Fig. 1 is a flowchart of a method for automatically inserting a Feed-through path based on matrix coding according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step 101: in the chip design process, the connection relation of signal lines among the logic blocks is represented in a matrix coding mode;
step 102: defining basic information of the Feed-through path in a Feed-through path description file;
the basic information of the Feed-through path includes a starting point, an end point, a path direction, a Block name included in the path, Feed-through delay in each Block, and the like. The number of blocks penetrated by the Feed-through path is at least one, and the delay of the Feed-through path can be transparent transmission or insertion pipeline design.
Step 103: and analyzing the information through a script language program, completing automatic generation of the Feed-through path code, and embedding the generated Feed-through path code into the original path code.
Fig. 2 is a schematic diagram of a back-end layout and routing according to an embodiment of the present invention, and fig. 3 is a matrix coding table corresponding to the schematic diagram of the back-end layout and routing of fig. 2, as shown in the figure, the matrix is a two-dimensional matrix, a row logic block represents a start point, a column logic block represents an end point, and a coding value of a matrix element represents a connection relationship of corresponding logic blocks. In the matrix coding shown in the figure, Y represents a start point and an end point of a path from a row logic block to a column logic block, and a null value represents that there is no path starting from the corresponding row logic block and ending at the column logic block.
Fig. 4 is a corresponding Feed-through path expression file of fig. 2, and the defined format is shown in fig. 4:
the first node of each path is a starting Block, and the last node is a terminating Block; "═ indicates a signal transmission direction; "(n)" indicates a Feed-through delay mode, for example, when n ═ 0, it indicates a transparent transmission mode; and n >0, indicating that a pipeline design is used, wherein n represents the number of stages inserted into the pipeline.
According to the above definitions, the signal line connection relationship between blocks a to block f in fig. 2 is represented by [0,5] ═ Y in matrix coding, and the information in the corresponding Feed-through path expression file is block a > (1) block e ═ block f, that is, block e having a pipeline delay of 1 stage is run through the paths between blocks a to block f.
By adopting the method for automatically inserting the Feed-through path based on the matrix coding provided by the embodiment of the invention, when the layout is changed or the Feed-through path scheme needs to be adjusted in the later period, only the matrix coding table and the Feed-through path description file need to be defined or modified, and the corresponding codes are automatically generated by using the script language program, the generation and the insertion of the Feed-through path or the update of the Feed-through path in the rear-end layout design can be realized, and the flexibility, the efficiency and the accuracy of the generation and the insertion process of the Feed-through path are improved.
It should be understood that the above-mentioned embodiments are merely illustrative of the technical concepts and features of the present invention, which are intended to enable those skilled in the art to understand the contents of the present invention and implement the present invention, and therefore, the protection scope of the present invention is not limited thereby. All equivalent changes and modifications made according to the spirit of the present invention should be covered within the protection scope of the present invention.

Claims (5)

1. A method for automatically inserting a Feed-through path based on matrix coding is characterized in that:
using matrix coding to represent the connection relation of signal lines among the logic blocks;
defining basic information of the Feed-through path in a Feed-through path description file;
analyzing the matrix code and the basic information by using a script language program, generating a path code and inserting the path code into the original path code;
wherein:
the matrix is a two-dimensional matrix, the row logic blocks represent starting points, the column logic blocks represent ending points, and the coding values of matrix elements represent the connection relation of the corresponding logic blocks;
the basic information of the Feed-through path comprises: starting point, ending point, path direction, name of logic block contained in path and Feed-through delay in each logic block; for the logic blocks which are penetrated in the path, the Feed-through delay mode is expressed by (n), and the value of n represents different delay modes.
2. A method for matrix-based coding automatic insertion of a Feed-through path according to claim 1, characterized in that: and when the matrix coding table and the Feed-through path expression file are modified, triggering the script program to regenerate the path code.
3. A method for matrix-based coding automatic insertion of a Feed-through path according to claim 1, characterized in that: the number of the logic blocks penetrating through the Feed-through path is at least one.
4. A method for matrix-based coding automatic insertion of a Feed-through path according to claim 1, characterized in that: the Feed-through delay is a transparent transmission mode or a production line with more than one stage.
5. A method for matrix-based coding automatic insertion of a Feed-through path according to claim 1, characterized in that: and when the coding value of the matrix element is not empty, the corresponding logic blocks are in a connection relation with the row logic block as a starting point and the column logic block as an ending point.
CN201611162182.8A 2016-12-15 2016-12-15 Method for automatically inserting Feed-through path based on matrix coding Active CN106775717B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611162182.8A CN106775717B (en) 2016-12-15 2016-12-15 Method for automatically inserting Feed-through path based on matrix coding

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611162182.8A CN106775717B (en) 2016-12-15 2016-12-15 Method for automatically inserting Feed-through path based on matrix coding

Publications (2)

Publication Number Publication Date
CN106775717A CN106775717A (en) 2017-05-31
CN106775717B true CN106775717B (en) 2020-04-17

Family

ID=58892615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611162182.8A Active CN106775717B (en) 2016-12-15 2016-12-15 Method for automatically inserting Feed-through path based on matrix coding

Country Status (1)

Country Link
CN (1) CN106775717B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112347722B (en) * 2020-11-12 2023-12-26 苏州盛科通信股份有限公司 Method and device for efficiently evaluating chip Feed-through flow number of stages

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1383082A (en) * 2001-04-13 2002-12-04 株式会社东芝 Integrated circuit lay out and wiring design and design program and integrated circuit mfg. method
CN101329703A (en) * 2008-07-25 2008-12-24 北京中星微电子有限公司 Method and apparatus for performing module integration written by hardware describing language
CN102467582A (en) * 2010-10-29 2012-05-23 国际商业机器公司 Method and system for optimizing wiring constraint in integrated circuit design
CN103096056A (en) * 2011-11-08 2013-05-08 华为技术有限公司 Matrix coding method and coding device and matrix decoding method and decoding device
CN104820393A (en) * 2015-03-17 2015-08-05 浪潮集团有限公司 Ladder diagram matrix compiling and interpreting method based on PLC

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1383082A (en) * 2001-04-13 2002-12-04 株式会社东芝 Integrated circuit lay out and wiring design and design program and integrated circuit mfg. method
CN101329703A (en) * 2008-07-25 2008-12-24 北京中星微电子有限公司 Method and apparatus for performing module integration written by hardware describing language
CN102467582A (en) * 2010-10-29 2012-05-23 国际商业机器公司 Method and system for optimizing wiring constraint in integrated circuit design
CN103096056A (en) * 2011-11-08 2013-05-08 华为技术有限公司 Matrix coding method and coding device and matrix decoding method and decoding device
CN104820393A (en) * 2015-03-17 2015-08-05 浪潮集团有限公司 Ladder diagram matrix compiling and interpreting method based on PLC

Also Published As

Publication number Publication date
CN106775717A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
CN106293664A (en) Code generating method and device
CN103500139B (en) A kind of communication software integrated test system and method for testing
CN103631590B (en) The edit methods of automatic test script
CN105354036A (en) Database operation code generating method and apparatus
CN111078094B (en) Distributed machine learning visualization device
CN103617273A (en) SOL script objectification method and system
CN106775717B (en) Method for automatically inserting Feed-through path based on matrix coding
CN104657554B (en) A kind of rocket threedimensional model design information quick extraction system
CN110096541B (en) Method and device for data exchange between databases
CN101986282B (en) Topology adaptation method and device
CN104656543A (en) PLC gradient diagram matrix editing display method
CN107864152B (en) Method for rapidly completing intelligent building multi-protocol adaptation engineering template by using VBA
CN103701590B (en) Dictionary-based complex password traversing method and device
CN110109658A (en) A kind of ROS code generator and code generating method based on formalized model
CN110244688A (en) Meter bus panel automatic generation method and its system based on LabVIEW
CN112328231B (en) Quick conversion method between python dictionary and structure
CN105550254A (en) Method for automatically generating ICD (Interface Control Document) information database by ICD information
CN102156789A (en) System and method for automatically generating constraint file of field programmable gate array (FPGA)
CN105022896A (en) Method and device for APDL modelling based on dynamic numbering
CN104462206A (en) General database sequence generating method
CN110874517A (en) Method for rapidly verifying connection correctness of FPGA (field programmable Gate array) interconnection line
CN107423360B (en) Maze solving method based on path central line
CN102662630B (en) Code generation method
CN108089468A (en) A kind of medical examination equipment control sequential visualized generation method
CN102736551B (en) The soft solution approach of a kind of PLC ladder diagram code

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
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 215000 unit 13 / 16, 4th floor, building B, No.5 Xinghan street, Suzhou Industrial Park, Jiangsu Province

Patentee after: Suzhou Shengke Communication Co.,Ltd.

Address before: 215000 unit 13 / 16, 4th floor, building B, No.5 Xinghan street, Suzhou Industrial Park, Jiangsu Province

Patentee before: CENTEC NETWORKS (SU ZHOU) Co.,Ltd.

CP01 Change in the name or title of a patent holder