aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-16 17:44:35 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-16 17:44:35 +0200
commit1e6124309fb02824c43549e0861d4023fc5827d8 (patch)
tree9b60248aa76cb911fe6af0eca037113d1af986b6 /ice40/cells.h
parentbb92dc09a8d3450a7d356edf0ac2e9971083cf2f (diff)
downloadnextpnr-1e6124309fb02824c43549e0861d4023fc5827d8.tar.gz
nextpnr-1e6124309fb02824c43549e0861d4023fc5827d8.tar.bz2
nextpnr-1e6124309fb02824c43549e0861d4023fc5827d8.zip
ice40: Proper global promotion
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index f1bc5d1f..ff8cc93d 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -83,6 +83,9 @@ bool is_clock_port(const PortRef &port);
// Return true if a port is a reset port
bool is_reset_port(const PortRef &port);
+// Return true if a port is a clock enable port
+bool is_enable_port(const PortRef &port);
+
NEXTPNR_NAMESPACE_END
#endif