From 95280060b869f266beaff023dd63d74905c39ef4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 15 Jun 2019 13:09:49 +0200 Subject: No need for settings class --- common/timing_opt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/timing_opt.h') diff --git a/common/timing_opt.h b/common/timing_opt.h index ceb35c71..cdc02406 100644 --- a/common/timing_opt.h +++ b/common/timing_opt.h @@ -18,13 +18,13 @@ */ #include "nextpnr.h" -#include "settings.h" +#include "log.h" NEXTPNR_NAMESPACE_BEGIN -struct TimingOptCfg : public Settings +struct TimingOptCfg { - TimingOptCfg(Context *ctx) : Settings(ctx) {} + TimingOptCfg(Context *ctx) {} // The timing optimiser will *only* optimise cells of these types // Normally these would only be logic cells (or tiles if applicable), the algorithm makes little sense -- cgit v1.2.3 From be47fc3e9a81a4890b05223ae18803cb07674dc9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 25 Jun 2019 18:19:25 +0200 Subject: clangformat run --- common/timing_opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/timing_opt.h') diff --git a/common/timing_opt.h b/common/timing_opt.h index cdc02406..775d9596 100644 --- a/common/timing_opt.h +++ b/common/timing_opt.h @@ -17,8 +17,8 @@ * */ -#include "nextpnr.h" #include "log.h" +#include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN -- cgit v1.2.3