Skip to content

Commit

Permalink
Comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
furuame authored Oct 30, 2024
1 parent 3007c19 commit 5152ce9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sparta/sparta/simulation/Unit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ namespace sparta {

for(auto & event_node : unit_event_set_.getEvents(sparta::SchedulingPhase::Tick))
{
// This EventNode does not participate auto precedence
// between InPorts and OutPorts.
// This event does not participate in auto precedence.
if(!event_node->doesParticipateInAutoPrecedence()) {
continue;
}
Expand Down

0 comments on commit 5152ce9

Please sign in to comment.