aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index fc5e7c46..f9376fea 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -861,10 +861,8 @@ struct Context : Arch, DeterministicRNG
bool debug = false;
bool force = false;
- // Print verilog sources for nets in critical path?
- bool print_critical_path_source = false;
- // Max line count to print for critical path sources
- int critical_path_source_max_lines = 8;
+ // 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) {}