aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
authorEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-31 17:51:56 +0000
committerEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-31 17:51:56 +0000
commit70747b93555c1a8a55c247420446f4410dc2b2f8 (patch)
treea875532bd46d6cd4eeb66154ea07c054241ec7cd /common/nextpnr.h
parentb55ccc12f0b2ac964cb4ff72b191fee2c4e1bdad (diff)
parentb884d6bcf32575c4495c2dfb02d095c7fb195eae (diff)
downloadnextpnr-70747b93555c1a8a55c247420446f4410dc2b2f8.tar.gz
nextpnr-70747b93555c1a8a55c247420446f4410dc2b2f8.tar.bz2
nextpnr-70747b93555c1a8a55c247420446f4410dc2b2f8.zip
Merge branch 'redist_slack' into 'redist_slack'
# Conflicts: # common/timing.cc
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 908b8266..38a313fd 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -475,6 +475,7 @@ struct Context : Arch, DeterministicRNG
bool force = false;
bool timing_driven = true;
float target_freq = 12e6;
+ bool user_freq = false;
Context(ArchArgs args) : Arch(args) {}