diff options
author | David Shah <davey1576@gmail.com> | 2018-07-24 16:38:45 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-24 16:38:45 +0200 |
commit | c57463e87b4976f63f04eff133c554af7e8d59d3 (patch) | |
tree | 2d54b495760a7363769beb93ba8f26b9149abaf6 /generic/arch.h | |
parent | 3931c84fedc568e24c7e7e98132ec5757cdb29ab (diff) | |
parent | a82a8840d2c3995a1b746020a54315acd7fba7b8 (diff) | |
download | nextpnr-c57463e87b4976f63f04eff133c554af7e8d59d3.tar.gz nextpnr-c57463e87b4976f63f04eff133c554af7e8d59d3.tar.bz2 nextpnr-c57463e87b4976f63f04eff133c554af7e8d59d3.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'generic/arch.h')
-rw-r--r-- | generic/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/arch.h b/generic/arch.h index 3025bda0..97ed1ac2 100644 --- a/generic/arch.h +++ b/generic/arch.h @@ -141,7 +141,7 @@ struct Arch : BaseCtx IdString getBelName(BelId bel) const; Loc getBelLocation(BelId bel) const; BelId getBelByLocation(Loc loc) const; - std::vector<BelId> getBelsByTile(int x, int y) const; + const std::vector<BelId> &getBelsByTile(int x, int y) const; bool getBelGlobalBuf(BelId bel) const; uint32_t getBelChecksum(BelId bel) const; void bindBel(BelId bel, IdString cell, PlaceStrength strength); |