summaryrefslogtreecommitdiff
path: root/site/docs/advanced-guides/toolchain.md
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-09-16 11:29:26 +0200
committerGitHub <noreply@github.com>2024-09-16 11:29:26 +0200
commit4a010c6b9e033314a2624a0756dcdc7f17010d9d (patch)
tree70dc26e98cf8421eb5db7f62cf63d4ea2399c505 /site/docs/advanced-guides/toolchain.md
parent5047e4a25a0814f96852882f02c4017e1d5f81e7 (diff)
All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability. (#255)
Diffstat (limited to 'site/docs/advanced-guides/toolchain.md')
-rw-r--r--site/docs/advanced-guides/toolchain.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/advanced-guides/toolchain.md b/site/docs/advanced-guides/toolchain.md
index a1735767..1673d974 100644
--- a/site/docs/advanced-guides/toolchain.md
+++ b/site/docs/advanced-guides/toolchain.md
@@ -41,7 +41,7 @@ Open the project once it's ready fetching the codebase, and let it set up with t
that this is a Gradle codebase).
You will now be prompted in a dialogue to enable auto-import for Gradle, which we suggest you do. Wait for any progress
-bars in the lower bar to disappear and then look for the Gradle context menu on the right-hand side. In it, go
+bars in the lower bar to disappear and then look for the Gradle simHyperVisorContext menu on the right-hand side. In it, go
to `opendc > Tasks > verification > test`. This will build the codebase and run checks to verify that tests
pass. If you get a `BUILD SUCCESSFUL` message, you're ready to go to the [next section](architecture)!