aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-18 16:01:53 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-18 16:01:53 +0200
commitc80934f953a9aa185aec0f3e9b9a23296c6e682b (patch)
tree5a7db31881695904f512caeec6b8fbf861f32e55 /ecp5/arch.h
parent5393841c669775eab5a5e5fde9be2bab3ec67879 (diff)
downloadnextpnr-c80934f953a9aa185aec0f3e9b9a23296c6e682b.tar.gz
nextpnr-c80934f953a9aa185aec0f3e9b9a23296c6e682b.tar.bz2
nextpnr-c80934f953a9aa185aec0f3e9b9a23296c6e682b.zip
ecp5: Add support for pin name constraints using 'LOC' attributes
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 5158fe5c..944aedea 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -363,6 +363,7 @@ struct ArchArgs
struct Arch : BaseCtx
{
const ChipInfoPOD *chip_info;
+ const PackageInfoPOD *package_info;
mutable std::unordered_map<IdString, BelId> bel_by_name;
mutable std::unordered_map<IdString, WireId> wire_by_name;