grayresearch / CX

Proposed RISC-V Composable Custom Extensions Specification
Apache License 2.0
66 stars 12 forks source link

Desire that M-mode app and U-mode app be binary compatible when changing the selected CXU #21

Open BrandonFrei opened 8 months ago

BrandonFrei commented 8 months ago

Summary

The idea is both m-mode applications and u-mode applications use the exact same instruction sequence, so there is (no?) need to have a different code base for accelerated software. This will force software to always use U-mode to select a CXU.

Spec changes required

Possible Issues