3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 06:13:41 +00:00

Indentation

This commit is contained in:
Alain Dargelas 2024-11-18 18:55:26 -08:00
parent b69145e959
commit 501898df00

View file

@ -302,8 +302,8 @@ struct ReconstructBusses : public ScriptPass {
log_flush(); log_flush();
if (debug) { if (debug) {
for (RTLIL::Wire* w : wires_to_remove) { for (RTLIL::Wire* w : wires_to_remove) {
std::cout << " " << w->name.c_str() << std::endl; std::cout << " " << w->name.c_str() << std::endl;
} }
} }
module->remove(wires_to_remove); module->remove(wires_to_remove);
// Update module port list // Update module port list