Yc11
New Contributor
1 year agoCompiling a C/C++ program on DE0 Nano FPGA with RISC-V Softcore
Hi there,
Currently I am working on a project to synthesize and program the DE0 Nano FPGA with a RISC-V core (NEORV32). I have successfully programmed it, and the next step would be to just run a simple C/C++ program that could utilize one of the GPIO pin to make an LED Blinks.
I am not sure how that could that be achieved? How can I compile the C/C++ program onto the FPGA with RISC-V softcore?