This document is relevant for: Trn2, Trn3

nki.isa.oob_mode#

class nki.isa.oob_mode(value)[source]#

Out-of-bounds access mode.

Attributes

error

Raise a runtime error when an out-of-bounds access is detected.

skip

Silently skip the runtime out-of-bounds access.

This document is relevant for: Trn2, Trn3