From 60f362b819882fb22fdb9e453cbaddc22b24ead6 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Fri, 12 Dec 2025 15:06:03 +0000 Subject: [PATCH] h2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dae8d2..17be196 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ On an [STM32L0](https://www.st.com/en/microcontrollers-microprocessors/stm32l0-s Although based on a [fully fledged CPU emulator](https://github.com/cnlohr/mini-rv32ima), uvm32 is intended for executing custom script like logic, not for simulating hardware. -# Understanding this repo +## Understanding this repo uvm32 is a tiny virtual machine, all of the code is in [uvm32](uvm32).