mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
More cleanups related to RTLIL::IdString usage
This commit is contained in:
parent
14412e6c95
commit
b9bd22b8c8
33 changed files with 237 additions and 261 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue