aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing_opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timing_opt.h')
-rw-r--r--common/timing_opt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/timing_opt.h b/common/timing_opt.h
index fda29d30..ceb35c71 100644
--- a/common/timing_opt.h
+++ b/common/timing_opt.h
@@ -24,6 +24,8 @@ NEXTPNR_NAMESPACE_BEGIN
struct TimingOptCfg : public Settings
{
+ TimingOptCfg(Context *ctx) : Settings(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
// for other cell types