diff --git a/common/nextpnr.h b/common/nextpnr.h index 3d9a66ca..92880089 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -371,6 +371,9 @@ struct BaseCtx mutable std::unordered_map *idstring_str_to_idx; mutable std::vector *idstring_idx_to_str; + // Project settings and config switches + std::unordered_map settings; + // Placed nets and cells. std::unordered_map> nets; std::unordered_map> cells;