mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
Clean up passes/techmap/hilomap.cc.
This commit is contained in:
@@ -105,13 +105,9 @@ struct HilomapPass : public Pass {
|
||||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
for (auto &it : design->modules_)
|
||||
for (auto mod : design->selected_modules())
|
||||
{
|
||||
module = it.second;
|
||||
|
||||
if (!design->selected(module))
|
||||
continue;
|
||||
|
||||
module = mod;
|
||||
last_hi = RTLIL::State::Sm;
|
||||
last_lo = RTLIL::State::Sm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user