From c71212d0e148b0b2ee136a951f5d707cc8822bda Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Tue, 24 Jul 2018 23:19:24 -0700 Subject: If --freq not set, attempt to find max by adjusting budget so min path slack == 0 --- common/nextpnr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/nextpnr.h') 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) {} -- cgit v1.2.3