aboutsummaryrefslogtreecommitdiffstats
path: root/common/router2.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-20 14:54:23 +0100
committergatecat <gatecat@ds0.me>2021-05-20 14:54:23 +0100
commit1595c0726079e62313e0df82bdb31120b72bdc39 (patch)
tree0b8e243e8b72785bde9c4d1b3758aa5658ffa465 /common/router2.h
parent5a41d2070c8a7c065d4e3fbfb70b3a3fbd19b319 (diff)
downloadnextpnr-1595c0726079e62313e0df82bdb31120b72bdc39.tar.gz
nextpnr-1595c0726079e62313e0df82bdb31120b72bdc39.tar.bz2
nextpnr-1595c0726079e62313e0df82bdb31120b72bdc39.zip
router2: Add heatmap by routing resource type
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/router2.h')
-rw-r--r--common/router2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/router2.h b/common/router2.h
index fb11f92d..b12e62c6 100644
--- a/common/router2.h
+++ b/common/router2.h
@@ -49,8 +49,10 @@ struct Router2Cfg
// Print additional performance profiling information
bool perf_profile = false;
+
+ std::string heatmap;
};
void router2(Context *ctx, const Router2Cfg &cfg);
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END