Other Exceptions - 2024.1 English

MicroBlaze V Processor Embedded Design User Guide (UG1711)

Document ID
UG1711
Release Date
2024-08-01
Version
2024.1 English
  • Enable Illegal Instruction Exception: Causes an exception if the instruction is invalid.
    • When set to NONE, no illegal instruction checks are done.
    • When set to BASIC, only illegal opcodes are detected.
    • When set to COMPLETE, all illegal instructions and CSR addresses are detected.
  • Enable Misaligned Data Exception: When enabled, the tools automatically insert software to handle misaligned accesses.
  • Enable Stream Exception: Enables stream exception handling for Advanced eXtensible Interface (AXI) read accesses.
    Important: You must enable additional stream instructions to use custom exception handling.