|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
在Help中说到
create_plan_group:
This command defines exclusive region-based placement constraints for coarse placement. Plan groups restrict the placement of cells to a specific region of the core area.
create_bounds:
The create_bounds command allows the user to define region-based placement constraints for coarse placement. There are two different types of bounds available:move bounds and group bounds. Move bounds restrict the placement of cells to a specific region of the core area. Move bounds require absolute coordinates to be specified, using the -coordinate option.
Group bounds, on the other hand, are floating region constraints. Cells in the same group bound will be placed within a specified bound but the absolute coordinates are not fixed. Instead, they are optimized by the placer. The -dimension option needs to be specified for a group bound.
想问一下,用create_plan_group设置出来的那个方框的Dimension设置的依据是?然后这个方框的位置可以随意放?是不是一定要放在Core内?是不是可以这样理解,icc为group指定的一堆cell在core中找到一个方框大小的位置,然后根据utilizition来优化布局。
而Bounds设置的方框一定要放在core内,它包含的cell不能跑到设置的方框的外面? |
|