大家可参考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
‘’’










