aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 38a313fd..b163300a 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -476,6 +476,7 @@ struct Context : Arch, DeterministicRNG
bool timing_driven = true;
float target_freq = 12e6;
bool user_freq = false;
+ int slack_redist_iter = 0;
Context(ArchArgs args) : Arch(args) {}