riscv-software-src / riscv-pk

RISC-V Proxy Kernel
Other
570 stars 304 forks source link

Add Zicfilp support #311

Closed mylai-mtk closed 2 months ago

mylai-mtk commented 6 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 6 months ago

Update: Address comments

mylai-mtk commented 6 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 5 months ago

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

aswaterman commented 2 months ago

Sorry for the delay. Merged.