Bug Description
The Exception and Interrupts section of the Reference Manual states:
The core starts fetching at the address made by concatenating the most significant 3 bytes of the boot address and the reset value (0x80) as the least significant byte.
I do not believe that this is the case. AFAICT, the cve2 starts fetching from boot_addr_i and that boot_addr_i must be 256-byte aligned. If that is true, the above is incorrect, as is this entry in the Interfaces Table of the User Manual.
Bug Description
The Exception and Interrupts section of the Reference Manual states:
I do not believe that this is the case. AFAICT, the cve2 starts fetching from
boot_addr_iand thatboot_addr_imust be 256-byte aligned. If that is true, the above is incorrect, as is this entry in the Interfaces Table of the User Manual.