RISC-V Vector Extension な ara を覗いてみた

# はじめに RISC-V Vector Extension な Vector Unit である Ara の中身を覗てみました。 Ara is a vector unit working as a coprocessor for the CVA6 core. It supports the RISC-V Vector Extension, version 0.10. github.com ブロック図 hardware/src/ara_soc.sv の中身を図示しました。 Ara は、RISC-V CPU core (a…