From 2220de37aa7cc9358a685fcf1f81dc27e80043d8 Mon Sep 17 00:00:00 2001 From: Skaleee <78816681+Skaleee@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:18:46 +0100 Subject: [PATCH] Remove comment --- src/netlist/netlist_internal_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netlist/netlist_internal_manager.cpp b/src/netlist/netlist_internal_manager.cpp index abe29ac5acb..c76be733154 100644 --- a/src/netlist/netlist_internal_manager.cpp +++ b/src/netlist/netlist_internal_manager.cpp @@ -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; }