aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing_opt.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-07-03 12:39:38 +0100
committerGitHub <noreply@github.com>2019-07-03 12:39:38 +0100
commit8f2813279c5888e655ee6f50f198cf8cb11b0b50 (patch)
tree0aac9464d3ea87d37cd0689903ba08094b7c0984 /common/timing_opt.h
parentff958830d1097b9bfa3c3b34094e671741ef563d (diff)
parente27dc41a7646fd3377d2400059c916fbcc35119c (diff)
downloadnextpnr-8f2813279c5888e655ee6f50f198cf8cb11b0b50.tar.gz
nextpnr-8f2813279c5888e655ee6f50f198cf8cb11b0b50.tar.bz2
nextpnr-8f2813279c5888e655ee6f50f198cf8cb11b0b50.zip
Merge pull request #284 from YosysHQ/json_write
Initial support for writing to json files from nextpnr.
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..775d9596 100644
--- a/common/timing_opt.h
+++ b/common/timing_opt.h
@@ -17,14 +17,14 @@
*
*/
+#include "log.h"
#include "nextpnr.h"
-#include "settings.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