riscv-software-src / riscv-pk

RISC-V Proxy Kernel
Other
595 stars 308 forks source link

Add Zicfilp support #311

Closed mylai-mtk closed 6 months ago

mylai-mtk commented 10 months ago

This PR adds support of the mechanism defined in the Zicfilp spec (commit 079216b). It is part of the effort to support Zicfilp in spike/pk.

mylai-mtk commented 10 months ago

Update: Address comments

mylai-mtk commented 10 months ago

Update: Rename SCE_XTVAL_LANDING_PAD_FAULT to LANDING_PAD_FAULT due to review in riscv-software-src/riscv-isa-sim#1582

mylai-mtk commented 9 months ago

Update: Squash fixups, re-generate encoding.h with a master commit

aswaterman commented 6 months ago

Sorry for the delay. Merged.