Merge branch 'multimode_clb' into tileable_routing

This commit is contained in:
tangxifan 2019-06-21 17:59:55 -06:00
commit 1b91c32121
1 changed files with 1 additions and 1 deletions

View File

@ -3136,7 +3136,7 @@ boolean is_cb_exist(t_rr_type cb_type,
/* Check the grid under this CB */
if ((NULL == grid[cb_x][cb_y].type)
||(EMPTY_TYPE == grid[cb_x][cb_y].type)
||(1 < grid[cb_x][cb_y].type->height)) {
||!(grid[cb_x][cb_y].offset + 1 == grid[cb_x][cb_y].type->height)) {
cb_exist = FALSE;
}
break;