mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
patch: source transfer
This commit is contained in:
parent
db1c1d4359
commit
9f22b9d2a0
5 changed files with 68 additions and 6 deletions
|
|
@ -1279,6 +1279,7 @@ struct RTLIL::AttrObject
|
|||
void set_string_attribute(RTLIL::IdString id, string value);
|
||||
string get_string_attribute(RTLIL::IdString id) const;
|
||||
|
||||
static std::string strpool_attribute_to_str(const pool<string> &data);
|
||||
void set_strpool_attribute(RTLIL::IdString id, const pool<string> &data);
|
||||
void add_strpool_attribute(RTLIL::IdString id, const pool<string> &data);
|
||||
pool<string> get_strpool_attribute(RTLIL::IdString id) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue