aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/globals.cc')
-rw-r--r--mistral/globals.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mistral/globals.cc b/mistral/globals.cc
index 9cbabbca..3203893b 100644
--- a/mistral/globals.cc
+++ b/mistral/globals.cc
@@ -38,4 +38,9 @@ void Arch::create_clkbuf(int x, int y)
}
}
+bool Arch::is_clkbuf_cell(IdString cell_type) const
+{
+ return cell_type == id_MISTRAL_CLKENA || cell_type == id_MISTRAL_CLKBUF;
+}
+
NEXTPNR_NAMESPACE_END