aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index e00e111a..fd8d0a13 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -833,6 +833,8 @@ struct Arch : BaseCtx
bool isClockPort(const CellInfo *cell, IdString port) const;
// Return true if a port is a net
bool isGlobalNet(const NetInfo *net) const;
+ // Return true if a cell is an IO
+ bool isIOCell(const CellInfo *cell) const;
// -------------------------------------------------
// Placement validity checks