commit_dp.tcl

来自「synopsys icc 使用参考脚本」· TCL 代码 · 共 55 行

TCL
55
字号
########################################################################################### ICC Hierarchical RM								 	 ## commit_dp: Commit, Check Pin Assignment, and Split Libraries			 	 ## Version B-2008.09									 ###########################################################################################source icc_setup.tclgui_set_current_task -name {Design Planning}open_mw_lib $MW_DESIGN_LIBRARYcopy_mw_cel -from $ICC_DP_PIN_ASSIGNMENT_BUDGETING_CEL -to $ICC_DP_COMMIT_CELopen_mw_cel $ICC_DP_COMMIT_CELlinksource ./icc_scripts/common_placement_settings_icc.tcl########################################################################################### Commit Plangroups									############################################################################################ Write out floorplan with plan groupswrite_floorplan -create_terminal -placement {io hard_macro} -row -track ${REPORTS_DIR}/${ICC_DP_COMMIT_CEL}_plangroup.tclcommit_fp_plan_groups -push_down_power_and_ground_strapssave_mw_cel -hierarchy########################################################################################### Check Pin Assignment Quality								##########################################################################################check_fp_pin_assignment -pin_spacing -pin_preroute_spacing -shorts -missing > ${REPORTS_DIR}/${ICC_DP_COMMIT_CEL}_check_pin_assignment.rptcheck_fp_pin_alignment > ${REPORTS_DIR}/${ICC_DP_COMMIT_CEL}_check_pin_alignment.rpt# use the following to view feedthough nets:# File/Task/Design Planning/Pin Assignment/Feedthrough Analysis ########################################################################################### Split Libraries									##########################################################################################close_mw_libsplit_mw_lib -from $MW_DESIGN_LIBRARY $ICC_DP_COMMIT_CELexit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?