mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
More cleanups related to RTLIL::IdString usage
This commit is contained in:
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user