Skip to content

Commit 691ae6d

Browse files
committed
[vpr] updating tileable rr graph generator
1 parent e4ddd25 commit 691ae6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vpr/src/tileable_rr_graph/tileable_rr_graph_builder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void build_tileable_unidir_rr_graph(const std::vector<t_physical_tile_type>& typ
8585
const int& num_directs,
8686
int* wire_to_rr_ipin_switch,
8787
const bool& shrink_boundary,
88+
const bool& perimeter_cb,
8889
const bool& through_channel,
8990
const bool& opin2all_sides,
9091
const bool& concat_wire,

vpr/src/tileable_rr_graph/tileable_rr_graph_builder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ void build_tileable_unidir_rr_graph(const std::vector<t_physical_tile_type>& typ
3030
const int& num_directs,
3131
int* wire_to_rr_ipin_switch,
3232
const bool& shrink_boundary,
33+
const bool& perimeter_cb,
3334
const bool& through_channel,
3435
const bool& opin2all_sides,
3536
const bool& concat_wire,

0 commit comments

Comments
 (0)