synopsys Milkyway工具自动生成Milkyway 格式的library TCL脚本

阅读 28

2022-04-25

大家可参考UG
Library Data Preparation for IC
Compiler™ User Guide
直接脚本献上:
‘’’
########## 创建的 MW library
set milkyway_library AA
########## technology file .tf文件
set technology_file BB
########## technology lef file .lef文件
set technology_lef_file CC
########## cell lef file .lef文件
set cell_lef_file DD

create_mw_lib $AA -technology BB -open
read_lef -lib_name $AA -tech_lef_files $CC -cell_lef_file $DD
quit

‘’’

精彩评论(0)

0 0 举报