Skip to content

Commit

Permalink
Updated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
harryliu-intel committed Nov 21, 2021
1 parent c68c290 commit a7e492a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lava/magma/core/model/py/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ def _handle_set_var(self):
else:
raise RuntimeError("Unsupported type")

# TODO: (PP) use select(..) to service VarPorts instead of a loop
def _handle_var_port(self, var_port):
"""Handles read/write requests on any VarPorts. The loop ends upon a
new command from runtime service after all VarPort service requests have
been handled."""
# Loop through read/write requests of each VarPort
"""Handles read/write requests on the given VarPort."""
var_port.service()

0 comments on commit a7e492a

Please sign in to comment.