Skip to content

Commit

Permalink
Typing
Browse files Browse the repository at this point in the history
Christian-B committed Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cc29ec3 commit e3bfbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/operations/placer_algorithms/application_placer.py
Original file line number Diff line number Diff line change
@@ -475,7 +475,7 @@ def _space_on_chip(
If the requirements are too big for any chip
"""
cores_free = list(chip.placable_processors_ids)
sdram_used = ConstantSDRAM(0)
sdram_used: AbstractSDRAM = ConstantSDRAM(0)

# remove the already placed for other Application Vertices
on_chip = self.__placements.placements_on_chip(chip)

0 comments on commit e3bfbd8

Please sign in to comment.