Add ctx->settings
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
fc0131ceb0
commit
2390f7f59c
@ -371,6 +371,9 @@ struct BaseCtx
|
||||
mutable std::unordered_map<std::string, int> *idstring_str_to_idx;
|
||||
mutable std::vector<const std::string *> *idstring_idx_to_str;
|
||||
|
||||
// Project settings and config switches
|
||||
std::unordered_map<IdString, std::string> settings;
|
||||
|
||||
// Placed nets and cells.
|
||||
std::unordered_map<IdString, std::unique_ptr<NetInfo>> nets;
|
||||
std::unordered_map<IdString, std::unique_ptr<CellInfo>> cells;
|
||||
|
Loading…
Reference in New Issue
Block a user