Go to file
2021-08-03 17:05:37 +08:00
.vscode [happy] 2021-07-14 10:21:49 +08:00
assests [Cache] init 2021-07-05 23:08:33 +08:00
fpga [fpga] add on board top file 2021-05-22 20:57:12 +08:00
resources/2021 add system test 2021-08-03 15:30:27 +08:00
src fix def 2021-08-03 17:05:37 +08:00
tools Create iq.sv 2021-08-01 19:26:04 +08:00
.editorconfig [Cache] ICache Design 2021-07-09 23:21:55 +08:00
.gitignore [src] add top 2021-05-22 20:10:07 +08:00
README.md update readme 2021-07-07 16:13:40 +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性能测试
│       └── soft             <-- 测试用程序
│           ├── func         <-- 功能测试
│           ├── memory_game  <-- 记忆游戏
│           └── perf_func    <-- 性能测试
├── src                      <-- CPU设计代码
│   ├── AXI                  <-- AXI总线交互
│   ├── Cache                <-- Cache
│   ├── Core                 <-- CPU核心
│   ├── CP0                  <-- CP0协处理器
│   ├── include              <-- 头文件
│   ├── IP                   <-- 用到的IP
│   └── testbench            <-- 测试脚本
└── tools                    <-- controller生成器