aboutsummaryrefslogtreecommitdiffstats
path: root/common/design_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/design_utils.h')
-rw-r--r--common/design_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/design_utils.h b/common/design_utils.h
index 8d231d4c..d640bf68 100644
--- a/common/design_utils.h
+++ b/common/design_utils.h
@@ -2,6 +2,7 @@
* nextpnr -- Next Generation Place and Route
*
* Copyright (C) 2018 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2018 David Shah <david@symbioticeda.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -83,6 +84,8 @@ CellInfo *net_driven_by(const NetInfo *net, F1 cell_pred, IdString port)
}
}
+void print_utilisation(const Design *design);
+
NEXTPNR_NAMESPACE_END
#endif