From 8c721b1403246c20b194d5b1fe9d7dd507bfc95f Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Sun, 7 May 2023 16:22:36 +0100 Subject: [PATCH] microwatt-verilator: Added time to prompt --- HDL_workflow/microwatt_tutorial.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.30.2