aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.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/placer1.h
parent66ea9f39f7f5d6e1152105328f9a48a367bd8ce0 (diff)
downloadnextpnr-95280060b869f266beaff023dd63d74905c39ef4.tar.gz
nextpnr-95280060b869f266beaff023dd63d74905c39ef4.tar.bz2
nextpnr-95280060b869f266beaff023dd63d74905c39ef4.zip
No need for settings class
Diffstat (limited to 'common/placer1.h')
-rw-r--r--common/placer1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/placer1.h b/common/placer1.h
index 4c7c7339..0f2e2894 100644
--- a/common/placer1.h
+++ b/common/placer1.h
@@ -20,11 +20,11 @@
#define PLACE_H
#include "nextpnr.h"
-#include "settings.h"
+#include "log.h"
NEXTPNR_NAMESPACE_BEGIN
-struct Placer1Cfg : public Settings
+struct Placer1Cfg
{
Placer1Cfg(Context *ctx);
float constraintWeight;