aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/arch.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index 22b350c7..719426ab 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -670,7 +670,8 @@ TimingPortClass Arch::getPortTimingClass(const CellInfo *cell, IdString port, in
}
return TMG_IGNORE;
} else {
- NPNR_ASSERT_FALSE_STR("no timing data for cell type '" + cell->type.str(this) + "'");
+ log_error("cell type '%s' is unsupported (instantiated as '%s')\n", cell->type.c_str(this),
+ cell->name.c_str(this));
}
}