diff options
-rw-r--r-- | backends/firrtl/firrtl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<RTLIL::IdString, RTLIL::Const> attributes) +std::string getFileinfo(const dict<RTLIL::IdString, RTLIL::Const> &attributes) { std::ostringstream fileinfo; for (auto &it : attributes) { |