⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commit_dp.tcl

📁 synopsys icc 使用参考脚本
💻 TCL
字号:
########################################################################################### 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -