# QproRiscVTemplate **Repository Path**: RhythmLian/QproRiscVTemplate ## Basic Information - **Project Name**: QproRiscVTemplate - **Description**: Qpro RISC-V Template - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-01 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QproRiscVTemplate ## Toolchain | name | url | | --------- | ------------------------------------------------------------ | | riscv-gcc | https://occ.t-head.cn/community/download?id=4090445921563774976 | | qemu | https://occ.t-head.cn/community/download?id=4108987827910414336 | 1. download and extract them to `/opt` 1. riscv-gcc: `/opt/gcc-riscv` 2. qemu: `/opt/qemu` 2. add `$PATH` ```sh export PATH=$PAHT:/opt/gcc-riscv/bin:/opt/qemu/bin ``` ## Usage just use `qrun`!