aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-23 13:16:27 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-23 13:16:27 +0200
commit90fe002a36a9b90cd6d003d34398242a5d5affb6 (patch)
tree03505d921883b18d32c8e6221afe61c627fe9a71 /ecp5/arch.h
parentbfa1137fe03a62bf4bcef1d039d520116cc5a13a (diff)
downloadnextpnr-90fe002a36a9b90cd6d003d34398242a5d5affb6.tar.gz
nextpnr-90fe002a36a9b90cd6d003d34398242a5d5affb6.tar.bz2
nextpnr-90fe002a36a9b90cd6d003d34398242a5d5affb6.zip
Remove getBelsByType() API
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index aada2079..b3ef5195 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -482,20 +482,6 @@ struct Arch : BaseCtx
return range;
}
- BelRange getBelsByType(BelType type) const
- {
- BelRange range;
-// FIXME
-#if 0
- if (type == "TYPE_A") {
- range.b.cursor = bels_type_a_begin;
- range.e.cursor = bels_type_a_end;
- }
- ...
-#endif
- return range;
- }
-
BelRange getBelsAtSameTile(BelId bel) const;
BelType getBelType(BelId bel) const