ibex icon indicating copy to clipboard operation
ibex copied to clipboard

Add support for mtvec direct mode

Open tomeroberts opened this issue 4 years ago • 2 comments

Some SW use cases would prefer to have support for "direct" interrupt mode rather than "vectored" mode in the mtvec csr (support for FreeRTOS and for boot ROMs e.g. in OpenTitan).

The rtl change is trivial but the impact on DV needs to be investigated.

tomeroberts avatar Aug 05 '21 09:08 tomeroberts

We should update sw/device/silicon_creator/mask_rom/mask_rom_start.S to use this instead of vectored mode once this is implemented.

alphan avatar May 31 '22 21:05 alphan