aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-13 11:51:09 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-13 11:51:09 +0200
commit5435a970246081f9239bca86519aed4c12ad0a03 (patch)
tree7a44fc6f81d933dc64c4c7bf3d98db88efc7a03f /ice40/chip.h
parent696aaee24c3e859283e79f9a753e8402524d8f2b (diff)
downloadnextpnr-5435a970246081f9239bca86519aed4c12ad0a03.tar.gz
nextpnr-5435a970246081f9239bca86519aed4c12ad0a03.tar.bz2
nextpnr-5435a970246081f9239bca86519aed4c12ad0a03.zip
ice40: Add package selection
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index e1fc09a6..7d5c9fbf 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -432,6 +432,7 @@ struct ChipArgs
struct Chip
{
ChipInfoPOD chip_info;
+ PackageInfoPOD *package_info;
mutable std::unordered_map<IdString, int> bel_by_name;
mutable std::unordered_map<IdString, int> wire_by_name;