3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-02 17:30:24 +00:00

Fix indentation

This commit is contained in:
Robert O'Callahan 2025-07-15 04:19:09 +00:00
parent 6ac315d65f
commit ebef91880d

View file

@ -947,8 +947,8 @@ void AbcModuleState::abc_module(RTLIL::Design *design, RTLIL::Module *module, co
}
for (auto cell : module->cells())
for (auto &port_it : cell->connections())
mark_port(port_it.second);
for (auto &port_it : cell->connections())
mark_port(port_it.second);
if (clk_sig.size() != 0)
mark_port(clk_sig);