# rhino_arch **Repository Path**: yocop/rhino_arch ## Basic Information - **Project Name**: rhino_arch - **Description**: arch for Rhino - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Contents ## Introduction supported CPU code here. It includes CPU architecture's shcedule codes. ### Features - CPU supported ### Directories ```sh . ├── include │   ├── k_types.h │   └── port.h ├── package.yaml ├── README.md └── src ├── arm │   ├── m0 │   ├── m3 │   └── m4 ├── csky │   ├── 802 │   ├── 803 │   ├── 803ef │   ├── 804 │   ├── 805 │   ├── 807 │   ├── 810 │   ├── ck610 │   └── ck610f └── riscv ├── rv32_16gpr ├── rv32_32gpr ├── rv32f_32gpr └── rv32fd_32gpr ``` ### Dependencies ## Reference