pulp-platform / ara

The PULP Ara is a 64-bit Vector Unit, compatible with the RISC-V Vector Extension Version 1.0, working as a coprocessor to CORE-V's CVA6 core
Other
353 stars 125 forks source link

Any User Specific C program on ARA #334

Open Tanishqgithub opened 1 month ago

Tanishqgithub commented 1 month ago

I want to try and run any other different C programs on ARA for example the Binary sort in program

What is the process to achieve this? Is it just to replace any main.c file in ara/apps/ for example just replacing main.c file in apps/hello_world ?

I sense some other way of writing a code to enable ARA processing or else it will just execute in ARIANE itself, Am I am thinking correctly?

If yes please guide me writing any user defined C code to be executed in ARA

grigohas commented 1 month ago

Hello, have you found a solution? I want to do that too.

Tanishqgithub commented 1 month ago

@grigohas No i haven't The authors have to give some idea regarding this