Skip to main content

Module addr

Module addr 

Source
Expand description

Bit-packed address types for bytecode instructions.

These types encode device-level addresses into compact integer representations used in the 16-byte instruction format.

Structs§

LaneAddr
Bit-packed lane address for atom move operations.
LocationAddr
Bit-packed atom location address (zone + word + site).
SiteRef
Site index within a word. Matches the 16-bit site_id field in LocationAddr.
WordRef
Word index within a zone. Matches the 16-bit word_id field in LocationAddr.
ZoneAddr
Bit-packed zone address.
ZonedWordRef
Zone-qualified word reference for inter-zone bus entries.

Enums§

Direction
Atom movement direction along a transport bus.
MoveType
Type of transport bus used for an atom move operation.