aboutsummaryrefslogtreecommitdiffstats
path: root/common/context.h
diff options
context:
space:
mode:
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;