summaryrefslogtreecommitdiff
path: root/passes/techmap/hilomap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'passes/techmap/hilomap.cc')
-rw-r--r--passes/techmap/hilomap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/hilomap.cc b/passes/techmap/hilomap.cc
index 30977787..a3261dcc 100644
--- a/passes/techmap/hilomap.cc
+++ b/passes/techmap/hilomap.cc
@@ -104,7 +104,7 @@ struct HilomapPass : public Pass {
}
extra_args(args, argidx, design);
- for (auto &it : design->modules)
+ for (auto &it : design->modules_)
{
module = it.second;