From 5e4403817c563ca5bf130d65a6f11abe2da3b3a7 Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:23:40 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24a57a2..0013e01 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ tinyriscv is particulary suited to integration in simulation engines, embedded a ## 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 @@ -89,3 +93,7 @@ Output: 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!.......... ``` + +## License + +tinyriscv is licensed under the MIT License, see LICENSE.txt for more information.