aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
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