From: Andrey Miroshnikov Date: Sun, 7 May 2023 15:22:36 +0000 (+0100) Subject: microwatt-verilator: Added time to prompt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c721b1403246c20b194d5b1fe9d7dd507bfc95f;p=libreriscv.git microwatt-verilator: Added time to prompt --- diff --git a/HDL_workflow/microwatt_tutorial.mdwn b/HDL_workflow/microwatt_tutorial.mdwn index d12d3b4cf..06dc1d03e 100644 --- a/HDL_workflow/microwatt_tutorial.mdwn +++ b/HDL_workflow/microwatt_tutorial.mdwn @@ -179,7 +179,7 @@ allowing you to look at processor signals and transitions during simulation. ## Micropython -The microwatt repo comes witha pre-compiled micropython binary (version 1.12), +The microwatt repo comes with a pre-compiled micropython binary (version 1.12), which you can try out after confirming 'hello world' works. Bear in mind, not all features of python will be available. Such as floating-point numbers. @@ -207,7 +207,8 @@ micropython firmware binary: microwatt-verilator micropython/firmware.bin - +On the same system as above, with 1 thread, it took 49 seconds to get to the +micropython shell. ## Verilator runtime commands A few examples: