# mpsoc_example **Repository Path**: ic-starter/mpsoc_example ## Basic Information - **Project Name**: mpsoc_example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-17 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 100x RISC-V cores MPSoC ![diagram](rtl/mpsoc_100x_white.png) Please read [this](https://aignacio.com/posts/hdls/mpsoc_riscv/) to understand the design. To build the design and run sims with Verilator: ```bash make all ``` To open waves with gtkwave: ```bash make wave ``` To build for Xilinx FPGA Kintex 7: ```bash make fpga ```