aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/archdefs.h
diff options
context:
space:
mode:
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