tcl text processing - rearrange values in rows and columns based on user defined value

后端 未结 3 778
予麋鹿
予麋鹿 2020-12-17 08:27

I am new to tcl and would like to use it in text processing of a simple case. The following format is in Liberty (.lib file) which is used in chip design. I would be truly i

3条回答
  •  别那么骄傲
    2020-12-17 08:39

    This is STF (Synopsys Technology File) or simple known as [dot]lib liberty

    I did work on these files on TCL platform but by use of some Parsers.

    although many parser are available here is one for you.

    I suggest to use parsers for handling [dot]lib as many times the file formate gets corrupt and is unable to read by primetime or other lib tool.

    liberty_parser

    there is another one available in C language too .. google vlsicad ucsd edu + liberty parser

提交回复
热议问题