aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-24 23:19:24 -0700
committerEddie Hung <e.hung@imperial.ac.uk>2018-07-24 23:19:24 -0700
commitc71212d0e148b0b2ee136a951f5d707cc8822bda (patch)
tree635ad356ec762c1771d9409dbc6726dd02fd22f9 /common/nextpnr.h
parenta69745060ef416f1e91545be110034a18ae012bd (diff)
downloadnextpnr-c71212d0e148b0b2ee136a951f5d707cc8822bda.tar.gz
nextpnr-c71212d0e148b0b2ee136a951f5d707cc8822bda.tar.bz2
nextpnr-c71212d0e148b0b2ee136a951f5d707cc8822bda.zip
If --freq not set, attempt to find max by adjusting budget so min path slack == 0
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 4a1aaac1..b96a60cf 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -466,6 +466,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) {}