Tcl Command Tcl Package Package Version activate_link board 1.0 add_row_to_table report 2.1 add_to_collection sta 1.0 adjust_pll_refclk eco 1.0 all_clocks sdc 1.5 all_inputs sdc 1.5 all_outputs sdc ...
4. Synopsys数据类型之collection 三、表达式计算 四、文件操作 1. file and grop 2. open、close and flush 3. gets and puts 4. 乱序文件访问——seek、tell 与 eof 五、创建procedure 六、其它常用命令 1. source 2. $env 3. append 往期内容: 版权声明: Synopsys EDA工具混合使用 Tcl 和 Synopsys 命...
sizeof_collection $PCI_PORTS # -> 37 往设计对象物集里面增加设计对象: set PCI_PORTS [add_to_collection $PCI_PORTS [get_ports CTRL*]] 从设计对象物集里面减少设计对象: set ALL_INP_EXC_CLK [remove_from_collection [alljnputs] [get_ports CLK]] 比较设计对象: compare_collections 设计对象的索...
Tcl_Interp *interp (in) Interpreter in which to record information. int code The code returned from script evaluation. Tcl_Obj *options A dictionary of return options. char *message (in) For Tcl_AddErrorInfo, this is a conventional C string to append to the-errorinforeturn option. For Tcl...
It is used for representing an ordered collection of items. It can include different types of items in the same list. Further, a list can contain another list. An important thing that needs to be noted is that these lists are represented as strings completely and processed to form individual...
Tcl - Lists - List is one of the basic data-type available in Tcl. It is used for representing an ordered collection of items. It can include different types of items in the same list. Further, a list can contain another list.
Some Tcl commands are expected to provide a return value, such as a list or collection of objects on which to operate. Other commands perform an action but do not necessarily return a value that can be used directly by the user. Some tools that integrate Tcl interfaces return a 0 or a ...
This is a collection of scripts and utility application that are grouped by relevance to querying and analyzing a logical design, principally around the netlist object model. <display>Design Utilities</display> <procs> <proc> <name>bisect_pblock</name> Bisect a PBlock </proc> <proc> <name...
The on option enables profile data collection. If the -commands option is specified, data on all commands within a procedure is collected as well a procedures. Multiple occurrences of a command within a procedure are not distinguished, but this data may still be useful for analysis. The off ...
Append # str is a string set status [CkStringArray_Append $str]Appends a string to the end of the internal ordered collection. Returns 1 for success, 0 for failure. top AppendSerialized # encodedStr is a string set status [CkStringArray_AppendSerialized $encodedStr]Appends...