Const parameter in function (backends/firrtl/firrtl.cc)
Co-Authored-By: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
21492914a2
commit
566e08485a
@@ -96,7 +96,7 @@ void dump_const(std::ostream &f, const RTLIL::Const &data, int width = -1, int o
|
||||
}
|
||||
}
|
||||
|
||||
std::string getFileinfo(dict<RTLIL::IdString, RTLIL::Const> attributes)
|
||||
std::string getFileinfo(const dict<RTLIL::IdString, RTLIL::Const> &attributes)
|
||||
{
|
||||
std::ostringstream fileinfo;
|
||||
for (auto &it : attributes) {
|
||||
|
||||
Reference in New Issue
Block a user