microwatt-verilator: Added time to prompt
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Sun, 7 May 2023 15:22:36 +0000 (16:22 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Sun, 7 May 2023 15:22:36 +0000 (16:22 +0100)
HDL_workflow/microwatt_tutorial.mdwn

index d12d3b4cfccefe29a0a7f5dd15f24e2582c30744..06dc1d03ec25c4bd858dccbb27bd91817f2f1d85 100644 (file)
@@ -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: