aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-13 12:30:15 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-13 12:30:15 +0200
commitde0918c28758b09f638e02ffc04fad989321da1b (patch)
tree4eeaabf7e8b364c4ec4eaf25031c408074153af9 /ice40/chip.h
parent5435a970246081f9239bca86519aed4c12ad0a03 (diff)
downloadnextpnr-de0918c28758b09f638e02ffc04fad989321da1b.tar.gz
nextpnr-de0918c28758b09f638e02ffc04fad989321da1b.tar.bz2
nextpnr-de0918c28758b09f638e02ffc04fad989321da1b.zip
ice40: Add a PCF parser
Signed-off-by: David Shah <davey1576@gmail.com>
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 7d5c9fbf..37cff038 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -693,6 +693,8 @@ struct Chip
return range;
}
+ BelId getPackagePinBel(const std::string &pin) const;
+
// -------------------------------------------------
void getBelPosition(BelId bel, float &x, float &y) const;