We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92a280 commit 390435aCopy full SHA for 390435a
.github/workflows/unit-test.yml
@@ -14,4 +14,6 @@ jobs:
14
run: |
15
cd rtl
16
chmod +x scripts/install.sh
17
- make install
+ make install
18
+ chmod +x scripts/setup.sh
19
+ make setup
README.md
@@ -3,6 +3,9 @@
3
<h2 align="center">TreeCore CPU: A series of riscv processors written from scratch</h2>
4
</p>
5
<p align="center">
6
+ <a href="https://github.com/microdynamics-cpu/tree-core-cpu/actions">
7
+ <img src="https://img.shields.io/github/workflow/status/microdynamics-cpu/tree-core-cpu/unit-test/main?label=unit-test&logo=github&style=flat-square">
8
+ </a>
9
<a href="./LICENSE">
10
<img src="https://img.shields.io/github/license/microdynamics-cpu/tree_core_cpu?color=brightgreen&logo=github&style=flat-square">
11
</a>
0 commit comments