Skip to content

Commit 07627be

Browse files
Update tileable_rr_graph_builder.cpp
1 parent 0ead1a8 commit 07627be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/tileable_rr_graph/tileable_rr_graph_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void build_tileable_unidir_rr_graph(const std::vector<t_physical_tile_type>& typ
325325

326326
/* No clock network support yet; Does not support flatten rr_graph yet */
327327

328-
check_rr_graph(device_ctx.rr_graph, types, device_ctx.rr_indexed_data, grids, vib_grid, device_ctx.chan_width, GRAPH_UNIDIR, OPEN, false);
328+
check_rr_graph(device_ctx.rr_graph, types, device_ctx.rr_indexed_data, grids, vib_grid, device_ctx.chan_width, GRAPH_UNIDIR, false);
329329

330330

331331
/************************************************************************

0 commit comments

Comments
 (0)