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 (word + site).
ZoneAddr
Bit-packed zone address.

Enums§

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