[Tool] Relax the IO restriction in pb_pin post-routing packing fix-up

This commit is contained in:
tangxifan 2020-12-04 17:55:25 -07:00
parent 95c9e19901
commit 73aaa261d8
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ void update_pb_pin_with_post_routing_results(const DeviceContext& device_ctx,
if (true == is_empty_type(device_ctx.grid[x][y].type)) {
continue;
}
/* We must have an regular (non-I/O) type here */
VTR_ASSERT(false == is_io_type(device_ctx.grid[x][y].type));
/* Get the mapped blocks to this grid */
for (const ClusterBlockId& cluster_blk_id : placement_ctx.grid_blocks[x][y].blocks) {
/* Skip invalid ids */