Go to file
Qiu Jiahao e569965556 refactor MU
Co-authored-by: Paul <panyuxuan@hotmail.com>
Co-authored-by: cxy004 <cxy004@qq.com>
2022-07-16 08:44:29 +08:00
resources refactor cache 2022-06-21 21:52:06 +08:00
src refactor MU 2022-07-16 08:44:29 +08:00
tools try add trap 2021-09-22 13:41:09 +08:00
.editorconfig clean up 2021-08-24 11:41:06 +08:00
.gitignore 1. CP0 add Random and Wired 2021-08-24 13:18:52 +08:00
README.md clean up 2021-10-14 22:31:25 +08:00

Magically Improved Pipeline Stages

Our awesome MIPS CPU written in SystemVerilog for Loongson Cup 2021

.
├── resources                <-- 资源
│   ├── 2021                 <-- 2021 资源包
│   ├── ping-pong-mips32     <-- 决赛项目 ping pong
│   └── system_top           <-- 决赛项目 ping pong 用的外围顶层
├── src                      <-- CPU设计代码
│   ├── AXI                  <-- AXI总线交互
│   ├── Cache                <-- Cache
│   ├── Core                 <-- CPU核心
│   ├── CP0                  <-- CP0 协处理器
│   ├── Gadgets              <-- 小部件
│   ├── include              <-- 头文件
│   ├── IP                   <-- 用到的IP
│   └── MMU                  <-- 地址转换单元
└── tools                    <-- 控制信号生成器