Skip to content

bloqade.lanes.bytecode.LocationAddress

← Module overview

classLocationAddresssource

bloqade.lanes.bytecode.LocationAddress

Bit-packed atom location address (zone + word + site).

class LocationAddress

Encodes zone_id (8 bits), word_id (16 bits), and site_id (16 bits) into a 64-bit word.

Layout: [zone_id:8][word_id:16][site_id:16][pad:24]