Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wzh99/Archlabs

SJTU CS145 Computer Architecture Labs.
https://github.com/wzh99/Archlabs

Last synced: 4 days ago
JSON representation

SJTU CS145 Computer Architecture Labs.

Awesome Lists containing this project

README

        

# 计算机系统结构实验

本仓库包含 SJTU CS145 计算机系统结构实验的六个项目,工程文件见 [project](project) 目录,报告见 [report](report) 目录。

## 实验内容

* 实验一:FPGA 基础实验——LED 流水灯
* 实验二:FPGA 基础实验——四位加法器

* 实验三:简单的类 MIPS 单周期处理器部件实现——控制器,ALU

* 实验四:简单的类 MIPS 单周期处理器部件实现——寄存器与存储器
* 实验五:简单的类 MIPS 单周期处理器实现——整体调试
* 实验六:简单的类 MIPS 多周期流水化处理器实现