用户工具

站点工具


edastudy:tessent:dft_spec

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
edastudy:tessent:dft_spec [2024/05/23 09:02] – [1.2 tap_t] zhangguoedastudy:tessent:dft_spec [2024/11/12 16:56] (当前版本) – [3.1 set_defaults_value] user01
行 302: 行 302:
                                    -existing_bscan_host_scan_in tap_t/host_bscan_from_so]                                    -existing_bscan_host_scan_in tap_t/host_bscan_from_so]
 report_config_data $spec report_config_data $spec
 +delete_config_element [get_config_elements "Sib(sri_local)" -hierarchical -in_wrappers $spec]
 </code> </code>
  
行 377: 行 378:
   }   }
 } }
- 
 </code> </code>
 ===== - get_config_elements ===== ===== - get_config_elements =====
行 444: 行 444:
 {/tmp(1)/ABC(DeF,2)/prop1 /tmp(1)/ABC(DeF,2)/Prop2} {/tmp(1)/ABC(DeF,2)/prop1 /tmp(1)/ABC(DeF,2)/Prop2}
  
 +
 +
 +==== - 实例 ====
 +它的这个()括号是不匹配的,需要显式写出来。
 +<code tcl>
 +ANALYSIS> get_config_elements *(*local*) -hierarchical   -in_wrappers $spec
 +{/DftSpecification(chip_top,rtl1)/IjtagNetwork/HostScanInterface(ijtag)/Sib(sri)/Sib(sri_local)}
 +ANALYSIS> get_config_elements *local* -hierarchical   -in_wrappers $spec
 +{/DftSpecification(chip_top,rtl1)/IjtagNetwork/HostScanInterface(ijtag)/Interface/tdi_local /DftSpecification(chip_top,rtl1)/IjtagNetwork/HostScanInterface(tap)/Interface/tdi_local /DftSpecification(chip_top,rtl1)/IjtagNetwork/HostScanInterface(bscan)/Interface/tdi_local}
 +</code>
  
  
 ===== - get_name_list ===== ===== - get_name_list =====
 +
 +此命令等同于
 +<code tcl>
 +get_attribute_value_list object_spec ‑name name
 +</code>
 +
 +用于将collection格式的name转换为普通tcl string格式的name
  
 <code tcl> <code tcl>
行 453: 行 470:
 } }
 </code> </code>
 +
 +===== - set_defaults_value  =====
 +
 +<code>
 +set_defaults_value DftSpecification/rtl_extension vb
 +set_defaults_value DftSpecification/use_rtl_cells off
 +set_defaults_value DftSpecification/MemoryBist/repair_sharing on
 +</code>
 +
edastudy/tessent/dft_spec.1716426167.txt.gz · 最后更改: 2024/05/23 09:02 由 zhangguo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki