From 4a010c6b9e033314a2624a0756dcdc7f17010d9d Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Mon, 16 Sep 2024 11:29:26 +0200 Subject: 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) --- site/docs/advanced-guides/toolchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/advanced-guides') 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)! -- cgit v1.2.3