litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
574 stars 174 forks source link

Enable FPU support #217

Closed Dolu1990 closed 3 years ago

Dolu1990 commented 3 years ago

There is an example of usage :

./make.py --with-fpu --cpu-count 2 --build --load --board=arty 

To generate the buildroot image, just uncomment in the buildroot defconfig :

That's it :)