aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing_opt.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-15 13:09:49 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-15 13:09:49 +0200
commit95280060b869f266beaff023dd63d74905c39ef4 (patch)
tree98d49d09ef31161ea712341767ff7019616cb342 /common/timing_opt.h
parent66ea9f39f7f5d6e1152105328f9a48a367bd8ce0 (diff)
downloadnextpnr-95280060b869f266beaff023dd63d74905c39ef4.tar.gz
nextpnr-95280060b869f266beaff023dd63d74905c39ef4.tar.bz2
nextpnr-95280060b869f266beaff023dd63d74905c39ef4.zip
No need for settings class
Diffstat (limited to 'common/timing_opt.h')
-rw-r--r--common/timing_opt.h6
1 files changed, 3 insertions, 3 deletions
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