Compiling for RISCY without FP?
#1
I successfully got Pulpissimo with RISCY working on the Digilent ARTY-A7-100T board, running the "Hello" example using the pulp-SDK. Yeeey! Smile

I configured RISCY to not use a floating point unit, by setting:
Code:
localparam USE_FPU  = 0;

in xilinx_pulpissimo.v.

However, the gcc commands of the "Hello" example, following "make clean all", contain:

Code:
... -march=rv32imfcxpulpv2 -mfdiv ...


So the questions are: 
  • Does this mean floating point instructions are potentially still being generated?
  • If so, how do I make the toolchain aware that RISCY was configured without FP unit? Huh

Additional info: the toolchain was setup using the instructions at https://github.com/pulp-platform/pulp-ri...ation-pulp.


Thanks!
Reply


Messages In This Thread
Compiling for RISCY without FP? - by LarsKeuninckx - 01-27-2021, 10:56 AM
RE: Compiling for RISCY without FP? - by bluewww - 01-28-2021, 03:47 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)