aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-24 16:09:29 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-24 16:09:29 +0200
commit974ca143e80ac48b0e87054001a48b0d6597c6fa (patch)
tree98a3526f58a194862351324c8a1b1914e46df0db /ecp5/arch.h
parent5a170f286c2868375d93477ad3bd08ccc30a15a1 (diff)
downloadnextpnr-974ca143e80ac48b0e87054001a48b0d6597c6fa.tar.gz
nextpnr-974ca143e80ac48b0e87054001a48b0d6597c6fa.tar.bz2
nextpnr-974ca143e80ac48b0e87054001a48b0d6597c6fa.zip
Remove implementations of deprecated APIs
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index ce2b90c3..4400db5e 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -482,8 +482,6 @@ struct Arch : BaseCtx
return range;
}
- BelRange getBelsAtSameTile(BelId bel) const;
-
BelType getBelType(BelId bel) const
{
NPNR_ASSERT(bel != BelId());
@@ -752,7 +750,6 @@ struct Arch : BaseCtx
// -------------------------------------------------
- void estimatePosition(BelId bel, int &x, int &y, bool &gb) const;
delay_t estimateDelay(WireId src, WireId dst) const;
delay_t getDelayEpsilon() const { return 20; }
delay_t getRipupDelayPenalty() const { return 200; }