Go to file
2021-08-24 23:54:52 +08:00
.vscode [happy] 2021-07-14 10:21:49 +08:00
resources fix instr_valid for tlbwr 2021-08-24 22:17:01 +08:00
src fix bug in CP0 IP7 2021-08-24 23:54:52 +08:00
tools add tlbwr datapath 2021-08-24 16:23:57 +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 update README 2021-08-11 09:27:35 +08:00

Magically Improved Pipeline Stages

Our awesome MIPS CPU written in SystemVerilog for Loongson Cup

.
├── resources                <-- 资源包
│   └── 2021                 <-- 2021年资源包
│       ├── cpu132_gettrace  <-- 性能测试基准(gs132)
│       ├── soc_axi_func     <-- AXI功能测试
│       ├── soc_axi_perf     <-- AXI性能测试
│       ├── soc_axi_system   <-- AXI系统测试
│       └── soft             <-- 测试用程序
│           ├── func         <-- 功能测试
│           ├── memory_game  <-- 记忆游戏
│           └── perf_func    <-- 性能测试
├── src                      <-- CPU设计代码
│   ├── AXI                  <-- AXI总线交互
│   ├── Cache                <-- Cache
│   ├── Core                 <-- CPU核心
│   ├── CP0                  <-- CP0协处理器
│   ├── include              <-- 头文件
│   ├── IP                   <-- 用到的IP
│   ├── MMU                  <-- 地址转换单元
│   └── testbench            <-- 测试脚本
└── tools                    <-- controller生成器