paper-with-me

Papers

Design and Implementation of a RISC-V SoC with Custom DSP Accelerators for Edge Computing

2025-06-07 · Priyanshu Yadav

This paper presents a comprehensive analysis of the RISC-V instruction set architecture, focusing on its modular design, implementation challenges, and performance characteristics. We examine the RV32I base instruction set with extensions for multiplication (M) and atomic operations (A). Through cycle-accurate simulation of a pipelined implementation, we evaluate performance metrics including CPI (cycles per instruction) and power efficiency. Our results demonstrate RISC-V's advantages in embedded systems and its scalability for custom accelerators. Comparative analysis shows a 17% reduction in power consumption compared to ARM Cortex-M0 implementations in similar process nodes. The open-standard nature of RISC-V provides significant flexibility for domain-specific optimizations.

📄 PDF Abstract BibTeX arXiv:2506.06693

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computing

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SPARX: Secure and Privacy-Aware Approximate CNN Acceleration with Edge RISC-V SoC

2026-06-08 · Sonu Kumar, Akash Sankhe, Mukul Lokhande, Santosh Kumar Vishvakarma arxiv

Edge-AI systems increasingly require real-time CNN inference under strict energy, performance, security, and privacy constraints. Approximate computing improves hardware efficiency by exploiting the error resilience of n…

Unleashing OpenTitan's Potential: a Silicon-Ready Embedded Secure Element for Root of Trust and Cryptographic Offloading

2024-06-17 · Maicol Ciani, Emanuele Parisi, Alberto Musa, Francesco Barchi 외

The rapid advancement and exploration of open-hardware RISC-V platforms are driving significant changes in sectors like autonomous vehicles, smart-city infrastructure, and medical devices. OpenTitan stands out as a groun…

Autonomous VehiclesBenchmarking

Accelerating HDC-CNN Hybrid Models Using Custom Instructions on RISC-V GPUs

2025-11-07 · Wakuto Matsumi, Riaz-Ul-Haque Mian arxiv

Machine learning based on neural networks has advanced rapidly, but the high energy consumption required for training and inference remains a major challenge. Hyperdimensional Computing (HDC) offers a lightweight, brain-…

Hardware/Software Co-Design of RISC-V Extensions for Accelerating Sparse DNNs on FPGAs

2025-04-28 · Muhammad Sabih, Abrarul Karim, Jakob Wittmann, Frank Hannig 외

The customizability of RISC-V makes it an attractive choice for accelerating deep neural networks (DNNs). It can be achieved through instruction set extensions and corresponding custom functional units. Yet, efficiently …

Human Detectionimage-classificationImage ClassificationKeyword Spotting

Optimizing Foundation Model Inference on a Many-tiny-core Open-source RISC-V Platform

2024-05-29 · Viviane Potocnik, Luca Colagrande, Tim Fischer, Luca Bertaccini 외

Transformer-based foundation models have become crucial for various domains, most notably natural language processing (NLP) or computer vision (CV). These models are predominantly deployed on high-performance GPUs or har…

Decoder