Skip to content

Commit ce412a4

Browse files
Update tileable_rr_graph_builder.cpp
1 parent d91bd9f commit ce412a4

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
@@ -158,7 +158,7 @@ void build_tileable_unidir_rr_graph(const std::vector<t_physical_tile_type>& typ
158158

159159
/* Get vib grid */
160160
const auto& vib_grid = device_ctx.vib_grid;
161-
const bool is_vib_arch = device_ctx.arch->is_vib_arch;
161+
const bool is_vib_arch = !device_ctx.arch->vib_infs.empty();
162162

163163
/************************
164164
* Allocate the rr_nodes

0 commit comments

Comments
 (0)