diff --git a/backends/firrtl/firrtl.cc b/backends/firrtl/firrtl.cc index a6cb9cfbe..a4bfe8549 100644 --- a/backends/firrtl/firrtl.cc +++ b/backends/firrtl/firrtl.cc @@ -96,7 +96,7 @@ void dump_const(std::ostream &f, const RTLIL::Const &data, int width = -1, int o } } -std::string getFileinfo(dict attributes) +std::string getFileinfo(const dict &attributes) { std::ostringstream fileinfo; for (auto &it : attributes) {