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
379 stars 133 forks source link

Assembly level Vector Instructions programs for ARA #336

Closed Tanishqgithub closed 3 months ago

Tanishqgithub commented 4 months ago

Can we run Assembly level Vector programs on ARA If so in which file i have to give i/p so that this assembly level program is running on ARA

In this Assembly level program i will make use of vector instructions in RVV 1.0 and write a program and try to execute in ARA Is this feature available for ARA?

mp-17 commented 3 months ago

Hey @Tanishqgithub,

Yes, look at the examples in the apps folder. You can use gcc extended assembly freely. Let me know if you need further help!