From 3bc4e33da16e56fc6be25cb285fc816809957eca Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Sun, 7 May 2023 17:14:55 +0100 Subject: [PATCH] microwatt-verilator: Forgot to add chroot label --- HDL_workflow/microwatt_tutorial.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.30.2