Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscourse-tsinghua/cpu-testcase
Test cases for MIPS CPU implementation
https://github.com/oscourse-tsinghua/cpu-testcase
Last synced: 2 months ago
JSON representation
Test cases for MIPS CPU implementation
- Host: GitHub
- URL: https://github.com/oscourse-tsinghua/cpu-testcase
- Owner: oscourse-tsinghua
- License: gpl-3.0
- Created: 2017-10-01T03:14:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T13:54:46.000Z (about 5 years ago)
- Last Synced: 2024-08-03T01:16:34.233Z (6 months ago)
- Language: Assembly
- Size: 425 KB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpu-testcase [![Build Status](https://travis-ci.org/z4yx/cpu-testcase.svg?branch=master)](https://travis-ci.org/z4yx/cpu-testcase)
Test cases for MIPS CPU implementation
## Links
* [wiki page](https://github.com/xyongcn/LoongsonCsprj2017)## 仓库代码目录
* [func_test](func_test/readme.md):功能测试用例
* [perf_test](perf_test):性能测试用例