Added getBelGlobalBuf

This commit is contained in:
Miodrag Milanovic 2023-04-11 09:18:46 +02:00 committed by myrtle
parent 8c38e7ba61
commit 437b57a510

View File

@ -561,7 +561,7 @@ struct Arch : BaseArch<ArchRanges>
BelId getBelByLocation(Loc loc) const override; BelId getBelByLocation(Loc loc) const override;
BelRange getBelsByTile(int x, int y) const override; BelRange getBelsByTile(int x, int y) const override;
bool getBelGlobalBuf(BelId bel) const override { return false; } bool getBelGlobalBuf(BelId bel) const override { return getBelType(bel) == id_DCCA; }
bool checkBelAvail(BelId bel) const override bool checkBelAvail(BelId bel) const override
{ {