Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetaluri committed Sep 22, 2023
1 parent c1b119d commit 1da79d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions magma/passes/split_when_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ def _emit_new_when_assign(value, driver_map, curr_block):


def _build_driver_map(drivee):
"""
driver_map: for each context that drivee is driven, store the driver
"""
# driver_map stores the driver for each context that drivee is driven.
driver_map = {}
for ctx in drivee._wired_when_contexts:
wires = ctx.get_conditional_wires_for_drivee(drivee)
Expand Down

0 comments on commit 1da79d0

Please sign in to comment.