aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-08 17:06:59 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-08 17:06:59 +0200
commit433ad6462e401e722fbdd033c2b4b1c9a3537947 (patch)
tree8552b1ced866001c4d775f8b2fc24b1aeb0c6a59 /ecp5/arch.cc
parent936b52eafc6da47fdd9c5e56d2e5ae667f000944 (diff)
downloadnextpnr-433ad6462e401e722fbdd033c2b4b1c9a3537947.tar.gz
nextpnr-433ad6462e401e722fbdd033c2b4b1c9a3537947.tar.bz2
nextpnr-433ad6462e401e722fbdd033c2b4b1c9a3537947.zip
Arch API: Removing Arch::isIOCell
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r--ecp5/arch.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index 12707a03..9dac70d9 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -500,8 +500,6 @@ TimingPortClass Arch::getPortTimingClass(const CellInfo *cell, IdString port, Id
return TMG_IGNORE;
}
-bool Arch::isIOCell(const CellInfo *cell) const { return cell->type == id("TRELLIS_IO"); }
-
std::vector<std::pair<std::string, std::string>> Arch::getTilesAtLocation(int row, int col)
{
std::vector<std::pair<std::string, std::string>> ret;