aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2021-02-02 09:59:18 +0000
committerGitHub <noreply@github.com>2021-02-02 09:59:18 +0000
commitefc98c517eb1d2eb4a8ecc2ae82e770aaa1a0edd (patch)
tree91e54daa7324b19dd1546e86160d57bdb3425e0d /nexus/arch.h
parent7d0b134b483120869152b09800fdf4d9087da39e (diff)
parent5cf2f8d1ea60537f0c2061451b83e8eb2ba3eefa (diff)
downloadnextpnr-efc98c517eb1d2eb4a8ecc2ae82e770aaa1a0edd.tar.gz
nextpnr-efc98c517eb1d2eb4a8ecc2ae82e770aaa1a0edd.tar.bz2
nextpnr-efc98c517eb1d2eb4a8ecc2ae82e770aaa1a0edd.zip
Merge pull request #563 from litghost/seperate_pip_range_types
Seperate PipRange types in pybindings_shared.
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 8952ba6f..56b48bf3 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -999,7 +999,6 @@ struct Arch : BaseCtx
BelId getBelByLocation(Loc loc) const
{
- BelId ret;
auto &t = tileStatus.at(loc.y * chip_info->width + loc.x);
if (loc.z >= int(t.bels_by_z.size()))
return BelId();