mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +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
|
@ -150,7 +150,7 @@ struct ProcCleanPass : public Pass {
|
|||
extra_args(args, 1, design);
|
||||
|
||||
for (auto mod : design->modules()) {
|
||||
std::vector<std::string> delme;
|
||||
std::vector<RTLIL::IdString> delme;
|
||||
if (!design->selected(mod))
|
||||
continue;
|
||||
for (auto &proc_it : mod->processes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue