diff options
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index 58373157..5c543cb3 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -950,6 +950,9 @@ struct Arch : BaseCtx // ------------------------------------------------- // Placement validity checks + bool isValidBelForCellType(IdString cell_type, BelId bel) const { + return cell_type == getBelType(bel); + } bool isValidBelForCell(CellInfo *cell, BelId bel) const; bool isBelLocationValid(BelId bel) const; |