Fix ecp5
This commit is contained in:
parent
02985b014a
commit
f1a735cf3e
@ -539,7 +539,7 @@ struct Arch : BaseCtx
|
|||||||
BelRange getBelsByTile(int x, int y) const;
|
BelRange getBelsByTile(int x, int y) const;
|
||||||
|
|
||||||
bool getBelGlobalBuf(BelId bel) const { return getBelType(bel) == id_DCCA; }
|
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
|
bool checkBelAvail(BelId bel) const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user