aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/arch.cc')
-rw-r--r--mistral/arch.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mistral/arch.cc b/mistral/arch.cc
index 6ba16939..46ed4f62 100644
--- a/mistral/arch.cc
+++ b/mistral/arch.cc
@@ -410,6 +410,8 @@ void Arch::add_bel_pin(BelId bel, IdString pin, PortType dir, WireId wire)
void Arch::assign_default_pinmap(CellInfo *cell)
{
+ if (cell->type == id_MISTRAL_M10K)
+ return; // M10Ks always have a custom pinmap
for (auto &port : cell->ports) {
auto &pinmap = cell->pin_data[port.first].bel_pins;
if (!pinmap.empty())