diff options
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r-- | common/nextpnr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index 4d481d06..f9376fea 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -861,6 +861,9 @@ struct Context : Arch, DeterministicRNG bool debug = false; bool force = false; + // Should we disable printing of the location of nets in the critical path? + bool disable_critical_path_source_print = false; + Context(ArchArgs args) : Arch(args) {} // -------------------------------------------------------------- |