router2: Alternative congestion cost schedule
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
2a856db72c
commit
42522c492c
@ -1402,7 +1402,7 @@ struct Router2
|
|||||||
total_overuse, overused_wires > 0 ? "NA" : std::to_string(arch_fail).c_str());
|
total_overuse, overused_wires > 0 ? "NA" : std::to_string(arch_fail).c_str());
|
||||||
++iter;
|
++iter;
|
||||||
if (curr_cong_weight < 1e9)
|
if (curr_cong_weight < 1e9)
|
||||||
curr_cong_weight *= cfg.curr_cong_mult;
|
curr_cong_weight += cfg.curr_cong_mult;
|
||||||
} while (!failed_nets.empty());
|
} while (!failed_nets.empty());
|
||||||
if (cfg.perf_profile) {
|
if (cfg.perf_profile) {
|
||||||
std::vector<std::pair<int, IdString>> nets_by_runtime;
|
std::vector<std::pair<int, IdString>> nets_by_runtime;
|
||||||
|
Loading…
Reference in New Issue
Block a user