aboutsummaryrefslogtreecommitdiffstats
path: root/common/context.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-09-29 15:10:28 +0100
committerGitHub <noreply@github.com>2021-09-29 15:10:28 +0100
commitbd137a8b50c220b2547030a4618aeefead2a1c38 (patch)
treee68e2aaafac168b97e25d9962230bf245c7c77a9 /common/context.h
parent8b3e6711bcdab8c59bfa30f5eff8ed0bfa1bc302 (diff)
parent1db3a87c62acc79de0b3c7bd8c4c155c61c864ee (diff)
downloadnextpnr-bd137a8b50c220b2547030a4618aeefead2a1c38.tar.gz
nextpnr-bd137a8b50c220b2547030a4618aeefead2a1c38.tar.bz2
nextpnr-bd137a8b50c220b2547030a4618aeefead2a1c38.zip
Merge pull request #810 from antmicro/write-timing-report
Timing report in JSON format
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;