diff options
Diffstat (limited to 'common/router2.h')
-rw-r--r-- | common/router2.h | 4 |
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 |