aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-12 14:25:12 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-12 14:25:12 +0200
commitd62e341d5a3183d6fdb7168afb978068a396e9a4 (patch)
tree6371f1e406aa80c41fcec87270ed815b8eb35605 /ice40/chip.h
parent391d49c13ec675e263115d18481d4b842622b712 (diff)
parent9ee6a6e1149e35bcca3c1781f6ce84b11dc80296 (diff)
downloadnextpnr-d62e341d5a3183d6fdb7168afb978068a396e9a4.tar.gz
nextpnr-d62e341d5a3183d6fdb7168afb978068a396e9a4.tar.bz2
nextpnr-d62e341d5a3183d6fdb7168afb978068a396e9a4.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 9dc0498c..e48a4973 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -485,6 +485,8 @@ struct Chip
return range;
}
+ BelRange getBelsAtSameTile(BelId bel) const;
+
BelType getBelType(BelId bel) const
{
assert(bel != BelId());