microwatt-verilator: Forgot to add chroot label
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Sun, 7 May 2023 16:14:55 +0000 (17:14 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Sun, 7 May 2023 16:14:55 +0000 (17:14 +0100)
HDL_workflow/microwatt_tutorial.mdwn

index a15fade6d7e0fb332b315eed853b507f00524df1..7393986bb11405c411c05d66616fd1008be1eef9 100644 (file)
@@ -200,13 +200,13 @@ these examples isn't doing anything, however good practice to follow.
 
 Clean up generated files, and recompile:
 
-    make clean
-    make microwatt-verilator
+    (microwatt):$ make clean
+    (microwatt):$ make microwatt-verilator
 
 Once the binary has been built, run the same way as before, but point to the
 micropython firmware binary:
 
-    microwatt-verilator micropython/firmware.bin
+    (microwatt):$ microwatt-verilator micropython/firmware.bin
 
 On the same system as above, with 1 thread, it took 49 seconds to get to the
 micropython shell.