More cleanups related to RTLIL::IdString usage

This commit is contained in:
Clifford Wolf
2014-08-02 13:19:57 +02:00
parent 14412e6c95
commit b9bd22b8c8
33 changed files with 237 additions and 261 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ struct EvalPass : public Pass {
if (shows.size() == 0) {
for (auto &it : module->wires_)
if (it.second->port_output)
shows.push_back(it.second->name);
shows.push_back(it.second->name.str());
}
if (tables.empty())