aboutsummaryrefslogtreecommitdiffstats
path: root/cyclonev/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'cyclonev/arch.h')
-rw-r--r--cyclonev/arch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cyclonev/arch.h b/cyclonev/arch.h
index 301f19d8..ff006881 100644
--- a/cyclonev/arch.h
+++ b/cyclonev/arch.h
@@ -393,6 +393,11 @@ struct Arch : BaseArch<ArchRanges>
BelInfo &bel_data(BelId bel) { return bels_by_tile.at(pos2idx(bel.pos)).at(bel.z); }
const BelInfo &bel_data(BelId bel) const { return bels_by_tile.at(pos2idx(bel.pos)).at(bel.z); }
+
+ // -------------------------------------------------
+
+ void assign_default_pinmap(CellInfo *cell);
+ static const std::unordered_map<IdString, IdString> comb_pinmap;
};
NEXTPNR_NAMESPACE_END