| |
#运行DRC检查
calibre -drc -hier -hyper <drc_rule_file> <layout_file>
#运行LVS检查
calibre -lvs -hier -hyper <lvs_rule_file> <layout_file> <schematic_netlist>
#运行j寄生提取
calibre -pex -hier -hyper <pex_rule_file> <layout_file>
#提取网表并生成spice文件
calibre -spice <input_layout> -output <output_netlist>
#图形界面查看
calibredrv
#查询
# 基本查询语法 calibre -query <rule_file> [options] # 查询规则文件中的特定规则 calibre -query tech.drc -rule metal1_spacing # 显示所有可用规则 calibre -query tech.drc -list_rules # 查询规则的详细定义 calibre -query tech.drc -detail_rule metal1_spacing # 查询规则文件的层次结构 calibre -query tech.drc -hierarchy