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
377 stars 132 forks source link

[SW] Remove redundant instruction in reset_vector #356

Closed 404allen404 closed 2 months ago

404allen404 commented 2 months ago

Removed a redundant li x10, 0 instruction in the reset_vector section of crt0.S. This cleanup improves code clarity without altering the functionality.