From 9018782eaaec23c57987266629b23484cfd9b984 Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Tue, 28 Sep 2021 17:38:12 +0200 Subject: Added a commandline option controlled writeout of per-net timing details Signed-off-by: Maciej Kurc --- common/context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/context.h') 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; -- cgit v1.2.3