# SimpleRISCVProcessor **Repository Path**: MoleSir/SimpleRISCVProcessor ## Basic Information - **Project Name**: SimpleRISCVProcessor - **Description**: 简化版的 RISCV 5 级流水处理器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-29 - **Last Updated**: 2023-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: riscv, Architeture ## README # 简易 RISCV 处理器实现 实现简化的 5 级流水 RISCV 处理器。使用 LogicCircuit 软件进行仿真。支持配套的汇编编译器。 ## 实现进度 - [x] 基本 6 种类型指令; - [x] Data Hazard 处理; - [x] 分支预测; - [x] 编译器(汇编转机器码)