This commit is contained in:
Eddie Hung 2019-01-27 12:14:14 -08:00
parent 02985b014a
commit f1a735cf3e

View File

@ -539,7 +539,7 @@ struct Arch : BaseCtx
BelRange getBelsByTile(int x, int y) const;
bool getBelGlobalBuf(BelId bel) const { return getBelType(bel) == id_DCCA; }
bool getBelIOB(BelId bel) const { return chip_info->bel_data[bel.index].type == ID_TRELLIS_IO; }
bool getBelIOB(BelId bel) const { return getBelType(bel) == ID_TRELLIS_IO; }
bool checkBelAvail(BelId bel) const
{