bloqade.lanes.bytecode.exceptions.UnalignedCodeError
← Module overview
class
classUnalignedCodeError¶source
bloqade.lanes.bytecode.exceptions.UnalignedCodeError
Bases: ProgramError
Binary code region length is not a whole number of instruction words.
class UnalignedCodeError(length: int, width: int)Parameters
| Name | Type | Description |
|---|---|---|
length | int | |
width | int |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
length | — | length | |
width | — | width |