mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
flatten: preserve original object names via hdlname attribute.
This commit is contained in:
parent
8d821dbbdb
commit
fbb346ea91
5 changed files with 45 additions and 6 deletions
|
@ -682,6 +682,9 @@ struct RTLIL::AttrObject
|
|||
std::string get_src_attribute() const {
|
||||
return get_string_attribute(ID::src);
|
||||
}
|
||||
|
||||
void set_hdlname_attribute(const vector<string> &hierarchy);
|
||||
vector<string> get_hdlname_attribute() const;
|
||||
};
|
||||
|
||||
struct RTLIL::SigChunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue