You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our project, we use an application that contains many double-precision floating-point calculations.
Thus, we want to switch the FPU to provide double-precision support. I mean we switch the core architecture to RV32IMFD.
We know that the FPU used in the current Pulpissimo is a generic FPU and able to support double-precession support.
However, we do not know whether the rest of the core is modifiable or not, and how.
Is it possible to convert the core to execute RV32D instructions?
Any guidance and help would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
For our project, we use an application that contains many double-precision floating-point calculations.
Thus, we want to switch the FPU to provide double-precision support. I mean we switch the core architecture to RV32IMFD.
We know that the FPU used in the current Pulpissimo is a generic FPU and able to support double-precession support.
However, we do not know whether the rest of the core is modifiable or not, and how.
Is it possible to convert the core to execute RV32D instructions?
Any guidance and help would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: