Update README.md
This commit is contained in:
committed by
GitHub
parent
3cbd3dc6fe
commit
5e4403817c
10
README.md
10
README.md
@@ -10,7 +10,11 @@ tinyriscv is particulary suited to integration in simulation engines, embedded a
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- NO external dependencies (not even libc)
|
- Implements a RISC-V rv32im
|
||||||
|
- Portable, NO external dependencies (not even libc)
|
||||||
|
- Minimal setup and maintenance
|
||||||
|
- Easy to hack and improve
|
||||||
|
- Efficient runtime and memory consumption
|
||||||
|
|
||||||
## Building and running
|
## Building and running
|
||||||
|
|
||||||
@@ -89,3 +93,7 @@ Output:
|
|||||||
800000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
|
800000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
|
||||||
800000f0 48 65 6c 6c 6f 21 00 00 00 00 00 00 00 00 00 00 Hello!..........
|
800000f0 48 65 6c 6c 6f 21 00 00 00 00 00 00 00 00 00 00 Hello!..........
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
tinyriscv is licensed under the MIT License, see LICENSE.txt for more information.
|
||||||
|
|||||||
Reference in New Issue
Block a user