aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dfflegalize.cc
diff options
context:
space:
mode:
Diffstat (limited to 'passes/techmap/dfflegalize.cc')
-rw-r--r--passes/techmap/dfflegalize.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/dfflegalize.cc b/passes/techmap/dfflegalize.cc
index c0f112836..13ce4f49a 100644
--- a/passes/techmap/dfflegalize.cc
+++ b/passes/techmap/dfflegalize.cc
@@ -1296,7 +1296,7 @@ unrecognized:
sigmap.set(module);
initbits.clear();
- for (auto wire : module->selected_wires())
+ for (auto wire : module->wires())
{
if (wire->attributes.count(ID::init) == 0)
continue;