diff options
Diffstat (limited to 'common/router2.cc')
-rw-r--r-- | common/router2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router2.cc b/common/router2.cc index a2023f47..f5779356 100644 --- a/common/router2.cc +++ b/common/router2.cc @@ -1211,7 +1211,7 @@ Router2Cfg::Router2Cfg(Context *ctx) hist_cong_weight = ctx->setting<float>("router2/histCongWeight", 1.0f); curr_cong_mult = ctx->setting<float>("router2/currCongWeightMult", 2.0f); estimate_weight = ctx->setting<float>("router2/estimateWeight", 1.75f); - perf_profile = ctx->setting<float>("router2/perfProfile", false); + perf_profile = ctx->setting<bool>("router2/perfProfile", false); } NEXTPNR_NAMESPACE_END |