Synopsys DC综合脚本示例
#****************************************************************************** # File : syn_example.tcl # Author : Lyu Yang # Date : 2018-12-09 # Description : Design Compiler #****************************************************************************** sh mkdir -p work set cache_write work set cache_read work define_design_lib WORK -path work # Library Setup set search_path {. /smic180/digital/sc/synopsys} set symbol_library {smic18.sdb} set target_library {slow.db} set link_library {* slow.db} # SVF For Formality set_svf -off # Elaborate Design set DESIGN "design_top" analyze -format