aboutsummaryrefslogtreecommitdiffstats
path: root/common/context.h
diff options
context:
space:
mode:
authorMaciej Kurc <mkurc@antmicro.com>2021-09-28 17:38:12 +0200
committerMaciej Kurc <mkurc@antmicro.com>2021-09-28 17:42:51 +0200
commit9018782eaaec23c57987266629b23484cfd9b984 (patch)
treed78fc4225f2cd4f0a5611720347ee757e769dc7e /common/context.h
parenta9df3b425fb8a2e6b9054a0abbf033942eabc602 (diff)
downloadnextpnr-9018782eaaec23c57987266629b23484cfd9b984.tar.gz
nextpnr-9018782eaaec23c57987266629b23484cfd9b984.tar.bz2
nextpnr-9018782eaaec23c57987266629b23484cfd9b984.zip
Added a commandline option controlled writeout of per-net timing details
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
Diffstat (limited to 'common/context.h')
-rw-r--r--common/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/context.h b/common/context.h
index 1175caee..6adbbdb5 100644
--- a/common/context.h
+++ b/common/context.h
@@ -36,6 +36,8 @@ struct Context : Arch, DeterministicRNG
// Should we disable printing of the location of nets in the critical path?
bool disable_critical_path_source_print = false;
+ // True when detailed per-net timing is to be stored / reported
+ bool detailed_timing_report = false;
ArchArgs arch_args;