Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaleee committed Oct 28, 2024
1 parent 10415f8 commit 2220de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netlist/netlist_internal_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ namespace hal

// notify
m_event_handler->notify(ModuleEvent::event::gate_assigned, m_netlist->m_top_module, id);
m_event_handler->notify(GateEvent::event::created, raw); // shouldn't those events be swapped?
m_event_handler->notify(GateEvent::event::created, raw);

return raw;
}
Expand Down

0 comments on commit 2220de3

Please sign in to comment.