aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-22 10:59:21 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-22 10:59:21 +0200
commit62b66e02085371c456dee95dc08d2cd41351c91f (patch)
tree0c0abbc804421dbb2ef8f80ec722e1976a4ba0d6 /ice40/arch.h
parentc6e4ad322745b478f0f289f4cc5f3668e05700ac (diff)
downloadnextpnr-62b66e02085371c456dee95dc08d2cd41351c91f.tar.gz
nextpnr-62b66e02085371c456dee95dc08d2cd41351c91f.tar.bz2
nextpnr-62b66e02085371c456dee95dc08d2cd41351c91f.zip
Rename getWireBelPin to getBelPinWire
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 9a8ec7bc..566f807a 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -465,7 +465,7 @@ struct Arch : BaseCtx
return chip_info->bel_data[bel.index].type;
}
- WireId getWireBelPin(BelId bel, PortPin pin) const;
+ WireId getBelPinWire(BelId bel, PortPin pin) const;
BelPin getBelPinUphill(WireId wire) const
{