From: Andrey Miroshnikov Date: Sun, 7 May 2023 16:14:55 +0000 (+0100) Subject: microwatt-verilator: Forgot to add chroot label X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bc4e33da16e56fc6be25cb285fc816809957eca;p=libreriscv.git microwatt-verilator: Forgot to add chroot label --- diff --git a/HDL_workflow/microwatt_tutorial.mdwn b/HDL_workflow/microwatt_tutorial.mdwn index a15fade6d..7393986bb 100644 --- a/HDL_workflow/microwatt_tutorial.mdwn +++ b/HDL_workflow/microwatt_tutorial.mdwn @@ -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.