Skip to content

Commit 77ce5f5

Browse files
increase the number of iteration in initial noc palcement
1 parent 75bb145 commit 77ce5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/initial_noc_placement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static void noc_routers_anneal(const t_noc_opts& noc_opts) {
182182
// the constant factor above 35000.
183183
// Get all the router clusters and figure out how many of them exist
184184
const int num_router_clusters = noc_ctx.noc_traffic_flows_storage.get_router_clusters_in_netlist().size();
185-
const int N_MOVES_PER_ROUTER = 35000;
185+
const int N_MOVES_PER_ROUTER = 50000;
186186
const int N_MOVES = num_router_clusters * N_MOVES_PER_ROUTER;
187187

188188
const double starting_prob = 0.5;

0 commit comments

Comments
 (0)