bloqade.lanes.visualize.entropy_tree.renderer.NativeLocationAddress
← Module overview
class
classNativeLocationAddress¶source
bloqade.lanes.visualize.entropy_tree.renderer.NativeLocationAddress
Bit-packed atom location address (zone + word + site).
class NativeLocationAddressEncodes 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]