Skip to content

Add non-vectorized IRQ mode

Eclipse Webmaster requested to merge github/fork/zetalog/cv32e-novic into master

Created by: zetalog

This patch adds a non-vectorized IRQ mode. When it is configured, CPU fetches the same entry of MTVEC as exceptions upon IRQ arrivals. This allows us to try non-vectorized IRQ based software without the need to modify it.

Tested in a VCS simulation environment.

Signed-off-by: Lv Zheng zhenglv@hotmail.com

Merge request reports

Loading