aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/timing.h b/common/timing.h
index da0cdd9c..03ae048d 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -22,7 +22,11 @@
#include "nextpnr.h"
+NEXTPNR_NAMESPACE_BEGIN
+
// Assign "budget" values for all user ports in the design
void assign_budget(Context *ctx, float default_clock = 12e6);
-#endif TIMING_H
+NEXTPNR_NAMESPACE_END
+
+#endif