This contain the arch-tests written for the exceptions in Machine, Supervisor and User mode.
- Each test was written seperately but later on they are merged, So in file named "M_excp_ecall_illegal_misaligned.S" in merged_tests folder have the tests for ecall, illegal instruction exception and address misaligned exceptions in M mode. Likewise other two files have same tests for in Supervisor mode and User mode respectively.
- Coverpoints folder in merged_tests has the coverpoints for these tests.