aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-10 11:27:11 +0000
committerGitHub <noreply@github.com>2021-02-10 11:27:11 +0000
commite376f950fe683b9a744437301a9e09eae1895efa (patch)
treeccb065cf753546eaf3f55bbe8427d4c77a81ab63 /common/nextpnr.h
parentf67d474edc3f95e830ec23156a90327ae446ce6f (diff)
parent6bd3dba1e39780e52097533f7e89f823d7e72956 (diff)
downloadnextpnr-e376f950fe683b9a744437301a9e09eae1895efa.tar.gz
nextpnr-e376f950fe683b9a744437301a9e09eae1895efa.tar.bz2
nextpnr-e376f950fe683b9a744437301a9e09eae1895efa.zip
Merge pull request #574 from YosysHQ/gatecat/belpin-1
Remove the unused CellInfo::pins field
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 12462698..c43b9dc4 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -605,9 +605,6 @@ struct CellInfo : ArchCellInfo
BelId bel;
PlaceStrength belStrength = STRENGTH_NONE;
- // cell_port -> bel_pin
- std::unordered_map<IdString, IdString> pins;
-
// placement constraints
CellInfo *constr_parent = nullptr;
std::vector<CellInfo *> constr_children;