aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-09 10:17:42 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commit595b354184afdbdbe6e4daade739d79db8fcee42 (patch)
treef1bdc116b7a6864765f847706052cc8365ae9cc9 /mistral/archdefs.h
parent3fc5396063ca0940383b1d923eb77750515542a3 (diff)
downloadnextpnr-595b354184afdbdbe6e4daade739d79db8fcee42.tar.gz
nextpnr-595b354184afdbdbe6e4daade739d79db8fcee42.tar.bz2
nextpnr-595b354184afdbdbe6e4daade739d79db8fcee42.zip
mistral: Add some packing logic based on nexus
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral/archdefs.h')
-rw-r--r--mistral/archdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mistral/archdefs.h b/mistral/archdefs.h
index 2ae1bccb..ab00cb26 100644
--- a/mistral/archdefs.h
+++ b/mistral/archdefs.h
@@ -192,6 +192,8 @@ struct ArchCellInfo : BaseClusterInfo
};
std::unordered_map<IdString, ArchPinInfo> pin_data;
+
+ CellPinState get_pin_state(IdString pin) const;
};
NEXTPNR_NAMESPACE_END