# libgemmini **Repository Path**: daba0uo/libgemmini ## Basic Information - **Project Name**: libgemmini - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-17 - **Last Updated**: 2025-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Gemmini Spike ISA Functional Model Extensions ============================================= This repository builds libgemmini.so, which can be dynamically linked into Spike to support executing custom Gemmini instructions. To use this, first install a recent version of [spike](https://github.com/riscv-software-src/riscv-isa-sim), and set the `$RISCV` environment variable to the install location. Usage: ``` make make install spike --extension=gemmini ``` To see Gemmini commit logs, use the `--log-commits` flag in `spike`.