aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 7cc8495d..cdac1e96 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -792,8 +792,6 @@ struct Arch : BaseCtx
TimingPortClass getPortTimingClass(const CellInfo *cell, IdString port, IdString &clockDomain) 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;
// -------------------------------------------------