diff options
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r-- | common/nextpnr.h | 1 |
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) {} |