aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-26 22:41:17 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-26 22:41:17 +0100
commitd2c38075980238012a5d999c8f1e59c27174444a (patch)
tree6704d1ae62d7e7780e605083c9da249cbc88df6f /ecp5/arch.h
parent402be30268bbd6930c9f76547f8dab3e304005c3 (diff)
parente5acd80247264fed41dfc1e7e07efa8a10a67fae (diff)
downloadnextpnr-d2c38075980238012a5d999c8f1e59c27174444a.tar.gz
nextpnr-d2c38075980238012a5d999c8f1e59c27174444a.tar.bz2
nextpnr-d2c38075980238012a5d999c8f1e59c27174444a.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/clickity
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index d9d29c76..b6aac9cf 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -752,7 +752,7 @@ struct Arch : BaseCtx
return chip_info->tiletype_names[locInfo(pip)->pip_data[pip.index].tile_type].get();
}
- int8_t getPipType(PipId pip) const { return locInfo(pip)->pip_data[pip.index].pip_type; }
+ int8_t getPipClass(PipId pip) const { return locInfo(pip)->pip_data[pip.index].pip_type; }
BelId getPackagePinBel(const std::string &pin) const;
std::string getBelPackagePin(BelId bel) const;