mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
use the new isPublic() in a few places
This commit is contained in:
parent
4af04be0b7
commit
3238190797
13 changed files with 25 additions and 25 deletions
|
@ -1365,7 +1365,7 @@ struct SatPass : public Pass {
|
|||
|
||||
if (show_public) {
|
||||
for (auto wire : module->wires())
|
||||
if (wire->name[0] == '\\')
|
||||
if (wire->name.isPublic())
|
||||
shows.push_back(wire->name.str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue