aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-04 10:46:54 +0000
committerwhitequark <whitequark@whitequark.org>2020-06-08 20:19:41 +0000
commitfbb346ea91a04f2feaf6fa96770fe0cd57020e75 (patch)
tree9cf9e3b9020ae24cc9f8219f9b985c8e3589f7a1 /kernel/rtlil.h
parent8d821dbbdb3ba68d4cd0fdb0d5857e77725275b9 (diff)
downloadyosys-fbb346ea91a04f2feaf6fa96770fe0cd57020e75.tar.gz
yosys-fbb346ea91a04f2feaf6fa96770fe0cd57020e75.tar.bz2
yosys-fbb346ea91a04f2feaf6fa96770fe0cd57020e75.zip
flatten: preserve original object names via hdlname attribute.
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 86b4e25b6..f751bdce4 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -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