diff options
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r-- | common/nextpnr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index 8d4714bf..b647d44c 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -230,7 +230,7 @@ struct Context : Arch bool debug = false; bool force = false; bool timing_driven = true; - + float target_freq = 12e6; Context(ArchArgs args) : Arch(args) {} // -------------------------------------------------------------- |