Go to file
Paul Pan db1aa1d615 Manual Merge
Co-authored-by: cxy004 <cxy004@qq.com>
Co-authored-by: Hooo1941 <Hooo1941@users.noreply.github.com>
2022-08-02 11:29:23 +08:00
resources Another big update 2022-08-01 22:01:24 +08:00
sim Manual Merge 2022-08-02 11:29:23 +08:00
src Manual Merge 2022-08-02 11:29:23 +08:00
tools Another big update 2022-08-01 22:01:24 +08:00
.editorconfig Another big update 2022-08-01 22:01:24 +08:00
.gitignore feat: MU rewrite 1 2022-07-27 15:07:16 +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                    <-- 控制信号生成器