We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bb145 commit 77ce5f5Copy full SHA for 77ce5f5
vpr/src/place/initial_noc_placement.cpp
@@ -182,7 +182,7 @@ static void noc_routers_anneal(const t_noc_opts& noc_opts) {
182
// the constant factor above 35000.
183
// Get all the router clusters and figure out how many of them exist
184
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;
+ const int N_MOVES_PER_ROUTER = 50000;
186
const int N_MOVES = num_router_clusters * N_MOVES_PER_ROUTER;
187
188
const double starting_prob = 0.5;
0 commit comments