Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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):性能测试用例