Design And Implementation Of SIMD Based RISC V Processor

16 Jan

Authors: Girish M, Gaganashree M, Inchara H M, Likhitha B, Moulya B N

Abstract: High-performance computing is becoming more necessary, and this requires processors that can effectively utilize parallelism. Packed Single Instruction, Multiple Data (SIMD) instructions provide an attractive workaround by concurrently executing the same operation on several data pieces. To obtain notable performance benefits for data-intensive tasks, this article covers the design and implementation of a processor that takes advantage of the capabilities of packed SIMD instructions, with an emphasis on the P extension.