在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
12
返回列表 发新帖
楼主: zzzya

[求助] 请问icc2可以通过什么命令获取physical only cell

[复制链接]
 楼主| 发表于 2022-10-17 14:04:21 | 显示全部楼层


jetso1109 发表于 2022-10-17 10:48
可以試試先用exploe模式產出一個tcl,再針對tcl修改成自己想要的設定,我也是初學者,不知道有沒有更好的 ...


嗯谢谢,发现问题了,需要加一份physical only的ndm
发表于 2022-10-17 14:21:09 | 显示全部楼层
创NDM的时候将lib.workspace.keep_all_physical_cells这个option设为true
 楼主| 发表于 2022-10-17 20:05:25 | 显示全部楼层
本帖最后由 zzzya 于 2022-10-17 20:06 编辑


a1907941898 发表于 2022-10-17 14:21
创NDM的时候将lib.workspace.keep_all_physical_cells这个option设为true


学到了学到了,谢谢大佬,请问怎么去了解这些app_options呢,请问有没有介绍这些options的文档,好像在user guide和student guide里没提到这个命令
发表于 2022-11-29 16:54:09 | 显示全部楼层


zzzya 发表于 2022-10-17 20:05
学到了学到了,谢谢大佬,请问怎么去了解这些app_options呢,请问有没有介绍这些options的文档,好像在user ...


有的;官网可以下载
发表于 2025-6-11 11:27:09 | 显示全部楼层


zzzya 发表于 2022-10-17 20:05
学到了学到了,谢谢大佬,请问怎么去了解这些app_options呢,请问有没有介绍这些options的文档,好像在user ...


icc2_lm_shell> help_app_options -category lib.workspace
发表于 2025-6-11 14:01:33 | 显示全部楼层


jetso1109 发表于 2022-10-17 10:48
可以試試先用exploe模式產出一個tcl,再針對tcl修改成自己想要的設定,我也是初學者,不知道有沒有更好的 ...


这个方式不错,我喜欢!

如下是我的参考脚本,生成lib_build_template.tcl脚本后删除不需要的cell,保留只有physical_only的cell
create_workspace MY_LIB_WS   -flow exploration -tech $tech_file
set subdirs [glob -nocomplain -types d /home/user1/TSMCHOME/sram/lib/ts*]
foreach dir_full $subdirs {
    set dir [file tail ${dir_full}]
    set lef_dir      "${dir_full}/LEF/"
    set LEF_FILE     "${dir}_5m.lef"
    set db_dir  "${dir_full}/SYNOPSYS/"   
    lappend search_path $lef_dir
    read_lef $LEF_FILE
}
set_attribute [get_site_defs unit] symmetry Y
set_attribute [get_site_defs unit] is_default true
set routing_dir_v "M2 M4 M6 M8 AP"
set routing_dir_h "M1 M3 M5 M7"
set_attribute [get_layers $routing_dir_v] routing_direction vertical
set_attribute [get_layers $routing_dir_h] routing_direction horizontal
write_workspace -file lib_build_template.tcl
process_workspaces -output ${lib_name}.ndm -directory ${output_ndm_dir} -force
remove_workspace
print_message_info


您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-7-14 12:29 , Processed in 0.019104 second(s), 6 queries , Gzip On, MemCached On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表