#2. 从error data里面获得Object信息: icc2_shell> set signals_short_with_pg_vios [get_attribute [get_drc_errors -error_dataXXX_eco_lvs.err-of_objects Short] objects] #3. 从Object里面获得发生Short的signal nets信息: icc2_shell> set signal_nets [get_nets $signals_short_with_pg_vios -filt...
获得Net的routing rule get_attr [get_nets xxx] routing_rule get_db net:$net_name .route_rule.name 或者Instance的ref name get_attr [get_cells $inst_name] ref_name get_db inst:$inst_name .base_cell.name get_property [get_cells $inst_name] ref_name 定义proc的属性和参数 define_proc_a...
set tgt_pin_base_name [get_attribute $tgt_pin name] set cell_name [get_object_name [get_cells -of [get_pins $tgt_pin]]] set tgt_net [get_nets -of $tgt_pin] set ant_cell_name ${cell_name}_${tgt_pin_base_name}_ant_diode_scr_added while {1} { if {[get_cells -quiet $a...
= "" } {set ant_cell_name ${ant_cell_name}_} else {break}}create_cell $ant_cell_name */${antenna_diode_lib_cell}connect_net -net $tgt_net ${ant_cell_name}/${antenna_diode_pin}set_attribute [get_cells $ant_cell_name] origin $tgt_pin_coordset_attribute [get_cells $ant_cell_...
set short_nets [get_nets [get_attribute $short_errs nets]] #由于CTS的nets对Timing的影响比较大,如果直接删除重新绕线的会容易影响Timing,所以最好不要删除CTS nets,只删signal nets,对于CTS nets最好手工修,所以可以筛选那些signal nets: set short_net...
icc2_shell> set_attribute -name voltage_area.is_fixed -value true -objects [get_voltage_area_shapes -of_objects [get_power_domains VA1]] 方式2:set_voltage_area Use the set_voltage_area command with the -is_fixed option icc2_shell> set_voltage_area -name VA1 -is_fixed...
但也有些缺点:某些情况get_db不太直接,比如想要获取pg net连接的pin的时候,只能用get_db pins -if ".net.name==$nname",速度较慢(可能有什么好的用法我没搞清楚)。部分set_db的option仍然说明不完善,以及attribute editor弹出速度慢。同时默认设置情况下source命令有-echo,log膨胀且难看等,不过都是些小问题,...
[Android.Runtime.Register("getSelectResponse","()[B","GetGetSelectResponseHandler")]publicvirtualbyte[]? GetSelectResponse(); Returns Byte[] the select response. Attributes RegisterAttribute Remarks Java documentation forandroid.telephony.IccOpenLogicalChannelResponse.getSelectResponse(). ...
Attributes RegisterAttribute Remarks Returns the response of authentication for the default subscription. Returns null if the authentication hasn't been successful Requires one of the following permissions: READ_PRIVILEGED_PHONE_STATE the calling app has carrier privileges (see #hasCarrierPrivileges)....
属性 RegisterAttribute 注解 打开ICC 卡的逻辑通道。 此操作包装两个 APDU 指令:ul>li MANAGE CHANNEL 以打开逻辑通道SELECT 给定的给定AID使用给定<p2 /li<<>>/ul><<> 根据开放移动 API 规范 v3.2 节 6.2.7.h,保证仅支持 0x00、0x04、0x08 和 0x0C 的 p2 值。 如果SELECT 命令的状态字...