Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdpcs/hdu-computer-organization
杭州电子科技大学计算机组成实验:代码和解析
https://github.com/xdpcs/hdu-computer-organization
architecture fpga hdu hdu-solutions
Last synced: 6 days ago
JSON representation
杭州电子科技大学计算机组成实验:代码和解析
- Host: GitHub
- URL: https://github.com/xdpcs/hdu-computer-organization
- Owner: XdpCs
- License: mit
- Created: 2022-09-22T13:53:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T08:46:27.000Z (7 months ago)
- Last Synced: 2024-10-29T22:46:16.194Z (16 days ago)
- Topics: architecture, fpga, hdu, hdu-solutions
- Language: C
- Homepage: https://xdpcs.github.io/HDU-computer-organization/
- Size: 5.76 MB
- Stars: 40
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HDU-computer-organization-experiment
![GitHub watchers](https://img.shields.io/github/watchers/XdpCs/HDU-computer-organization?style=social)
![GitHub stars](https://img.shields.io/github/stars/XdpCs/HDU-computer-organization?style=social)
![GitHub forks](https://img.shields.io/github/forks/XdpCs/HDU-computer-organization?style=social)
![GitHub last commit](https://img.shields.io/github/last-commit/XdpCs/HDU-computer-organization?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/XdpCs/HDU-computer-organization?style=flat-square)
![GitHub license](https://img.shields.io/github/license/XdpCs/HDU-computer-organization?style=flat-square)## 杭电计算机组成实验
* [实验1-全加器设计实验](./note/First_experiment.md)
* [实验2-超前进位加法器设计实验](./note/Second_experiment.md)
* [实验3-多功能ALU设计实验](./note/Third_experiment.md)
* [实验4-寄存器堆设计实验](./note/Fourth_experiment.md)
* [实验5-存储器设计实验](./note/Fifth_experiment.md)
* [实验6-MIPS汇编器与模拟器实验](./note/Sixth_experiment.md)
* [实验7-取指令与指令译码实验](./note/Seventh_experiment.md)
* [实验8-实现R型指令的CPU设计实验](./note/Eighth_experiment.md)
* [实验9-实现R-I型指令的CPU设计实验](./note/Ninth_experiment.md)
* [实验10-实现R-I-J型指令的CPU设计实验](./note/Tenth_experiment.md)## License
HDU-computer-organization is under the [MIT](LICENSE). Please take a look at LICENSE for more information.