Skip to content

bloqade.lanes.heuristics.logical.placement.MoveOp

← Module overview

classMoveOpsource

bloqade.lanes.heuristics.logical.placement.MoveOp

Data class to store a move operation along with its source and destination addresses.

Signature
class MoveOp(arch_spec: ArchSpec, src: LocationAddress, dst: LocationAddress)

Parameters

NameTypeDescription
arch_specArchSpec
srcLocationAddress
dstLocationAddress

Attributes

NameTypeDescription
arch_specArchSpec
srcLocationAddress
dstLocationAddress

propertysrc_positionsource

bloqade.lanes.heuristics.logical.placement.MoveOp.src_position

src_position: tuple[float, float]
source

propertydst_positionsource

bloqade.lanes.heuristics.logical.placement.MoveOp.dst_position

dst_position: tuple[float, float]
source