From 4bcef6ae47d7055bf18fbd009fcbc08627ab170e Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:33:35 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247c1a4..0f1076f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # tinyriscv -Compact, simple and easy-to-use RISCV emulator written in C. The core is contained in a single-file-header tinyriscv.h following the STB library style. -It is fast, portable, platform agnostic, and self-contained (no external dependencies). +Compact, simple and easy-to-use RISCV emulator written in C. The core exists in a single-file-header tinyriscv.h following the STB library style. It is fast, portable, platform agnostic and self-contained (no external dependencies). +tinyriscv is designed to enable fast iterations and to empower programmers to create simulation environments and visualization / debug tools (as opossed to program compatibility for the average end-user). It favors simplicity and productivity toward this goal and lacks certain features commonly found in more high-level emulators. +tinyriscv is particulary suited to integration in simulation engines, embedded applications or any applications on platforms where operating system features are non-standard.