From 433ad6462e401e722fbdd033c2b4b1c9a3537947 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 8 Aug 2018 17:06:59 +0200 Subject: Arch API: Removing Arch::isIOCell Signed-off-by: David Shah --- generic/arch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'generic/arch.h') diff --git a/generic/arch.h b/generic/arch.h index fb4f3660..46801372 100644 --- a/generic/arch.h +++ b/generic/arch.h @@ -215,8 +215,6 @@ struct Arch : BaseCtx bool getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, DelayInfo &delay) const; // Get the port class, also setting clockPort if applicable TimingPortClass getPortTimingClass(const CellInfo *cell, IdString port, IdString &clockPort) const; - // Return true if a cell is an IO - bool isIOCell(const CellInfo *cell) const; bool isValidBelForCell(CellInfo *cell, BelId bel) const; bool isBelLocationValid(BelId bel) const; -- cgit v1.2.3