aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
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 /ice40
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 'ice40')
-rw-r--r--ice40/arch.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index cd699a0c..d4d71cfc 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -439,20 +439,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;
- }
-
Loc getBelLocation(BelId bel) const
{
Loc loc;